Files
2024-04-30 07:08:23 +02:00

7 lines
133 B
Plaintext

# -*- mode: snippet -*-
# name: for ... in ...; ... end
# group : control structure
# --
for ${1:element} in ${2:collection}
$0
end