feat(semantic_tokens): link defaultLibrary functions to Special
This commit is contained in:
parent
130eab13bc
commit
c967c2cfdb
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user