diff --git a/lua/catppuccin/groups/treesitter.lua b/lua/catppuccin/groups/treesitter.lua index 48675118..b2306709 100644 --- a/lua/catppuccin/groups/treesitter.lua +++ b/lua/catppuccin/groups/treesitter.lua @@ -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 tags. ["@character.special.html"] = { fg = C.red }, -- Symbols such as  . -- Lua