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

8 lines
121 B
Plaintext

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