summaryrefslogtreecommitdiff
path: root/lua-mode
diff options
context:
space:
mode:
authorAndrea Crotti <andrea.crotti.0@gmail.com>2010-08-12 12:13:13 +0200
committerAndrea Crotti <andrea.crotti.0@gmail.com>2010-08-12 12:13:13 +0200
commit8ca3930928abded3ceadd9c23225a009f62feca0 (patch)
tree36f536aefd73c6bfa211f53bd24ecae64fbaacce /lua-mode
snippets
Diffstat (limited to 'lua-mode')
-rw-r--r--lua-mode/fun.yasnippet7
1 files changed, 7 insertions, 0 deletions
diff --git a/lua-mode/fun.yasnippet b/lua-mode/fun.yasnippet
new file mode 100644
index 0000000..f2cc839
--- /dev/null
+++ b/lua-mode/fun.yasnippet
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: fun
+# key: fun
+# --
+function ()
+ ${1:return something}
+end \ No newline at end of file