summaryrefslogtreecommitdiff
path: root/nsis-mode/insert_macro
diff options
context:
space:
mode:
authorAlberto Luaces Fernández <aluaces@udc.es>2015-05-13 19:45:06 +0100
committerAlberto Luaces Fernández <aluaces@udc.es>2015-05-13 19:45:06 +0100
commitf4123b269fe5af6d04d68a643d16fea9fa388e2d (patch)
tree4361a69e833eaa18c49cad6bf594c9cddfcc6f89 /nsis-mode/insert_macro
Import yasnippet-snippets_0~git20150512.orig.tar.gz
[dgit import orig yasnippet-snippets_0~git20150512.orig.tar.gz]
Diffstat (limited to 'nsis-mode/insert_macro')
-rw-r--r--nsis-mode/insert_macro5
1 files changed, 5 insertions, 0 deletions
diff --git a/nsis-mode/insert_macro b/nsis-mode/insert_macro
new file mode 100644
index 0000000..451dbb6
--- /dev/null
+++ b/nsis-mode/insert_macro
@@ -0,0 +1,5 @@
+# -*- mode: snippet -*-
+# name: insert_macro
+# key: im
+# --
+!insermacro ${1:Name} ${2:"args"} \ No newline at end of file