From 904ea479134fe53f18cc3c505f62242302d65c9d Mon Sep 17 00:00:00 2001 From: Igor Date: Mon, 23 Feb 2026 23:25:03 -0300 Subject: [PATCH] fix: use link.label for html --- lua/catppuccin/groups/treesitter.lua | 1 - 1 file changed, 1 deletion(-) 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