remove traling comma in object literal

This commit is contained in:
Philipp Scheit 2012-06-19 17:31:22 +03:00
commit 0ae3b0922a

View file

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