ts: highlight async/await keywords

This commit is contained in:
Gareth Jones 2020-01-11 15:09:43 +13:00 committed by GitHub
parent 8a999dde46
commit 745a0469d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ color green "\<(var|interface|int|in|let|new|package|private)\>"
color green "\<(protected|public|return|static|super|switch)\>"
color green "\<(this|throw|try|typeof)\>"
color green "\<(void|while|with|yield)\>"
color green "\<(async|await)\>"
## Type specifiers
color red "\<(Array|Boolean|Date|Enumerator|Error|Function)\>"