-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Misbehaving bracket-matching highlighting in rust lang #2110
Comments
Have you change anything in the |
No . [language.auto-pairs]
'(' = ')'
'{' = '}'
'[' = ']'
'"' = '"'
'`' = '`' but in both cases still the same behavior. |
Does this affect the auto-pairs, i.e. the automatic insertion of closing println!("\nSECTION 5: {:->60}\n", " Mutex "); works correctly for me. (I can reproduce the bracket-matching highlight though.) |
The auto-pairs are not effected, only the highlighting of pairs. |
this was fixed by #7242 (I missed this issue) |
Summary
misbehaving highlighting of bracket pairs and auto-pairs with rust
Reproduction Steps
Writing Rust and moving through a string of a println! statement.
Helix log
No response
Platform
Linux
Terminal Emulator
GNOME Terminal 3.38.1
Helix Version
helix 22.05-dev (764adbd)
The text was updated successfully, but these errors were encountered: