justinbarclay / parinfer-rust-mode

Simplifying how you write Lisp
https://shaunlebron.github.io/parinfer/
GNU General Public License v3.0
227 stars 16 forks source link

wrong format in common-lisp when keying symbol #61

Closed eric-zhu-2019 closed 3 months ago

eric-zhu-2019 commented 1 year ago

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!

justinbarclay commented 3 months ago

I am ashamed that this stood for 5 years. But it should be fixed now, I should support common-lisp block syntax in parinfer-rust with parinfer-rust-major-mode-options.

https://github.com/justinbarclay/parinfer-rust-mode/assets/6868388/9b4c7e65-665e-47a7-979f-918fc7ac82be