feat: highlight lsp variable constant

Closes #245
This commit is contained in:
mvllow 2024-02-26 08:00:39 -06:00
commit 087da3e156
No known key found for this signature in database

View file

@ -416,6 +416,7 @@ local function set_highlights()
["@lsp.typemod.function.defaultLibrary"] = { link = "@function.builtin" },
["@lsp.typemod.operator.injected"] = { link = "@operator" },
["@lsp.typemod.string.injected"] = { link = "@string" },
["@lsp.typemod.variable.constant"] = { link = "@constant" },
["@lsp.typemod.variable.defaultLibrary"] = { link = "@variable.builtin" },
["@lsp.typemod.variable.injected"] = { link = "@variable" },