]> code.delx.au - gnu-emacs-elpa/blob - snippets/perl-mode/fore
Keep snippet vars definitions in a single format across all snippets and documentation.
[gnu-emacs-elpa] / snippets / perl-mode / fore
1 # name: foreach ... { ... }
2 # key: fore
3 # --
4 foreach my \$${1:x} (@${2:array}) {
5 ${3:# body...}
6 }