/java-mode/Control/else if.yasnippet
http://github.com/ridgetang/snippets · Unknown · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · b264b1be9f631caeeaa524fbbd4806a4 MD5 · raw file
- # -*- mode: snippet -*-
- # key: elif
- # contributor: Translated from TextMate Snippet
- # name: else if
- # --
- else if ($1) {
- $0
- }