faceair / atom-goto-definition

⚠️⚠️⚠️ DEPRECATED
https://atom.io/packages/goto-definition
GNU General Public License v2.0
99 stars 51 forks source link

Add clojure support #95

Open mnewt opened 7 years ago

mnewt commented 7 years ago

Note that I had to take out the escaping of certain characters in getSelectedWord() in order for it to recognize Clojure words. It seems to work fine without that and all the tests pass, but I don't understand what the purpose of that was so maybe that breaks something?