feat(semantic_tokens): link defaultLibrary functions to Special

This commit is contained in:
Folke Lemaitre 2023-03-07 08:57:58 +01:00
parent 130eab13bc
commit c967c2cfdb
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040

View File

@ -261,6 +261,7 @@ function M.setup()
["@lsp.type.parameter"] = { link = "@parameter" },
["@lsp.type.property"] = { link = "@property" },
["@lsp.type.variable"] = { link = "@variable" },
["@lsp.typemod.function.defaultLibrary"] = { link = "Special" },
-- NOTE: maybe add these with distinct highlights?
-- ["@lsp.typemod.variable.globalScope"] (global variables)