nordtheme / vim

An arctic, north-bluish clean and elegant Vim theme.
https://www.nordtheme.com/ports/vim
MIT License
2.52k stars 274 forks source link

Refactor nvim-treesitter hightlights to comply with new spec #328

Closed saccarosium closed 1 year ago

saccarosium commented 1 year ago

Since Neovim 0.8.1 [1], nvim-treesitter has changed the naming scheme of his hightlight groups [2], braking retro compatabilty with older version of Neovim and Vim, for this reason is nececary to mantaine both naming convention for mantaing retro compatability.

[1] https://github.com/neovim/neovim/releases/tag/v0.8.1 [2] https://github.com/nvim-treesitter/nvim-treesitter/commit/42ab95d5e11f247c6f0c8f5181b02e816caa4a4f#commitcomment-87014462