zedapp / zed

Rethinking code editing.
http://zedapp.org
MIT License
2.22k stars 162 forks source link

bracket matching in Erlang mode is broken #527

Open matthias11-21 opened 9 years ago

matthias11-21 commented 9 years ago
always jumps to next closing brace, bracket, parenthesis and not to the matching one. E.g. in the code: ``` foo(bar, [{1, 2}], blarg) ``` and the cursor on the `bar`, will jump to the first `}`. It won't jump back on and keeps in that position. Nothing is highlighted.