init
This commit is contained in:
7
snippets/php-mode/const
Normal file
7
snippets/php-mode/const
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: USAMI Kenta <tadsan@zonu.me>
|
||||
# name: const
|
||||
# key: const
|
||||
# group: definitions
|
||||
# --
|
||||
const ${1:NAME} = ${2:value};
|
||||
Reference in New Issue
Block a user