/java-mode/Control/else if.yasnippet
Unknown | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | b264b1be9f631caeeaa524fbbd4806a4 MD5 | raw file
1# -*- mode: snippet -*- 2# key: elif 3# contributor: Translated from TextMate Snippet 4# name: else if 5# -- 6else if ($1) { 7 $0 8}