Haskell bundle for TextMate
Posted by Jamis on October 31, 2005 @ 09:15 PM
So, I’m almost completely converted to TextMate. However, I discovered that it had no syntax highlighting support for Haskell, and googling for one didn’t turn up anything. So I did what any self-respecting programmer would do—I put one together, myself.
It is currently pretty minimal (it doesn’t support any folding yet, and it only really supports as much of the syntax as I currently understand), but it’s a start. It also supports lhs files by combining the Haskell syntax with the LaTeX bundle that comes with TextMate.
Hopefully these will be useful to someone. If you add anything to them, please send the addition back to me so I can add it to my copy.
Haskell.bundle (.tar.gz file, 1k)
Update: I’ve been given commit access to the TextMate bundles repository, and have added Haskell there.

1. Brian M. said...
2. Damien Pollet said...
3. Matt Mower said...
4. Nola Stowe said...
5. Brian M. said...
6. Miguel M. Almeida said...
7. Alan Oliver said...
Thanks for this! It’s gonna save me an awful lot of work!
:)