Difference between revisions of "Editors"

From HaskellWiki
Jump to navigation Jump to search
m
m (Add mention of BBEdit and correct link to wiki page for emacs Haskell mode)
Line 7: Line 7:
 
Multi-platform
 
Multi-platform
 
* [http://www.gnu.org/software/emacs/ Emacs]
 
* [http://www.gnu.org/software/emacs/ Emacs]
** [[Haskell mode for Emacs |Haskell mode]]
+
** [[Emacs |Haskell mode]]
 
** Integration with [[Hugs]]
 
** Integration with [[Hugs]]
 
* [http://www.vim.org/ Vim]
 
* [http://www.vim.org/ Vim]
Line 26: Line 26:
 
* [http://www.codingmonkeys.de/subethaedit/ SubEthaEdit]
 
* [http://www.codingmonkeys.de/subethaedit/ SubEthaEdit]
 
* [http://macromates.com/ TextMate] has a [http://macromates.com/textmate/manual/bundles#installing_a_bundle Haskell bundle], now kept on [https://github.com/textmate/haskell.tmbundle github].
 
* [http://macromates.com/ TextMate] has a [http://macromates.com/textmate/manual/bundles#installing_a_bundle Haskell bundle], now kept on [https://github.com/textmate/haskell.tmbundle github].
* [http://www.barebones.com/products/textwrangler/ TextWrangler] has a [http://code.google.com/p/bbedit-haskell/ Haskell extension]
+
* [http://www.barebones.com/products/bbedit/ BBEdit] and [http://www.barebones.com/products/textwrangler/ TextWrangler] have a [http://code.google.com/p/bbedit-haskell/ codeless language module for Haskell]

Revision as of 18:57, 19 July 2015


For detailed information on Haskell IDEs, see IDEs.

This page lists Haskell-aware editors with support for Haskell syntax highlighting and formatting support in text editors, grouped by platform.

Multi-platform

Linux

Windows

MacOS X