Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion lua/catppuccin/groups/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, pin catppuccin tag to v0.2.4 and nvim-treesitte

-- HTML
["@string.special.url.html"] = { fg = C.green }, -- Links in href, src attributes.
["@markup.link.label.html"] = { fg = C.text }, -- Text between <a></a> tags.
["@character.special.html"] = { fg = C.red }, -- Symbols such as &nbsp;.

-- Lua
Expand Down
Loading