#Literate Haskell Bird Style This .tmLanguage has been made mostly from David's answer on this question in Stack Overflow. Including a bit of digging about in sublime's folders.
This has now been merged with SublimeHaskell and should be installed via PackageManager in Sublime.
##Installation
- Download the
.tmLanguage
file. - Move the
.tmLanguage
file from your Downloads location to~/Library/Application Support/Sublime Text 2/Packages/Haskell/
or~/Library/Application Support/Sublime Text 3/Packages/Haskell/
depending on your version of sublime
(Recommended) Installation via Package Control
- Get Sublime Text: http://www.sublimetext.com/
- Install the Sublime Package Control package: http://wbond.net/sublime_packages/package_control/installation
- Use Package Control to install the parent package, which includes this syntax (SublimeHaskell)
That's it! Happy coding!