noctuid / lispyville

lispy + evil = lispyville
GNU General Public License v3.0
315 stars 23 forks source link

Prettify escapes atoms in Clojure that starts with "." #58

Closed thiagokokada closed 5 years ago

thiagokokada commented 5 years ago

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 5 years ago

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 5 years ago

@noctuid Ok. Thanks.

thiagokokada commented 5 years ago

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

thiagokokada commented 5 years ago

Fixed by https://github.com/abo-abo/lispy/commit/aa9feb855b24f29e0c6cd0c3a68a83a91fd63182.