vscode-wgsl
vscode-wgsl copied to clipboard
Red arrow points
For some reason, the points of arrows in function returns are red...
Seems to be an issue in most colour schemes, except where the entire arrow is red (e.g. vscode default monokai scheme).
Seems not to be an issue when I use SpaceMono, maybe something to do with the ligatures.
For me it appears as gray arrow point in GitHub dark theme, but anyway the problem is the same – arrow is not recognized as one token and colored uniformly.
This is still occurring for me. Here's a screenshot of me running the extension directly (via Extension Development Host) and viewing the test.wgsl
file with the default theme:
After inspecting the offending brackets with Developer Tools, it seems as though they are having the unexpected-closing-bracket
css class applied to them.
Will investigate to see if I can prevent vscode from considering these as unclosed brackets, any advice would be appreciated.
Yep, I've got the same problem as well in the Solarized Dark theme