jcollard / elm-mode

Elm mode for emacs
GNU General Public License v3.0
375 stars 67 forks source link

Allow sorting multiline imports #86

Closed Menschenkindlein closed 7 years ago

Menschenkindlein commented 7 years ago

I tried to implement sorting of multiline imports. It resulted in the intimidating regex for parsing Elm import syntax.

Bogdanp commented 7 years ago

Looks good to me, thanks! I merged this but GitHub doesn't seem to have picked up on that so I'm closing the PR.