add more snippets

This commit is contained in:
Zhang Chiyuan
2008-03-06 13:46:17 +00:00
parent 81b3a98f1e
commit d63608bd79
14 changed files with 69 additions and 0 deletions

5
snippets/cperl-mode/fore Normal file
View File

@@ -0,0 +1,5 @@
#name : foreach ... { ... }
# --
foreach my \$${1:x} (@${2:array}) {
${3:# body...}
}