aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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