From 745a0469d6836baa34287d83af8f9c7cc9e53b70 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sat, 11 Jan 2020 15:09:43 +1300 Subject: [PATCH] ts: highlight async/await keywords --- ts.nanorc | 1 + 1 file changed, 1 insertion(+) diff --git a/ts.nanorc b/ts.nanorc index bd1c9f1..459b5c1 100644 --- a/ts.nanorc +++ b/ts.nanorc @@ -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)\>"