First commit.
This commit is contained in:
8
snippets/php-mode/fori
Normal file
8
snippets/php-mode/fori
Normal file
@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: for loop w/ $i
|
||||
# key: fori
|
||||
# uuid: fori
|
||||
# --
|
||||
for (\$i = ${1:0}; \$i < ${2:10}; ++\$i) {
|
||||
`%`$0
|
||||
}
|
Reference in New Issue
Block a user