summaryrefslogtreecommitdiffstats
path: root/.emacs.d/snippets/html-mode/for
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/html-mode/for')
-rw-r--r--.emacs.d/snippets/html-mode/for8
1 files changed, 0 insertions, 8 deletions
diff --git a/.emacs.d/snippets/html-mode/for b/.emacs.d/snippets/html-mode/for
deleted file mode 100644
index 01d9c44..0000000
--- a/.emacs.d/snippets/html-mode/for
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- mode: snippet -*-
-# name: for
-# key: for
-# condition: pony-tpl-minor-mode
-# --
-{% for $1 in $2 %}
- $0
-{% endfor %} \ No newline at end of file