This at least gives useful information (the capture name, albeit without leading @), but a full rewrite is needed once nvim-treesitter decides on how to handle the upstream changes to highlight group names.
Chances are the whole functionality can be removed after 0.8 is released.
This is a stop-gap fix to avoid errors on latest master after https://github.com/neovim/neovim/pull/19931
Closes #89
This at least gives useful information (the capture name, albeit without leading
@
), but a full rewrite is needed once nvim-treesitter decides on how to handle the upstream changes to highlight group names.Chances are the whole functionality can be removed after 0.8 is released.