You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
highlights >= as an operator, rather than as a closing bracket for the generic and an equal sign. This happens in VS Code as well:
This is particularly problematic for those who use ligature fonts, as ligatures depend on proper coloring to break up things that look like ligatures but really aren't.
Is the tokenizer/grammar that colors this defined here, or in another repository?
The text was updated successfully, but these errors were encountered:
Thanks. This is half our bug and half VSCode's bug I believe. I've just fixed our side of the problem (and confirmed it through Sublime Text properly un-ligaturizing the >= part).
The other part is submitted to VSCode as microsoft/vscode#111945
Taking an example from the documentation, this snippet:
highlights

>=
as an operator, rather than as a closing bracket for the generic and an equal sign. This happens in VS Code as well:This is particularly problematic for those who use ligature fonts, as ligatures depend on proper coloring to break up things that look like ligatures but really aren't.
Is the tokenizer/grammar that colors this defined here, or in another repository?
The text was updated successfully, but these errors were encountered: