dotfiles/.emacs.d/snippets/php-mode/ve

7 lines
154 B
Plaintext
Raw Normal View History

2017-12-21 17:29:29 +01:00
# -*- mode: snippet -*-
# contributor: USAMI Kenta <tadsan@zonu.me>
# name: var_export()
# key: ve
# group: generic
# --
var_export(${1:$var}${2:, true});