mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 08:35:39 +01:00
ts: highlight async/await keywords
This commit is contained in:
parent
8a999dde46
commit
745a0469d6
@ -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)\>"
|
||||
|
Loading…
Reference in New Issue
Block a user