fix: link @type.builtin to @type

This commit is contained in:
2024-02-25 20:18:37 +01:00
parent 2131742250
commit 078b99fa17

View File

@@ -113,6 +113,7 @@ return function(theme, palette)
["@tag.attribute"] = { fg = palette.yellow },
["@tag.delimiter"] = { fg = palette.fg },
["@type"] = { link = "Type" },
["@type.builtin"] = { link = "@type" },
["@type.qualifier"] = { fg = palette.purple },
["@typeParameter"] = { fg = palette.yellow },
["@variable"] = { link = "Identifier" },