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.
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
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 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
New in Elm Language Support 0.18.0 (May 13, 2017) | ||
|
||
- New: Snippets that provide shortcuts for typing common Elm syntax: case … of, | ||
case … of (Maybe), case … of (Result), function (1-4 arguments), import, | ||
import … as, let … in, module, type, and type alias. | ||
|
||
See http://docs.sublimetext.info/en/latest/extensibility/snippets.html for | ||
more info on using snippets in Sublime Text. | ||
|
||
- Improvement: Option to specify the name of the elm-format binary, for systems | ||
where the version number is included in the filename (e.g. elm-format-0.18). |