-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Does work with treesitter? #263
Comments
Sorry I didn't get what you mean.
What's node groups?
What does this mean? In case you need translation support, you can try deepl https://www.deepl.com/en/translator |
In common, after disabling treesitter highlight nodes (for ex. Checkbox, FC, IProps) Do not have any highlights. But keys in the IProps have foldBraces highlight. I mean, common tags is a highlights in the code syntax. Typescript highlights had only common highlights while treesitter was enabled, after disable it, now i have case in the second message. |
Problem: My steps to fix:
Current result:
|
May i explain more? I just want to highlight syntax elements like in ide. |
The easy way to disable highlighting is using Sadly, a highlighting syntax cannot co-exist with tree-sitter highlighting. |
I prefer this plugin is must have for typescript developer, but i also have treesitter plugin, that assign node groups as common tags. With yats i does not have any highlight groups in ts code but treesitter identified nodes. My theme creates highlights from treesitter nodes. Created typescript highlights are not assign to any nodes in ts code.
May be i have another plugins, that breaks yats? Please, help!
My plugins list
The text was updated successfully, but these errors were encountered: