Prettify escapes atoms in Clojure that starts with "."
thiagokokada opened this issue · 4 comments
thiagokokada commented
In Clojure, the following atom is valid:
:.some-atom
However, calling lispyville-prettify
in this atom results in:
:\.some-atom
That is not a valid atom.
noctuid commented
This is handled by lispy. Try updating lispy if you are on an older version, and if the problem still happens, make an issue on the lispy repo.
thiagokokada commented
@noctuid Ok. Thanks.
thiagokokada commented
Will keep this issue open just to track it with issue in Lispy.
thiagokokada commented
Fixed by abo-abo/lispy@aa9feb8.