emacs-prelude/vendor/yasnippet/snippets/perl-mode/if

6 lines
58 B
Plaintext
Raw Normal View History

2012-02-17 22:12:32 +02:00
# name: if (...) { ... }
# key: if
# --
if ($1) {
$0
}