Merge pull request #817 from pscheit/master

removed trailing comma in javascript mode
This commit is contained in:
Harutyun Amirjanyan 2012-06-30 00:01:05 -07:00
commit 5abdab210d

View file

@ -380,7 +380,7 @@ var JavaScriptHighlightRules = function() {
"function_arguments": [
{
token: "variable.parameter",
regex: identifierRe,
regex: identifierRe
}, {
token: "punctuation.operator",
regex: "[, ]+",