Closed anthony-S93 closed 2 years ago
Those are the full names of the highlight groups after a recent change to Neovim. The function has to be adapted to again show the linked highlight groups (if any).
Same here.
Capture group is shown but linked higroups do not.
Capture group is highlight group for 0.8.
Capture group is highlight group for 0.8.
With the @
and the dots? Like in @function.builtin
?
And we loose the syntax prefix? Like in vimTSConstant
?
There is any documentation about that change? To be prepared. And to learn the reason and benefits behind than change. That'll be a huge pain in the bumbum for a lot of colorschemes, I think. But... 🤷
With the @ and the dots? Like in @function.builtin?
Yes.
There is any documentation about that change? To be prepared. And to learn the reason and benefits behind than change.
https://github.com/neovim/neovim/issues/14090#issuecomment-1228444035
A reminder that (all of!) treesitter integration is still declared experimental and subject to big changes as we work out the best way of doing things. (Case in point: this change makes setting up color schemes much more straightforward.)
Closing this as basically "won't fix", since the capture name (plus implicit .language
) now replaces the chain of highlight links.
Showing custom links was never part of this functionality but is already tracked as a new feature request in #70.
This is a bit similar to #70, but I still can't get the full name of the highlight group to show with
TSHighlightCaptureUnderCursor
as shown in the README.Here is mine:
For some reason, the full name of the highlight group wasn't displayed. I'm obviously missing something here.
My configs: