.emacs.d/snippets/html-mode/for

This commit is contained in:
Tom Willemsen 2012-10-05 16:48:33 +02:00
parent 489ef112e4
commit ac7f5b4831

View file

@ -0,0 +1,8 @@
# -*- mode: snippet -*-
# name: for
# key: for
# condition: pony-tpl-minor-mode
# --
{% for $1 in $2 %}
$0
{% endfor %}