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

Adds component snippet #6

Closed scottcorgan closed 7 years ago

scottcorgan commented 8 years ago

Added a Snippets directory with a snippet for a component

sentience commented 7 years ago

Hi @scottcorgan! Sorry for the long delay in reviewing this. It looks like you submitted this back before I took over maintenance of this package.

This seems like more of an “application module” snippet than a component, and I think it’s a little too opinionated (e.g. the use of an emptyModel function) to be widely useful to folks. I’d say it should provide the minimum boilerplate needed for someone to get started. Also, in current versions of Elm, it should be Html.program, not Html.App.program.

I’m going to close this for now, but if you’d like to continue working on it I’m happy to reopen it. Just let me know.