1
0
mirror of https://github.com/scopatz/nanorc synced 2024-10-31 23:00:00 +01:00

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

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 "\<(protected|public|return|static|super|switch)\>"
color green "\<(this|throw|try|typeof)\>" color green "\<(this|throw|try|typeof)\>"
color green "\<(void|while|with|yield)\>" color green "\<(void|while|with|yield)\>"
color green "\<(async|await)\>"
## Type specifiers ## Type specifiers
color red "\<(Array|Boolean|Date|Enumerator|Error|Function)\>" color red "\<(Array|Boolean|Date|Enumerator|Error|Function)\>"