6b456c1b7a4f ^
1 2 3 4 5 6 7
# -*- mode: snippet -*- # name: for-loop # key: for # -- for $1 in $2 { $3 }