1 2 3 4 5 6 7 8
# vim:ft=snippets: priority 100 snippet if "if only" b if (${1:true}) { ${0:{VISUAL}} } endsnippet