From fc66cfbadaf926bc7c2a5e0616d7b8e64f8bd00c Mon Sep 17 00:00:00 2001 From: Xun <58657914+eeeXun@users.noreply.github.com> Date: Tue, 18 Apr 2023 21:39:18 +0800 Subject: remove treesitter-error highlight link (#245) --- lua/gruvbox/groups.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'lua') 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 -- cgit v1.2.3