You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently experimenting with the new Treesitter that will be part of the next Neovim release. Unfortunately, syntax-based scopes don't seem to work with it. For example, when I use these settings, they work fine with classic syntax highlighting. However, as soon as I activate Treesitter, no more highlighting groups are recognised. Is there a way to improve this? Thank you in advance.
I think the problem is that Treesitter does not support synID() and instead offers :TSHighlightsUnderCursor (nvim-treesitter/nvim-treesitter#1228). I'll play with it a bit.
I am not using TreeSitter, so there is currently no plan to support it. Depending on how much spare time I have (currently not much), I may look into that, but I cannot provide any guarantee or an ETA, I'm afraid.
I am currently experimenting with the new Treesitter that will be part of the next Neovim release. Unfortunately, syntax-based scopes don't seem to work with it. For example, when I use these settings, they work fine with classic syntax highlighting. However, as soon as I activate Treesitter, no more highlighting groups are recognised. Is there a way to improve this? Thank you in advance.
The text was updated successfully, but these errors were encountered: