clojure-emacs / cider

The Clojure Interactive Development Environment that Rocks for Emacs
https://cider.mx
GNU General Public License v3.0
3.55k stars 645 forks source link

[Fix #3754] Fix regex in `cider-ns-from-p`. #3756

Closed a13 closed 1 week ago

a13 commented 2 weeks ago

Fix regex in cider-ns-form-p so it doesn't match "ns-like" forms inside a string. See #3754

Before submitting the PR make sure the following things have been done (and denote this by checking the relevant checkboxes):