Skip to content

Commit

Permalink
refactor(syntax): respect style guide part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchilly committed Jul 10, 2023
1 parent 4e78955 commit cb8540f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/catppuccin/groups/integrations/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb8540f

Please sign in to comment.