aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXun <58657914+eeeXun@users.noreply.github.com>2023-04-18 21:39:18 +0800
committerGitHub <noreply@github.com>2023-04-18 10:39:18 -0300
commitfc66cfbadaf926bc7c2a5e0616d7b8e64f8bd00c (patch)
tree226a1656a4be53113a9ae5e1e4d8ae3882f388f5
parent9e57e796fe7b3c9a12d795ebb35ff45e4d0cb630 (diff)
downloadgruvbox-fc66cfbadaf926bc7c2a5e0616d7b8e64f8bd00c.tar.gz
gruvbox-fc66cfbadaf926bc7c2a5e0616d7b8e64f8bd00c.tar.xz
remove treesitter-error highlight link (#245)
-rw-r--r--lua/gruvbox/groups.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/gruvbox/groups.lua b/lua/gruvbox/groups.lua
index 21226ef..b252638 100644
--- a/lua/gruvbox/groups.lua
+++ b/lua/gruvbox/groups.lua
@@ -194,8 +194,6 @@ M.setup = function()
-- @comment ; line and block comments
["@comment"] = { link = "Comment" },
-- @comment.documentation ; comments documenting code
- -- @error ; syntax/parser errors
- ["@error"] = { link = "Error" },
-- @none ; completely disable the highlight
["@none"] = { bg = "NONE", fg = "NONE" },
-- @preproc ; various preprocessor directives & shebangs