init
This commit is contained in:
9
snippets/php-mode/if
Normal file
9
snippets/php-mode/if
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: USAMI Kenta <tadsan@zonu.me>
|
||||
# name: if
|
||||
# key: if
|
||||
# group : control structure
|
||||
# --
|
||||
if (${1:condition}) {
|
||||
$0
|
||||
}
|
||||
Reference in New Issue
Block a user