Theme Incorrectly Highlights Non-Existent Variables #257
Answered
by
olimorris
phuongpd2k
asked this question in
Q&A
-
I’ve noticed that the theme is highlighting non-existent variables as if they were valid, which can cause confusion. I haven’t tried other color schemes, so I’m unsure if this is specific to the theme in use. Expected Behavior |
Beta Was this translation helpful? Give feedback.
Answered by
olimorris
Dec 11, 2024
Replies: 1 comment
-
This will be because of Tree-sitter and how it highlights your filetype. You can try changing the theme's highlight groups to suit your needs, maybe semantic token highlighting could be used as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
olimorris
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will be because of Tree-sitter and how it highlights your filetype. You can try changing the theme's highlight groups to suit your needs, maybe semantic token highlighting could be used as well.