2022-06-24 18:22:08 +00:00
|
|
|
# This crate autofmts blocks of rsx!
|
|
|
|
|
|
|
|
This crate formats rsx! by parsing call bodies and pretty-printing them back out.
|
|
|
|
|
2022-07-05 05:53:08 +00:00
|
|
|
|
2022-07-05 17:31:26 +00:00
|
|
|
|
|
|
|
# Todo:
|
|
|
|
Sorted roughly in order of what's possible
|
|
|
|
|
2022-07-05 22:23:30 +00:00
|
|
|
- [x] Oneline rsx! calls - blocker because this wrecks formatting
|
2022-07-05 17:31:26 +00:00
|
|
|
- [ ] Nested RSX calls (important) - unnecessary but desirable
|
|
|
|
- [ ] RSX edits overstepping each other
|
|
|
|
- [ ] Collapse components and elements under syntax -
|
|
|
|
- [ ] Don't eat comments in exprs
|
|
|
|
- [ ] Format regular exprs
|
|
|
|
- [ ] Fix prettyplease around chaining
|
|
|
|
- [ ] Don't eat comments in prettyplease
|