2016-02-18 14:53:30 +01:00

8 lines
91 B
Plaintext

# -*- mode: snippet -*-
# name: for
# key: for
# --
for (${1:var} in ${2:iter}) {
$0
}