simrat39 / symbols-outline.nvim

A tree like view for symbols in Neovim using the Language Server Protocol. Supports all your favourite languages.
MIT License
1.85k stars 100 forks source link

Convert from obsolete higlight group names #199

Closed ehaynes99 closed 1 year ago

ehaynes99 commented 1 year ago

Treesitter has removed the TS* highlight groups in favor of their @* counterparts. Fixes: #196

https://github.com/nvim-treesitter/nvim-treesitter/issues/2293#issuecomment-1279974776

https://github.com/nvim-treesitter/nvim-treesitter/pull/3656 removed the obsolete TS* highlighting groups. Users and plugins should instead directly use the capture name as a highlight group. E.g., instead of

hi link TSPunctDelimit Delimiter do

hi link @punctuation.delimiter Delimiter