fix(syntax): Fixed constants color in templates

This commit is contained in:
2024-07-27 13:38:00 +02:00
parent bdac891487
commit fb38ee0071

View File

@@ -151,5 +151,6 @@ return function(theme, palette)
["@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" }, ["@lsp.typemod.const.constant"] = { link = "Constant" },
["@lsp.typemod.constParameter.constant"] = { link = "Constant" },
} }
end end