/java-mode/Control/for (each).yasnippet

http://github.com/ridgetang/snippets · Unknown · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · bd286ba5cc87e44c8f7d332aa62a524e MD5 · raw file

  1. # -*- mode: snippet -*-
  2. # key: fore
  3. # contributor: Translated from TextMate Snippet
  4. # name: for (each)
  5. # --
  6. for ($1 : $2) {
  7. $0
  8. }