Fix not balanced parentheses

Needed to add `(` to line 32
This commit is contained in:
tomcharter365 2018-10-11 15:20:56 -06:00 committed by GitHub
parent bdb317ee11
commit 12b48e6a30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)\>"