Skip to content

Commit

Permalink
fix(treesitter): remove tag.attribute.tsx override
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Jan 5, 2025
1 parent b012d08 commit 85b63d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/catppuccin/groups/integrations/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ If you want to stay on nvim 0.7, either disable the integration or pin catppucci

-- TSX (Typescript React)
["@constructor.tsx"] = { fg = C.lavender },
["@tag.attribute.tsx"] = { fg = C.teal, style = O.styles.miscs or { "italic" } },

-- yaml
["@variable.member.yaml"] = { fg = C.blue }, -- For fields.
Expand Down

0 comments on commit 85b63d9

Please sign in to comment.