andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

Enki matches parenthes that are inside string literals #79

Closed vi closed 11 years ago

vi commented 11 years ago

Enki 12.08.5, when editing Clojure source, considers brackets inside string literals for matching...

( ")" )

I think by default (i.e. even in unknown files) Enki should take care of string literals in double quotes.

Workaround: add comment with matching parenthis literals, so two bugs collide and disappear.

andreikop commented 11 years ago

Closure is highlighted now