Skip to content

Commit

Permalink
Fix function call closing bracket highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
kiendang committed Dec 11, 2019
1 parent b5f6178 commit bc79e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/r.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
"end": "(\\))",
"endCaptures": {
"1": {
"name": "punctuation.definition.parameters.r"
"name": "punctuation.section.parens.end.r"
}
},
"name": "meta.function-call.r",
Expand Down

0 comments on commit bc79e92

Please sign in to comment.