summaryrefslogtreecommitdiff
path: root/lua-mode
diff options
context:
space:
mode:
authorAndrea Crotti <andrea.crotti.0@gmail.com>2011-07-07 14:32:44 +0200
committerAndrea Crotti <andrea.crotti.0@gmail.com>2011-07-07 14:32:44 +0200
commita9bd2ed46234f52e638a8b6ede9e08837828fcab (patch)
treeffec00d0782378c9bf6004426e6c1ac8f466a21f /lua-mode
parent70da9c5c032c44881d4610960cb8db8979155eb4 (diff)
remove .yasnippet extension
Diffstat (limited to 'lua-mode')
-rw-r--r--lua-mode/fun8
1 files changed, 8 insertions, 0 deletions
diff --git a/lua-mode/fun b/lua-mode/fun
new file mode 100644
index 0000000..7a8abfc
--- /dev/null
+++ b/lua-mode/fun
@@ -0,0 +1,8 @@
+# -*- mode: snippet -*-
+# name: fun
+# key: fun
+# contributor: Andrea crotti
+# --
+function ()
+ ${1:return something}
+end \ No newline at end of file