noctuid / lispyville

lispy + evil = lispyville

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prettify escapes atoms in Clojure that starts with "."

thiagokokada opened this issue · 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.

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