We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
This error I just filed on emacs parinfer-rust-mode might be related justinbarclay/parinfer-rust-mode#64
parinfer-rust-mode
Sorry, something went wrong.
This seems releated to #115 . Is this a dupe (are you running emacs? have you enabled the vbar option)?
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: