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

Adds support for new 0.17 module syntax #104

Closed jamesduncombe closed 8 years ago

jamesduncombe commented 8 years ago

Hi,

I was using Elm 0.17 this morning and the syntax has changed for module declarations which has broken the syntax highlighting in the Sublime package.

I've added what I think fixes the issue but I haven't actually played around with the syntax files for Sublime/Textmate before so might be wrong, but it is highlighting correctly now in Sublime 3 at least.

New syntax:

module Module exposing (..)

More details here: https://github.com/elm-lang/elm-platform/blob/master/upgrade-docs/0.17.md#updating-syntax

Cheers,

James

jamesduncombe commented 8 years ago

Woops, already being fixed ;)