mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 00:25:39 +01:00
Merge pull request #190 from tomcharter365/patch-1
Fix not balanced parentheses in js.nanorc
This commit is contained in:
commit
37a61136e7
@ -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)\>"
|
||||
|
Loading…
Reference in New Issue
Block a user