-
Notifications
You must be signed in to change notification settings - Fork 591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Rust] Ligatures mis-grouped #2147
Comments
Does this problem also occur when using Rust-Enhanced? (https://github.com/rust-lang/rust-enhanced). If it does, you should open an issue there, as that's where the Rust syntax development happens. |
@urschrei Unfortunately, no, Rust Enhanced generally does not upstream on contribute bug reports or fixes here, even after I have asked if they would work with us. They don’t like waiting for new builds to get fixes out, which is understandable, but also prefer not to follow the scope naming guidelines, so the syntaxes have diverged. |
I tested it and the syntax file from Rust-Enhanced fixes the issue. |
Simply swap comparison and assignement operator to be sure assignment get tested first. Add relevant test. Fixes issue sublimehq#2147
Simply swap comparison and assignement operator to be sure assignment get tested first. Add relevant test. Fixes issue sublimehq#2147
Simply swap comparison and assignement operator to be sure assignment get tested first. Add relevant test. Fixes issue #2147
Simply swap comparison and assignement operator to be sure assignment get tested first. Add relevant test. Fixes issue sublimehq#2147
I'm using a Fira Code font.
In Rust file:
For comparison, same line in C file:
The text was updated successfully, but these errors were encountered: