Replies: 1 comment 5 replies
-
I think adding difference highlighting could be interesting, and it might not significantly slow down the plugin. If you want to implement this, expand an option for specific language support to the treesitter integration. The user can be used like this: integrations = {
treesitter = { enabled = true, html = true, markdown = true, context = true } -- and more
} |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In theory, one could tweak individual languages to make them look even nicer. I have some ideas there.
For example
@tag.attribute.html
inherits from@tag.attribute
but allows custom overrides for HTML.Pros:
Cons:
How do you feel about this? Something to consider or better to avoid?
Beta Was this translation helpful? Give feedback.
All reactions