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?
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?