/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
- # -*- mode: snippet -*-
- # key: wh
- # contributor: Translated from TextMate Snippet
- # name: while
- # --
- while ($1) {
- $0
- }