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:
commit
b996b90471
@ -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