Changes to Highlights #359
vhyrro
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just a note that there will be a breaking change related to how highlights are managed.
Beforehand they resided in
core.integrations.treesitter
because the highlights came from TS. We realized that this doesn't make much sense though so we moved all the highlights intocore.highlights
instead. The tables themselves are exactly the same, you just need to change the name of the module you're configuring.So:
becomes:
Simple as that!
Beta Was this translation helpful? Give feedback.
All reactions