From 078b99fa17e44ec238533859bd61d048296df80c Mon Sep 17 00:00:00 2001 From: Niverton Date: Sun, 25 Feb 2024 20:18:37 +0100 Subject: [PATCH] fix: link @type.builtin to @type --- lua/astrobox/highlights/modules/syntax.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/astrobox/highlights/modules/syntax.lua b/lua/astrobox/highlights/modules/syntax.lua index 8951bfc..cfebbe7 100644 --- a/lua/astrobox/highlights/modules/syntax.lua +++ b/lua/astrobox/highlights/modules/syntax.lua @@ -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" },