aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorben Günther <37446400+xenrox@users.noreply.github.com>2022-10-29 00:11:51 +0200
committerGitHub <noreply@github.com>2022-10-28 19:11:51 -0300
commite9992fe5193f0d8d3694cec9171b678f514d0aea (patch)
tree68f96e46f4df9d1e112eace5c080f8f0a3832416
parent2fc4980dfa17e76f7c7e963caa69599051d2e75e (diff)
downloadgruvbox-e9992fe5193f0d8d3694cec9171b678f514d0aea.tar.gz
gruvbox-e9992fe5193f0d8d3694cec9171b678f514d0aea.tar.xz
Add treesitter highlight groups for diff (#166)
-rw-r--r--lua/gruvbox/groups.lua2
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" },