> And the comments too. for 95%, nph looks good enough as far as I'm concerned at least, ie the "attach-to-node" strategy is really good and you quickly can adapt to it - the tricky bits are for example `proc f(p #[comment here]#: int)` and the like where it's hard to inspect in depth what a valid output would look like when line-broken.
nim allows indent in some weird places as well which leads to unusual comment locations like this: proc # comment here name_here = discard Run