Merge pull request #612 from netei/patch-1

Update javascript.snippets : f should expand near words
This commit is contained in:
Holger Rapp 2015-08-20 06:57:03 +02:00
commit 8a501edad8

View File

@ -11,7 +11,7 @@ snippet fun
${0} ${0}
} }
# Anonymous Function # Anonymous Function
snippet f snippet f "" w
function(${1}) { function(${1}) {
${0} ${0}
} }