remove traling comma in object literal
This commit is contained in:
parent
13d5d54faf
commit
0ae3b0922a
1 changed files with 1 additions and 1 deletions
|
|
@ -380,7 +380,7 @@ var JavaScriptHighlightRules = function() {
|
|||
"function_arguments": [
|
||||
{
|
||||
token: "variable.parameter",
|
||||
regex: identifierRe,
|
||||
regex: identifierRe
|
||||
}, {
|
||||
token: "punctuation.operator",
|
||||
regex: "[, ]+",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue