init
This commit is contained in:
7
snippets/php-mode/ve
Normal file
7
snippets/php-mode/ve
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: USAMI Kenta <tadsan@zonu.me>
|
||||
# name: var_export()
|
||||
# key: ve
|
||||
# group: generic
|
||||
# --
|
||||
var_export(${1:$var}${2:, true});
|
||||
Reference in New Issue
Block a user