# -*- mode: snippet -*-
# name: for in
# key: fori
# --
for $1 in $2 {
${0: $(indent-according-to-mode)}
}