edubkendo / atom-elm

An atom package providing syntax highlighting and snippets for the Elm language.
65 stars 22 forks source link

Amend grammar to accept Elm 0.17 module declaration #39

Closed ThomasWeiser closed 8 years ago

ThomasWeiser commented 8 years ago

Grammar now accepts both syntax variations:

Elm 0.16: module Queue (..) where Elm 0.17: module Queue exposing (..)

edubkendo commented 8 years ago

Thanks for your contribution!