First commit.
This commit is contained in:
8
snippets/php-mode/foreach
Normal file
8
snippets/php-mode/foreach
Normal file
@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: foreach (...) {...}
|
||||
# key: fore
|
||||
# uuid: fore
|
||||
# --
|
||||
foreach (${1:collection} as ${2:var}) {
|
||||
`%`$0
|
||||
}
|
Reference in New Issue
Block a user