Expand Emmet abbreviation into the composition of Elm functions
Note: this extension is still in BETA, if you got some failures, please, create the issue
Instead of write first your markup in HTML, then use some third-party services to generate Elm markap from it you can use any valid Emmet abbreviation right in your editor and get valid composition of elm functions
There is a list of test which is still failing, see https://travis-ci.org/necinc/elmmet
If you got an issue which looks similar to one of failing test, that means that it will be fixed soon
Initial release of extension.
- Use emmetio official abbreviation parser and abbreviation extractor
- Use elm-format to format output in common Elm notation