9 lines
109 B
Plaintext
9 lines
109 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: if
|
|
# key: if
|
|
# --
|
|
${IF} ${1:cond}
|
|
$0
|
|
${ElseIf} ${2:else_cond}
|
|
|
|
${EndIf} |