fix(syntax): Fixed constants color in templates
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user