forked from ThomasWeiser/Elm.tmLanguage
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial support for the Elm 0.19 compiler
Drops support for Elm 0.18 for now, since it is so different. Also drops support for autocompletion and displaying type information with elm-oracle, which does not yet support Elm 0.19. For now, supporting only a single build type (building the current file to /dev/null). The full project build will return in a later version.
- Loading branch information
Showing
17 changed files
with
321 additions
and
688 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"debug": false, | ||
"enabled": true, | ||
"elm_binary": "elm", | ||
"elm_format_binary": "elm-format", | ||
"elm_format_on_save": true, | ||
"elm_format_filename_filter": "", | ||
"elm_paths": "", | ||
"build_error_color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme" | ||
"elm_paths": "" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.