Add javascript function snippet

This commit is contained in:
Kenneth Benzie 2017-01-05 22:56:29 +00:00
parent a97e9a4589
commit f851feb40d

View File

@ -0,0 +1,5 @@
snippet function "JS function"
function $1($2) {
$3
}
endsnippet