yasnippet-snippets/cmake-mode/if
Magnus Therning 6b200c3a39 Some improvements to the cmake snippets.
Signed-off-by: Magnus Therning <magnus@therning.org>
2016-01-12 15:44:55 +01:00

7 lines
No EOL
81 B
Text

# -*- mode: snippet -*-
# name: if
# key: if
# --
if(${1:cond})
$2
endif($1)$0