summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/snippets/twig-mode/mac
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/snippets/twig-mode/mac')
-rw-r--r--emacs/.emacs.d/snippets/twig-mode/mac7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs/.emacs.d/snippets/twig-mode/mac b/emacs/.emacs.d/snippets/twig-mode/mac
new file mode 100644
index 0000000..d4e480a
--- /dev/null
+++ b/emacs/.emacs.d/snippets/twig-mode/mac
@@ -0,0 +1,7 @@
+# -*- mode: snippet; require-final-newline: nil -*-
+# name: macro
+# key: mac
+# --
+{% macro ${1:name}(${2:args}) %}
+ $0
+{% endmacro %} \ No newline at end of file