From 12b48e6a303624659e8cb3ceffcd254e81a05499 Mon Sep 17 00:00:00 2001 From: tomcharter365 <31257796+tomcharter365@users.noreply.github.com> Date: Thu, 11 Oct 2018 15:20:56 -0600 Subject: [PATCH] Fix not balanced parentheses Needed to add `(` to line 32 --- js.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js.nanorc b/js.nanorc index 364a979..648d48e 100644 --- a/js.nanorc +++ b/js.nanorc @@ -29,7 +29,7 @@ color green "\<(break|case|catch|continue|default|delete|do|else|finally)\>" color green "\<(for|function|if|in|instanceof|new|null|return|switch)\>" color green "\<(switch|this|throw|try|typeof|undefined|var|void|while|with)\>" color green "\<(import|as|from|export)\>" -color green "\" +color green "\<(const|let|class|extends|of|get|set|await|async|yield)\>" ## Type specifiers color red "\<(Array|Boolean|Date|Enumerator|Error|Function|Math)\>"