8 lines
80 B
Plaintext

#name : if ... else ... end
# key: ife
# --
if ${1:condition}
$2
else
$3
end