summaryrefslogtreecommitdiff
path: root/lua-mode/fun
blob: 7a8abfcebc9ad2b45d772dd577251a49cfe1f214 (plain)
1
2
3
4
5
6
7
8
# -*- mode: snippet -*-
# name: fun
# key: fun
# contributor: Andrea crotti
# --
function ()
         ${1:return something}
end