DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 1.0%2B28.gcd665c9-1 / snippets / nsis-mode / if
123456789
# -*- mode: snippet -*- # name: if # key: if # -- ${IF} ${1:cond} $0 ${ElseIf} ${2:else_cond} ${EndIf}