init
This commit is contained in:
7
snippets/perl-mode/for
Normal file
7
snippets/perl-mode/for
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: for (...) { ... }
|
||||
# key: for
|
||||
# --
|
||||
for (my \$${1:var} = 0; \$$1 < ${2:expression}; \$$1++) {
|
||||
${3:# body...}
|
||||
}
|
||||
Reference in New Issue
Block a user