Update Treesitter tag highlights

This commit is contained in:
Henrik Hautakoski 2026-05-19 07:42:58 +02:00
parent 20ba93c561
commit 32009c3a6d

View file

@ -107,9 +107,9 @@ function M.get(c)
["@markup.list.checked"] = { fg = c.ok },
["@markup.list.unchecked"] = { fg = c.fg_dim },
["@tag"] = { fg = c.keyword },
["@tag.builtin"] = { fg = c.keyword, italic = true },
["@tag.attribute"] = { link = "@tag" },
["@tag"] = { link = "Tag" },
["@tag.builtin"] = { link = "Tag", italic = true },
["@tag.attribute"] = { link = "@type" },
["@tag.delimiter"] = { fg = c.operator },
["@diff.plus"] = { fg = c.git_add },