diff --git a/lua/catppuccin/groups/integrations/treesitter.lua b/lua/catppuccin/groups/integrations/treesitter.lua index d5af154c..5f09a6fa 100644 --- a/lua/catppuccin/groups/integrations/treesitter.lua +++ b/lua/catppuccin/groups/integrations/treesitter.lua @@ -54,7 +54,6 @@ If you want to stay on nvim 0.7, either disable the integration or pin catppucci -- Keywords ["@keyword"] = { link = "Keyword" }, -- For keywords that don't fall in previous categories. ["@keyword.function"] = { fg = C.mauve, style = O.styles.keywords or {} }, -- For keywords used to define a function. - -- ["@keyword.operator"] = { fg = C.mauve, style = O.styles.operators or {} }, -- For new keyword operator ["@keyword.operator"] = { fg = C.mauve, style = O.styles.operators or {} }, -- For new keyword operator ["@keyword.return"] = { fg = C.mauve, style = O.styles.keywords or {} }, -- JS & derivative