yasnippet/extras/imported/perl-mode/Function (sub).yasnippet
2009-08-29 17:59:02 +00:00

9 lines
148 B
Plaintext

# -*- mode: snippet -*-
# key: sub
# contributor: Translated from TextMate Snippet
# name: Function
# --
sub ${1:function_name} {
${2:# body...}
}