8 lines
No EOL
121 B
Text
8 lines
No EOL
121 B
Text
# -*- mode: snippet -*-
|
|
# name: for
|
|
# key: for
|
|
# condition: pony-tpl-minor-mode
|
|
# --
|
|
{% for $1 in $2 %}
|
|
$0
|
|
{% endfor %} |