summaryrefslogtreecommitdiff
path: root/lua-mode/fun
diff options
context:
space:
mode:
Diffstat (limited to 'lua-mode/fun')
-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