Mofiqul / vscode.nvim

Neovim/Vim color scheme inspired by Dark+ and Light+ theme in Visual Studio Code
MIT License
695 stars 111 forks source link

feat: support highlight groups of Treesitter's diff parser #132

Closed VytautasT closed 1 year ago

VytautasT commented 1 year ago

I noticed that the diffs are not highlighted in vim-gitgutter's preview window: image

This preview window is parsed by the relatively recent Treesitter's diff parser, which adds two new highlight groups.

To fix the issue, this PR links the new highlight groups to DiffAdd and DiffDelete: image