elm-community / SublimeElmLanguageSupport

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

add --debug to build system #43

Closed stoivo closed 6 years ago

stoivo commented 6 years ago

I change the color scheme since we should allow users to select. When we are using this theme we get this warning in the console.

Running elm-make /Users/simon/Library/Application Support/Sublime Text 3/Packages/Elm Language Support/untitled.elm --output=/dev/null --report=json --yes
"Packages/Color Scheme - Default/Sunburst.tmTheme" is no longer maintained and is now part of "Color Scheme - Legacy"

fix #33

stoivo commented 6 years ago

@sentience ??

sentience commented 6 years ago

@stoivo Have you verified that compiler errors are still correctly highlighted with a user-selected color scheme? I agree with your intent, but I wonder if Sunburst was selected for a specific reason (e.g. maybe it includes highlighting for some scopes that most color schemes don't support?).

stoivo commented 6 years ago

I have not checked if the scoped we use are closely related to some specific scopes defined in Sunburst. What I do know is that Sunburst is still the default. Sunburst will still be autoselected. But having it as a setting allows it to be changed by the user.

stoivo commented 6 years ago

What do you think?

sentience commented 6 years ago

Looks good! Thanks for clarifying.

stoivo commented 6 years ago

Thanks!

stoivo commented 6 years ago

New release?

sentience commented 6 years ago

@stoivo 👍 Release 0.22.0 is out now!