Add highlighting of items from other crates
This commit is contained in:
@@ -504,6 +504,7 @@ fn semantic_token_type_and_modifiers(
|
||||
HlMod::Mutable => semantic_tokens::MUTABLE,
|
||||
HlMod::Consuming => semantic_tokens::CONSUMING,
|
||||
HlMod::Async => semantic_tokens::ASYNC,
|
||||
HlMod::Foreign => semantic_tokens::FOREIGN,
|
||||
HlMod::Unsafe => semantic_tokens::UNSAFE,
|
||||
HlMod::Callable => semantic_tokens::CALLABLE,
|
||||
HlMod::Static => lsp_types::SemanticTokenModifier::STATIC,
|
||||
|
||||
Reference in New Issue
Block a user