fix(syntax): constants are now const colored

This commit is contained in:
2024-07-27 13:01:45 +02:00
parent a2f4bb71e7
commit 4e6fc21d4a
2 changed files with 1 additions and 0 deletions

View File

@@ -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