SublimeElmLanguageSupport icon indicating copy to clipboard operation
SublimeElmLanguageSupport copied to clipboard

Elm language syntax highlighting and tool integration for ST2/3.

Results 13 SublimeElmLanguageSupport issues
Sort by recently updated
recently updated
newest added

Snippet with template from https://github.com/halfzebra/create-elm-app.

Addresses #65. After running the 'elm-format' command, a timeout function scrolls to the previous viewport location, nothing more than that! I played with the timeout value until it consistently restored...

Operating system: macOS 10.14.2 Sublime Text version: 3.1.1 Elm: 0.19.0 Elm-format: 0.8.1 I have both `elm` and `elm-format` installed and they are both available in my path. I have no...

Similar to how `elm-format` can be run on save, is it possible to have `elm-make` run on save?

When I save an .elm file, formatting isn’t happening, and in the console I get the following error: Sublime Text 3 elm 0.19 I’ve got “Elm Language Support” in the...

From https://github.com/deadfoxygrandpa/Elm.tmLanguage/issues/113: > I get the following error when running build on Sublime Text 3 when trying to build: > > ``` > [WinError 2] The system cannot find the...

This umbrella issue will be used to track work towards necessary changes to support Elm 0.19 as these become clear. # TODO - [x] Support formatted, navigable build output based...

I finally started trying to look at #50 and so checked out the 0.19 branch as a local Sublime Text package, but when I tried building (Ctrl-B on an Elm...

Interestingly, GitHub uses this very repo as the provider for syntax highlighting on GitHub. https://github.com/github/linguist/blob/v6.0.0/.gitmodules#L679-L681 In the latest update of linguist, they updated all the submodules. The Elm module went...

one header to support https://github.com/elm-lang/core/blob/5.1.1/src/Time.elm