Fixed "punctuation.section.parens.end.r" under "function-parameters"#931
Fixed "punctuation.section.parens.end.r" under "function-parameters"#931renkun-ken merged 2 commits intoREditorSupport:masterfrom RedCMD:patch-1
"punctuation.section.parens.end.r" under "function-parameters"#931Conversation
Happened to see it while looking through random vscode extensions
|
Thanks for the fix! Would you like to provide an example code that demonstrates the problem? |
|
On closer inspection, it seems that, that part of the highlighter code does nothing |
|
Would you like to show the incorrect syntax highlighting before this fix? |
|
A R code example? |
What problem did you solve?
Fixed end bracket not being tokenized
"punctuation.section.parens.end.r"under"function-parameters"because"name"was not usedHappened to see it while looking through random vscode extensions

(in red at the bottom)