Skip to content

Commit

Permalink
Fix not balanced parentheses
Browse files Browse the repository at this point in the history
Needed to add `(` to line 32
  • Loading branch information
tomcharter365 committed Oct 11, 2018
1 parent bdb317e commit 12b48e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -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 "\<const|let|class|extends|of|get|set|await|async|yield)\>"
color green "\<(const|let|class|extends|of|get|set|await|async|yield)\>"

## Type specifiers
color red "\<(Array|Boolean|Date|Enumerator|Error|Function|Math)\>"
Expand Down

0 comments on commit 12b48e6

Please sign in to comment.