/java-mode/Control/while.yasnippet

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

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