This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 152
-> operator doesnt tokenize correctly #177
Labels
Comments
For reference this has nothing to do with ligatures, that's just a side effect. The real bug here is that the dereference operator is not being matched properly (which is evident from the description above). |
1 task
Code for easy copy/paste testing: _interrupt->fall(this, &Button::trigger); |
It looks like it happens with any dereferenced call to a function on an object, but not variables |
Apparently fixed by #195. I think this should be closed. |
Nope, this is still a problem. |
2 tasks
Ben3eeE
added a commit
that referenced
this issue
Nov 3, 2018
Ben3eeE
added a commit
that referenced
this issue
Nov 3, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The
->
operator does not tokenize correctly, evident when using a font with code ligatures like Fira Code. Instead it is tokenized as a-
and a>
.it should be part of a single span:

In the developer console, it currently shows as this:
The text was updated successfully, but these errors were encountered: