dotvim/vim/UltiSnips/javascript.snippets
2016-11-26 20:31:14 +01:00

5 lines
64 B
Text

snippet fn "function" bi
function $1($2) {
$3
}
endsnippet