deadfoxygrandpa / Elm.tmLanguage

Elm language syntax highlighting and tool integration for ST2/3
https://packagecontrol.io/packages/Elm%20Language%20Support
MIT License
122 stars 27 forks source link

Support for 0.15 import syntax #21

Closed evancz closed 9 years ago

evancz commented 9 years ago

As of 0.15 the import syntax looks like this:

import List as L exposing (..)

Where the as and exposing clauses are optional. I found the relevant code but I have no idea what is going on there.

rtfeldman commented 9 years ago

Also relevant: data has now become type alias

texastoland commented 9 years ago

Addressing in syntax rewrite based on EBNF in syntax branch

texastoland commented 9 years ago

Fixed in next beta!