diff options
| author | Thorben Günther <37446400+xenrox@users.noreply.github.com> | 2022-10-29 00:11:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-28 19:11:51 -0300 |
| commit | e9992fe5193f0d8d3694cec9171b678f514d0aea (patch) | |
| tree | 68f96e46f4df9d1e112eace5c080f8f0a3832416 /lua | |
| parent | 2fc4980dfa17e76f7c7e963caa69599051d2e75e (diff) | |
| download | gruvbox-e9992fe5193f0d8d3694cec9171b678f514d0aea.tar.gz gruvbox-e9992fe5193f0d8d3694cec9171b678f514d0aea.tar.xz | |
Add treesitter highlight groups for diff (#166)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/gruvbox/groups.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/gruvbox/groups.lua b/lua/gruvbox/groups.lua index 60297f9..56739cb 100644 --- a/lua/gruvbox/groups.lua +++ b/lua/gruvbox/groups.lua @@ -309,6 +309,8 @@ groups.setup = function() ["@text.note"] = { link = "SpecialComment" }, ["@text.warning"] = { link = "WarningMsg" }, ["@text.danger"] = { link = "ErrorMsg" }, + ["@text.diff.add"] = { link = "diffAdded" }, + ["@text.diff.delete"] = { link = "diffRemoved" }, ["@tag"] = { link = "Tag" }, ["@tag.attribute"] = { link = "Identifier" }, ["@tag.delimiter"] = { link = "Delimiter" }, |
