7 lines
98 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: fun
# key: fun
# --
function ()
${1:return something}
end