summaryrefslogtreecommitdiff
path: root/lua-mode
diff options
context:
space:
mode:
authorAndrea Crotti <andrea.crotti.0@gmail.com>2010-10-28 20:05:22 +0200
committerAndrea Crotti <andrea.crotti.0@gmail.com>2010-10-28 20:05:22 +0200
commitfba51c20d9e6012274fb4839b8f4394ec1819a06 (patch)
tree300a3cf473f19429f9d970727e9e27c271d1d3ab /lua-mode
parentee25e965bbc8e83e1a0d1ade140f1dd2bcb6ca83 (diff)
new c++ stuff
Diffstat (limited to 'lua-mode')
-rw-r--r--lua-mode/fun.yasnippet2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua-mode/fun.yasnippet b/lua-mode/fun.yasnippet
index f2cc839..8c90f7c 100644
--- a/lua-mode/fun.yasnippet
+++ b/lua-mode/fun.yasnippet
@@ -1,7 +1,9 @@
# -*- mode: snippet -*-
# name: fun
# key: fun
+# contributor: Andrea crotti
# --
+
function ()
${1:return something}
end \ No newline at end of file