Fork me on GitHub
#parinfer
<
2017-08-21
>
cfleming07:08:01

There’s a problem with my new system, which is that paren mode (and hence my indentation check) isn’t aware of paren holding.

cfleming07:08:27

So in the classic case:

(println {:a 1
          :b 2}
         foo)

cfleming07:08:57

As soon as I start deleting the println, Cursive starts complaining that the indentation is incorrect, and stops applying parinfer.

cfleming07:08:08

I’ll have to try to fix that tomorrow.