1
0
Fork 0
emacs-config/oni-html/snippets/html-mode/for

8 lines
121 B
Text
Raw Normal View History

2019-08-28 08:25:50 +02:00
# -*- mode: snippet -*-
# name: for
# key: for
# condition: pony-tpl-minor-mode
# --
{% for $1 in $2 %}
$0
{% endfor %}