f4z3r / gruvbox-material.nvim

Material Gruvbox colorscheme for Neovim written in Lua
MIT License
32 stars 4 forks source link

[BUG]: some syntax highlights no longer work on newer versions of Treesitter #2

Closed f4z3r closed 4 months ago

f4z3r commented 4 months ago

There have been breaking changes to treesitter captures: https://github.com/nvim-treesitter/nvim-treesitter/issues/2293

Since then the highlighting of Markdown for instance no longer works.

Port from wittyjudge/gruvbox-material.nvim#3