We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@type.builtin
1 parent af58927 commit c2ba250Copy full SHA for c2ba250
1 file changed
lua/catppuccin/groups/treesitter.lua
@@ -46,7 +46,7 @@ If you want to stay on nvim 0.7, pin catppuccin tag to v0.2.4 and nvim-treesitte
46
47
-- Types
48
["@type"] = { link = "Type" }, -- For types.
49
- ["@type.builtin"] = { fg = C.mauve, style = O.styles.properties or { "italic" } }, -- For builtin types.
+ ["@type.builtin"] = { fg = C.mauve, style = { "italic" } }, -- For builtin types.
50
["@type.definition"] = { link = "Type" }, -- type definitions (e.g. `typedef` in C)
51
52
["@attribute"] = { link = "Constant" }, -- attribute annotations (e.g. Python decorators)
0 commit comments