durkiewicz / elm-plugin

Elm language support plugin for IntelliJ IDEA.
MIT License
136 stars 15 forks source link

Fix #37: insert import clauses in the correct place relative to comments #45

Closed klazuka closed 7 years ago

klazuka commented 7 years ago

@durkiewicz I made the change in the lexer/parser as you suggested.

I decided to have an END_DOC_COMMENT token for symmetry, but maybe it's overkill?

klazuka commented 7 years ago

@durkiewicz ping

durkiewicz commented 7 years ago

@klazuka I'm sorry for keeping you waiting so long!

klazuka commented 7 years ago

@durkiewicz thanks for the feedback--I lost track of it during the holidays. Ready for review again.