summaryrefslogtreecommitdiffstats
path: root/.emacs.d/snippets
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-05 16:48:33 +0200
committerGravatar Tom Willemsen2012-10-05 16:48:33 +0200
commitac7f5b48318ae8f0eb3db3866c863797b51a1b1c (patch)
tree84527ce519c98a46069823a1bf251958223e25d6 /.emacs.d/snippets
parent489ef112e4647456d08db342e5e919ca8e41b85f (diff)
downloaddotfiles-ac7f5b48318ae8f0eb3db3866c863797b51a1b1c.tar.gz
dotfiles-ac7f5b48318ae8f0eb3db3866c863797b51a1b1c.zip
.emacs.d/snippets/html-mode/for
Diffstat (limited to '.emacs.d/snippets')
-rw-r--r--.emacs.d/snippets/html-mode/for8
1 files changed, 8 insertions, 0 deletions
diff --git a/.emacs.d/snippets/html-mode/for b/.emacs.d/snippets/html-mode/for
new file mode 100644
index 0000000..01d9c44
--- /dev/null
+++ b/.emacs.d/snippets/html-mode/for
@@ -0,0 +1,8 @@
+# -*- mode: snippet -*-
+# name: for
+# key: for
+# condition: pony-tpl-minor-mode
+# --
+{% for $1 in $2 %}
+ $0
+{% endfor %} \ No newline at end of file