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

Support string_delimiter argument to latest parinfer-rust version

Open garrett-hopper opened this issue 1 year ago • 1 comments

See https://github.com/eraserhd/parinfer-rust/issues/139

string_delimiter argument is currently not passed which causes issues when building parinfer-rust from master

garrett-hopper avatar Jul 28 '23 20:07 garrett-hopper

The change has been merged now ( see eraserhd/parinfer-rust#133 ) but now the next step is to update the fork to this point: currently https://github.com/justinbarclay/parinfer-rust is 105 commits behind master

gagbo avatar Aug 25 '23 19:08 gagbo

This should be fixed with v0.9.0, and (untested) we should have built-in support for:

  • clojure-mode
  • clojurec-mode
  • clojurescript-mode
  • clojure-ts-mode
  • clojure-ts-clojurescript-mode
  • janet-mode
  • common-lisp-mode
  • racket-mode
  • scheme-mode

These all use the default options built into the parinfer-rust CLI

justinbarclay avatar May 23 '24 19:05 justinbarclay