summaryrefslogtreecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/perl-mode/while
blob: 9c2c470e75ffc847324a24f40b5d8eb4930c976f (plain) (blame)
1
2
3
4
5
#name : while (...) { ... }
# --
while ($1) {
    $0
}