my-emacs-d/elpa/yasnippet-20160924.2001/snippets/perl-mode/if

6 lines
58 B
Plaintext

# name: if (...) { ... }
# key: if
# --
if ($1) {
$0
}