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

Support new capture names #88

Closed MaienM closed 10 months ago

MaienM commented 10 months ago

nvim-treesitter introduced a breaking change affecting colorschemes. The commit for this change includes a good overview of what token changed to what.

RRethy commented 10 months ago

Oh good, I was worried nvim-treesitter wouldn't ship breaking changes in 2024. I'll try to fix it later today.