Apply async semantic token modifier to async/await keywords
Only async semantic token modifier
This commit is contained in:
@@ -91,6 +91,7 @@ define_semantic_token_modifiers![
|
||||
(INJECTED, "injected"),
|
||||
(MUTABLE, "mutable"),
|
||||
(CONSUMING, "consuming"),
|
||||
(ASYNC, "async"),
|
||||
(UNSAFE, "unsafe"),
|
||||
(ATTRIBUTE_MODIFIER, "attribute"),
|
||||
(TRAIT_MODIFIER, "trait"),
|
||||
|
||||
Reference in New Issue
Block a user