2016-10-20 10:27:10 +02:00

9 lines
89 B
Plaintext

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