Add highlighting of items from other crates

This commit is contained in:
Aramis Razzaghipour
2021-05-23 23:45:26 +10:00
parent 064ff633f6
commit 4fd5248749
6 changed files with 103 additions and 12 deletions

View File

@@ -92,6 +92,7 @@ define_semantic_token_modifiers![
(MUTABLE, "mutable"),
(CONSUMING, "consuming"),
(ASYNC, "async"),
(FOREIGN, "foreign"),
(UNSAFE, "unsafe"),
(ATTRIBUTE_MODIFIER, "attribute"),
(TRAIT_MODIFIER, "trait"),