deadfoxygrandpa / Elm.tmLanguage

Elm language syntax highlighting and tool integration for ST2/3
https://packagecontrol.io/packages/Elm%20Language%20Support
MIT License
122 stars 27 forks source link

Restructuring #22

Closed texastoland closed 9 years ago

texastoland commented 9 years ago

TextMate set a convention of grouping files by extension. This makes it easier for me to focus on small changesets. I started another convention naming Python files like elm_{VERB}.py. Unique names should encourage future encapsulation and the prefix will effectively namespace future imports. I also added messages.json to communicate chagelogs in Package Control. Finally I PRed on master but recommend develop instead. Remaining PRs are planned from tightly scoped feature branches.

deadfoxygrandpa commented 9 years ago

Merged into the develop branch