nvim-treesitter / playground

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

`TSHighlightCapturesUnderCursor` no longer shows highlight groups #97

Closed bartels closed 2 years ago

bartels commented 2 years ago

TSHighlightCapturesUnderCursor is not showing the highlight groups anymore

The problem appears to have start for me with pull request #87. If I check out the commit previous to that, things work again.

playground_highlights

The image shows the correct output (bottom half) and incorrect (top half - after including #87 )

clason commented 2 years ago

@keyword is the highlight group on Neovim 0.8.

bartels commented 2 years ago

Ok, I guess I meant the linked highlight groups, but maybe that's not exactly what it was showing previously

It looks like #70 covers it