ellisonleao / gruvbox.nvim

Lua port of the most famous vim colorscheme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upcoming TS highlight group changes

ObserverOfTime opened this issue · comments

TS captures will soon be changed and colorschemes will need to be updated.
This is a heads-up to prevent #159 from reoccurring.
See nvim-treesitter/nvim-treesitter#4799 for more details.

@ellisonleao this will be breaking too neovim/neovim#27067

I've submitted a pull request (#315) to resolve nvim-treesitter/nvim-treesitter@3f978f8

@JulesNP will this fix the broken LaTex highlighting as well?

I'm not sure, as I don't normally work with LaTex. Is your issue with LaTex highlighting something which only started happening after the recent treesitter update?

If you're using lazy.nvim package manager, you can quickly test if my pull request fixes it by changing your plugin config to this:

{
    "JulesNP/gruvbox.nvim",
    branch = "tsfix",
}

Yeah, the recent changes within treesitter also broke the LaTex highlighting. But, your pull request #315 seems to fix these issues

can we close this one @ObserverOfTime ?