2009-08-29 17:59:02 +00:00

8 lines
125 B
Plaintext

# -*- mode: snippet -*-
# key: elif
# contributor: Translated from TextMate Snippet
# name: else if
# --
else if ($1) {
$0
}