diff --git a/lua/skift/groups/treesitter.lua b/lua/skift/groups/treesitter.lua index 5a3e59c..c671f54 100644 --- a/lua/skift/groups/treesitter.lua +++ b/lua/skift/groups/treesitter.lua @@ -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 },