cideM / yui

A minimal Vim/Neovim color scheme inspired by Dieter Rams
MIT License
135 stars 6 forks source link

Fix treesitter diff highlighting #64

Closed larryfox closed 1 month ago

larryfox commented 3 months ago

Recently I noticed diff's stopped highlighting properly when using git commit --verbose.

I think an nvim-treesitter update broke them, these appear to be the new capture names: https://github.com/nvim-treesitter/nvim-treesitter/commit/1ae9b0e4558fe7868f8cda2db65239cfb14836d0

cideM commented 1 month ago

I'm very sorry for forgetting about this PR. I really need to get better at keeping track with GitHub things.

I created a new PR #66 that has your commit but with merge conflicts fixed, since I just merged a pretty big PR.

Thank you so much for this contribution ⭐ I wouldn't have spotted this myself.