noctuid/lispyville

Prettify escapes atoms in Clojure that starts with "."

thiagokokada opened this issue · 4 comments

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.

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.

@noctuid Ok. Thanks.

Will keep this issue open just to track it with issue in Lispy.