shaunsingh / nord.nvim

Neovim theme based off of the Nord Color Palette, written in lua with tree sitter support
GNU General Public License v2.0
796 stars 107 forks source link

Add new treesitter highlights #112

Closed gbprod closed 1 year ago

gbprod commented 1 year ago

Since https://github.com/nvim-treesitter/nvim-treesitter/pull/3656, nvim-treesitter removed TS* highlights groups, we must use @* groups instead.

I've kept a backward compatibility but IDK if I should ?

shaunsingh commented 1 year ago

I think backwards compatibility is good