-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Broken syntax highlighting after any local macro #6794
Comments
grunweg
changed the title
Broken syntax highlighting after any macro
Broken syntax highlighting after any local macro
Dec 10, 2020
Never mind; I figured out how to resolve this myself: replacing the call to |
How do I enable Atom LSP logs? |
No idea, I couldn't find much on Google. VS Code has a panel called Output. Does it still happen if you disable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Follow-up to #6793. This is probably a duplicate of #1559; feel free to close in that case.
(Filing this also so I can reference this bug with the itertools crate.)
After any occurrence of the
itertools::iproduct!
macro, there is no more syntax highlighting for remainder of the file.Tested with the 2020-12-07 release, but probably happens on any version after be50908.
Example code
Expected
Syntax highlighting works normally for the whole file.
Actual
No syntax highlighting after line 3.
Thanks for your time!
The text was updated successfully, but these errors were encountered: