summaryrefslogblamecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/perl-mode/ife
blob: 23f7cf6c58fb0c02a2f04ea2862f634bd2521ca7 (plain) (tree)
1
2
3
4
5
6
7






                                     
#name : if (...) { ... } else { ... }
# --
if ($1) {
    $2
} else {
    $3
}