-
Notifications
You must be signed in to change notification settings - Fork 138
Description
Is your feature request related to a problem? Please describe.
I'm filing this as a feature request as it seems to be an issue with vanilla VS Code. However, I think vscode-R does some syntax highlighting improvements and I hope this can be added. Request: Make the syntax highlighting rules more consistent.
Describe the solution you'd like
All function calls should look the same, object references should look the same.
Describe alternatives you've considered
Perhaps this is more an issue with the particular theme. I'm not too sure the contributions between VS Code + vscode-R + theme. I've tried editing editor.tokenColorCustomizations with no success.
Additional context
VS Code using Monokai theme below (other themes have same issue including Abyss, Solarized Light). Note that the mutate function and my_function are not blue. x,y,z are styled differently depending on the surrounding punctuation, etc.

Compare this with the same code in Sublime below for desired feature.
