Skip to content

Commit

Permalink
fix(treesitter): remove type.builtin overrides for c/cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Jan 5, 2025
1 parent a2b48f2 commit 2a9edbc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/catppuccin/groups/integrations/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,7 @@ If you want to stay on nvim 0.7, either disable the integration or pin catppucci
["@function.method.call.php"] = { link = "Function" },

-- C/CPP
["@type.builtin.c"] = { fg = C.yellow, style = {} },
["@property.cpp"] = { fg = C.text },
["@type.builtin.cpp"] = { fg = C.yellow, style = {} },

-- gitcommit
["@comment.warning.gitcommit"] = { fg = C.yellow },
Expand Down

0 comments on commit 2a9edbc

Please sign in to comment.