diff --git a/lua/astrobox/highlights/modules/syntax.lua b/lua/astrobox/highlights/modules/syntax.lua index 5ef7864..9570a05 100644 --- a/lua/astrobox/highlights/modules/syntax.lua +++ b/lua/astrobox/highlights/modules/syntax.lua @@ -151,5 +151,6 @@ return function(theme, palette) ["@lsp.typemod.string.attribute"] = { link = "String" }, -- Hmmmm ["@lsp.typemod.variable.readonly"] = { link = "Constant" }, ["@lsp.typemod.const.constant"] = { link = "Constant" }, + ["@lsp.typemod.constParameter.constant"] = { link = "Constant" }, } end