9 lines
89 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: if
# key: if
# --
\IF {$${1:cond}$}
$0
\ELSE
\ENDIF