parinfer-rust-mode icon indicating copy to clipboard operation
parinfer-rust-mode copied to clipboard

wrong format in common-lisp when keying symbol

Open eric-zhu-2019 opened this issue 2 years ago • 0 comments

case

when typing the code like:

(case c
  (#\; '|;|))

It will be formatted as:

(case c
  #\; '|);)

actually we can't enable the parienfer-mode in such file at all.

Thanks!

eric-zhu-2019 avatar Nov 12 '22 18:11 eric-zhu-2019