dotar/vim/snippets/falcon/forin.snippet
2011-11-17 16:00:49 -06:00

4 lines
56 B
Plaintext
Executable File

for ${1:element} in ${2:container}
${3:/* code */}
end