RRethy / base16-nvim

Neovim plugin for building a sync base16 colorscheme. Includes support for Treesitter and LSP highlight groups.
MIT License
523 stars 77 forks source link

Add support for new Treesitter highlight groups #62

Closed lpraneis closed 2 years ago

lpraneis commented 2 years ago

Treesitter commit https://github.com/nvim-treesitter/nvim-treesitter/commit/42ab95d5e11f247c6f0c8f5181b02e816caa4a4f removed support for legacy hightlight groups TS*. and so highlighting via this colorscheme is currently broken for treesitter groups.

RRethy commented 2 years ago

Yea I saw that update last night, haven't had a chance to update things yet. Sometime this week I will.

RRethy commented 2 years ago

If anyone see highlights go out of wack, comment here and we can get them fixed. I mostly automated this with substitution commands and macros.