diff --git a/lua/abyss/theme.lua b/lua/abyss/theme.lua index 93fd98f..ba58f19 100644 --- a/lua/abyss/theme.lua +++ b/lua/abyss/theme.lua @@ -372,6 +372,7 @@ function M.get_treesitter() ["@constant.macro"] = { link = "Constant" }, ["@parameter.reference"] = { link = "@lsp.type.parameter" }, ["@exception"] = { link = "Exception" }, + ["@type.builtin"] = { link = "@lsp.type.type" }, -- Typescript ["@type.qualifier.typescript"] = { link = "Statement" },