Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
198 B

# -*- mode: snippet -*-
# uuid: 8d343f0b-28ae-4e2c-84a4-2e557603f28b
# contributor: Jimmy Yuen Ho Wong <wyuenho@gmail.com>
# name: forIn
# key: fin
# --
for(let ${1:item} in ${2:object}) {
${0}
}