Fork me on GitHub
#atom-editor
<
2020-09-01
>
mauricio.szabo13:09:50

Just discovered that there's an implementation of parinfer in rust, compiled to WASM. Trying to wire-up a simple Atom plug-in now....

seancorfield16:09:28

As opposed to the official Parinfer package?

mauricio.szabo19:09:10

Yes, the official package is archived and there are problems with paren-mode / reindenting, and also multi-cursor problems 😞 I also want to see if I can fix the "paste code" problem (the one when we paste code then parinfer change all parenthesis to other things)

seancorfield20:09:18

That would be awesome if you can!