v1.3.3
Improvements
-
with do: bodyand variations with no arrows in the head will be rewritten to justbody(or...head statements; body) -
# styler:sortwill sort arbitrary ast nodes within ado endblock:Given:
# styler:sort my_macro "some arg" do another_macro :q another_macro :w another_macro :e another_macro :r another_macro :t another_macro :y endWe get:
# styler:sort my_macro "some arg" do another_macro :e another_macro :q another_macro :r another_macro :t another_macro :w another_macro :y end
Fixes
- fix a bug in comment-movement when multiple
# styler:sortdirectives are added to a file at the same time