cursive icon indicating copy to clipboard operation
cursive copied to clipboard

Parinfer broken cases

Open cursive-ghost opened this issue 1 year ago • 6 comments

This issue serves to capture various parinfer cases which don't work well:

  output_tokens (do
                  (print (str "<output:" output_tokens ">"))
                  (flush))

Here, if the caret is right before output_tokens and that symbol is wrapped in parens, the indentation breaks.

cursive-ghost avatar Aug 10 '24 09:08 cursive-ghost