From dd05d6599456fc027c7d9d6937e92644eafdd864 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 23 Sep 2025 19:30:21 +0200 Subject: [PATCH] nvim/lua/user/plugins/ui/colorscheme.lua: add @type.builtin --- nvim/lua/user/plugins/ui/colorscheme.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/lua/user/plugins/ui/colorscheme.lua b/nvim/lua/user/plugins/ui/colorscheme.lua index 379a09c..8067314 100644 --- a/nvim/lua/user/plugins/ui/colorscheme.lua +++ b/nvim/lua/user/plugins/ui/colorscheme.lua @@ -186,6 +186,7 @@ local custom_highlights = function(colors) ["@keyword.return"] = { link = "Keyword" }, ["@keyword.operator"] = { link = "Keyword" }, ["@property"] = { link = "@variable" }, + ["@type.builtin"] = { fg = colors.yellow }, ["@tag"] = { link = "Keyword" }, ["@tag.delimiter"] = { link = "@text" }, ["@module"] = { link = "@text" },