Re: [elm-discuss] Sublime Text 3 highlighting in 0.17

2016-05-23 Thread Noah Hall
The maintainer for the plugin is sadly unresponsive. There's been a
couple of offers to take it over, and it's been forked to
elm-community, but apparently the process to get it updated upstream
with sublime package control is complex. I'm not sure.

for now, you can add a `--where` as a comment after the `exposing`
bit, like this: `module Something exposing (..) -- where`. Hacky but
works until this is resolved

On Mon, May 23, 2016 at 7:23 PM, kgashok  wrote:
> Specifically after the changeover fro m
> module XXX where
> to
> module XXX exposing (..)
>
> the highlighting in Sublime Text 3 is all screwed up. How do I
> update/upgrade the Elm support settings in Sublime Text 3?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Elm Discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to elm-discuss+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[elm-discuss] Sublime Text 3 highlighting in 0.17

2016-05-23 Thread kgashok
Specifically after the changeover fro m 
*module XXX where  *
to 
*module XXX exposing (..) *

the highlighting in Sublime Text 3 is all screwed up. How do I 
update/upgrade the Elm support settings in Sublime Text 3? 

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.