summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/html-mode/django_for
diff options
context:
space:
mode:
authorSimeon Simeonov2017-06-16 10:59:00 +0200
committerSimeon Simeonov2017-06-16 10:59:00 +0200
commit9708a6f188cfce675e1f08355e15c5d47268b37b (patch)
tree51561d39b5776278aa023c4558bb35881fd8bd57 /.emacs.d/snippets/html-mode/django_for
parenteb05051978896cdc4c5b4af8cf238b12067ba795 (diff)
Create the custom snippet: django-for
Diffstat (limited to '.emacs.d/snippets/html-mode/django_for')
-rw-r--r--.emacs.d/snippets/html-mode/django_for5
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/snippets/html-mode/django_for b/.emacs.d/snippets/html-mode/django_for
new file mode 100644
index 0000000..7982638
--- /dev/null
+++ b/.emacs.d/snippets/html-mode/django_for
@@ -0,0 +1,5 @@
1# -*- mode: snippet -*-
2#name: django-for
3#key: dj_for
4# --
5{% for ${1:condition} %}$0{% endfor %} \ No newline at end of file