nvim-treesitter / playground

Treesitter playground integrated into Neovim
Apache License 2.0
897 stars 47 forks source link

fix: adapt to breaking change on master #90

Closed clason closed 2 years ago

clason commented 2 years ago

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.