Red arrow points
alxdb opened this issue · 3 comments
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.
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.

