Klimi's new dotfiles with stow.
 
 
 
 
 
 

8 lines
146 B

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