Skip to content

Commit

Permalink
fix(treesitter): property
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Dec 26, 2024
1 parent ee16204 commit 3970e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/catppuccin/groups/integrations/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ If you want to stay on nvim 0.7, either disable the integration or pin catppucci
["@type.definition"] = { link = "Type" }, -- type definitions (e.g. `typedef` in C)

["@attribute"] = { link = "Constant" }, -- attribute annotations (e.g. Python decorators)
["@property"] = { fg = C.lavender, style = O.styles.properties or {} }, -- Same as TSField.
["@property"] = { fg = C.blue, style = O.styles.properties or {} }, -- Same as TSField.

-- Functions
["@function"] = { link = "Function" }, -- For function (calls and definitions).
Expand Down

0 comments on commit 3970e3a

Please sign in to comment.