eddyekofo94 / gruvbox-flat.nvim

Another attempt of a flat Gruvbox theme for Neovim
MIT License
243 stars 22 forks source link

fix: Adding `extends` keyword to scm queries per latest neovim changes to not break nvim-treesitter queries #25

Closed teddylear closed 1 year ago

teddylear commented 1 year ago

@eddyekofo94 fix: Adding extends keyword to scm queries per latest neovim changes to not break nvim-treesitter queries

Related to this neovim change for treesitter queries: https://github.com/neovim/neovim/pull/20105 And this nvim-treesitter issue: https://github.com/nvim-treesitter/nvim-treesitter/issues/3538#event-7528522877

If not added breaks lua and typescript highlighting if installed.