Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 472 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 472 Bytes

Elm.tmBundle

Textmate 2 Bundle for the Elm language.

Installation

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

Features

  • Syntax highlighting
  • Automatic formatting on save using elm-format
  • Compile using elm-make