atom / language-clojure

Clojure package for Atom
Other
49 stars 48 forks source link

Parentheses matching algorithm doesn't work right if literal strings contain parentheses #42

Closed winteryoung closed 8 years ago

winteryoung commented 8 years ago
(foo "bar)")

Try the above example.

50Wliu commented 8 years ago

This looks like a duplicate of atom/bracket-matcher#78 - feel free to subscribe there for updates.