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