diff --git a/lua/astrobox/highlights/modules/syntax.lua b/lua/astrobox/highlights/modules/syntax.lua index 74e0b01..28ce3d9 100644 --- a/lua/astrobox/highlights/modules/syntax.lua +++ b/lua/astrobox/highlights/modules/syntax.lua @@ -150,5 +150,6 @@ return function(theme, palette) ["@lsp.typemod.selfKeyword"] = theme.highlight_bold, ["@lsp.typemod.string.attribute"] = { link = "String" }, -- Hmmmm ["@lsp.typemod.variable.readonly"] = { link = "Constant" }, + ["@lsp.typemod.const.constant"] = { link = "Constant" }, } end diff --git a/lua/astrobox/highlights/modules/vim-illuminate.lua b/lua/astrobox/highlights/modules/vim-illuminate.lua old mode 100755 new mode 100644