Add javascript function snippet

This commit is contained in:
Kenneth Benzie 2017-01-05 22:56:29 +00:00
parent 407794c5a1
commit 5649efe7e3

View File

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