mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 13:33:04 +00:00
9 lines
148 B
Plaintext
9 lines
148 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: sub
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: Function
|
|
# --
|
|
sub ${1:function_name} {
|
|
${2:# body...}
|
|
}
|