Merge pull request #279 from G-Rath/patch-1

ts: highlight async/await keywords
This commit is contained in:
Anthony Scopatz 2020-01-25 16:14:08 -05:00 committed by GitHub
commit b996b90471
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)\>"