-
This issue serves to capture various parinfer cases which don't work well:
```clojure
output_tokens (do
(print (str ""))
(flush))
```
Here, if the caret i…
-
At the end of your [quick demo], I saw a note about adding parinfer support:
[quick demo]:https://asciinema.org/a/160597
```
user=> ;; paredit and parinfer will be next! …
-
I am trying to compile parinfer.js to lua. I am newbie in lua but it seems to be something wrong with the implementation of the split method from js to lua ?
lua: TypeError: Cannot read property '…
-
Unbalanced `|` inside a comment:
```lisp
;; |
(defun foo (
2
```
Maybe similar to the "dangerous quotes" problem with an unbalanced `"` in a comment, but I think this one could come up more of…
-
| Field | Description |
|--------------|-------------|
| Plugin | `parinfer-rust` |
| Nixpkgs | `24.05` and `unstable` |
| Home Manager | N/A |
- [x] I have read the [FA…
-
Migration to shadow-cljs sacrifed parinfer. We want it back.
-
Might be nice to have a parinfer mode, especially for people who are new to the language:
https://github.com/shaunlebron/parinfer-codemirror
-
Do you have any plan to support parinfer? I prefer it to paredit and it would be great to have it as an integrated choice.
-
### Check for existing issues
- [X] Completed
### Describe the feature
In #5292 @shaunsingh mentioned that it would be nice to have parinfer when editing Clojure. And I think that's a splendid idea…
-
Hi there, thanks for a great project.
I've hit a situation where the LSP and what I think is [parinfer](https://github.com/justinbarclay/parinfer-rust-mode) are getting into fights, and this is co…