dotar/vim/snippets/javascript/ife.snippet
2011-11-17 16:00:49 -06:00

5 lines
34 B
Plaintext
Executable File

if (${1:true}) {
${2}
} else {
}