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.

9 lines
198 B

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