summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/perl-mode/if
blob: 3191b9706b3a840767e603aec76be47b2ae8b663 (plain) (blame)
1
2
3
4
5
#name : if (...) { ... }
# --
if ($1) {
    $0
}