atom-editor 2020-09-01

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

As opposed to the official Parinfer package?

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)

That would be awesome if you can!