dcolthorp / matchure

Powerful, idiomatic pattern matching for clojure
159 stars 8 forks source link

Dashes in class names #3

Closed david-mcneil closed 13 years ago

david-mcneil commented 13 years ago

This is a minor tweak to the regex you use to detect symbols that are class names. The change allows it to recognize class names with "-" characters in them (which are common in the namespaces of Clojure types). I also added a test for the change.

dcolthorp commented 13 years ago

Pulled. Will release a new version soon.

dcolthorp commented 13 years ago

Pushed a new version to clojars with this fix.