Textmate 2 Bundle for the Elm language.
cd ~/Library/Application\ Support/TextMate/Bundles
git clone https://github.com/siame/Elm.tmBundle.git
This bundle requires you to have elm
and elm-format
available in your $PATH
TextMate variable.
You can find this in Preferences ⌘, -> Variables
- Syntax highlighting
- Automatic formatting on save using
elm-format
- Compile using
elm-make