parinfer-rust-mode
parinfer-rust-mode copied to clipboard
wrong format in common-lisp when keying symbol
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!