fix(syntax): constants are now const colored
This commit is contained in:
@@ -150,5 +150,6 @@ return function(theme, palette)
|
|||||||
["@lsp.typemod.selfKeyword"] = theme.highlight_bold,
|
["@lsp.typemod.selfKeyword"] = theme.highlight_bold,
|
||||||
["@lsp.typemod.string.attribute"] = { link = "String" }, -- Hmmmm
|
["@lsp.typemod.string.attribute"] = { link = "String" }, -- Hmmmm
|
||||||
["@lsp.typemod.variable.readonly"] = { link = "Constant" },
|
["@lsp.typemod.variable.readonly"] = { link = "Constant" },
|
||||||
|
["@lsp.typemod.const.constant"] = { link = "Constant" },
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|||||||
0
lua/astrobox/highlights/modules/vim-illuminate.lua
Executable file → Normal file
0
lua/astrobox/highlights/modules/vim-illuminate.lua
Executable file → Normal file
Reference in New Issue
Block a user