7 lines
99 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: function
# key: fun
# --
Function ${1:Name}
$0
FunctionEnd