We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a090523 commit 135f9b0Copy full SHA for 135f9b0
lua/catppuccin/groups/integrations/treesitter.lua
@@ -69,7 +69,7 @@ If you want to stay on nvim 0.7, either disable the integration or pin catppucci
69
-- Types
70
71
["@type"] = { link = "Type" }, -- For types.
72
- ["@type.builtin"] = { fg = C.yellow, style = O.styles.properties or "italic" }, -- For builtin types.
+ ["@type.builtin"] = { fg = C.yellow, style = O.styles.properties or { "italic" } }, -- For builtin types.
73
["@type.definition"] = { link = "@type" }, -- type definitions (e.g. `typedef` in C)
74
["@type.qualifier"] = { link = "@type" }, -- type qualifiers (e.g. `const`)
75
0 commit comments