summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/snippets/twig-mode/mac
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-11-21 23:34:32 +0100
committerGravatar Tom Willemse2015-11-21 23:34:32 +0100
commitd311cffd164960e25553730327c497eb8211357c (patch)
tree72ffa75855ac82630dffe959fec29548b968c088 /emacs/.emacs.d/snippets/twig-mode/mac
parentd41afa89fd54afac98d13db52815a4147cfd43af (diff)
downloaddotfiles-d311cffd164960e25553730327c497eb8211357c.tar.gz
dotfiles-d311cffd164960e25553730327c497eb8211357c.zip
Add twig-mode snippets
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