RRethy / base16-nvim

Neovim plugin for building a sync base16 colorscheme. Includes support for Treesitter and LSP highlight groups.
MIT License
523 stars 77 forks source link

Add @text.diff.{add,delete} #71

Closed chenxiaolong closed 1 year ago

chenxiaolong commented 1 year ago

This fixes highlighting of added and removed lines in diff files when using treesitter.


EDIT: A couple screenshots:

Before: image

After: image

chenxiaolong commented 1 year ago

That was quick. Thank you!