Type "function abc() {<enter>}" results in:
```
> function abc() {
. }
. }
```
when typed into the REPL window. In the editor it properly handles the brace matching completion.
```
> function abc() {
. }
. }
```
when typed into the REPL window. In the editor it properly handles the brace matching completion.