Skip to content

Commit 135f9b0

Browse files
committed
fix(treesitter): invalid string in type builtin
1 parent a090523 commit 135f9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/catppuccin/groups/integrations/treesitter.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ If you want to stay on nvim 0.7, either disable the integration or pin catppucci
6969
-- Types
7070

7171
["@type"] = { link = "Type" }, -- For types.
72-
["@type.builtin"] = { fg = C.yellow, style = O.styles.properties or "italic" }, -- For builtin types.
72+
["@type.builtin"] = { fg = C.yellow, style = O.styles.properties or { "italic" } }, -- For builtin types.
7373
["@type.definition"] = { link = "@type" }, -- type definitions (e.g. `typedef` in C)
7474
["@type.qualifier"] = { link = "@type" }, -- type qualifiers (e.g. `const`)
7575

0 commit comments

Comments
 (0)