.emacs.d/snippets/html-mode/for
This commit is contained in:
parent
489ef112e4
commit
ac7f5b4831
1 changed files with 8 additions and 0 deletions
8
.emacs.d/snippets/html-mode/for
Normal file
8
.emacs.d/snippets/html-mode/for
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# -*- mode: snippet -*-
|
||||||
|
# name: for
|
||||||
|
# key: for
|
||||||
|
# condition: pony-tpl-minor-mode
|
||||||
|
# --
|
||||||
|
{% for $1 in $2 %}
|
||||||
|
$0
|
||||||
|
{% endfor %}
|
Loading…
Reference in a new issue