Difference between revisions of "Editors"
From HaskellWiki
Caryoscelus (talk | contribs) (Kate has win&mac versions now (+some http -> https)) |
m (Added link to the Windows page) |
||
Line 25: | Line 25: | ||
* [http://www.textpad.com/ Textpad] | * [http://www.textpad.com/ Textpad] | ||
* [http://notepad-plus.sourceforge.net Notepad++] | * [http://notepad-plus.sourceforge.net Notepad++] | ||
+ | : See also the [[Windows#Editors | Windows page]] | ||
MacOS X | MacOS X | ||
* [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/bbedit/ BBEdit] and [http://www.barebones.com/products/textwrangler/ TextWrangler] have a [http://code.google.com/p/bbedit-haskell/ codeless language module for Haskell] | * [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 15:13, 5 May 2018
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
- Atom
- Emacs
- Geany
- Haskell Mode
- Integration with Hugs
- Jed
- Komodo Edit
- Nedit
- Sublime Text (proprietary)
- Vim
- Visual Studio Code (with Haskell extension)
- Yi (work in progress; no binaries yet)
- Kate (KDE-based, originally for *nix, preview versions for win & mac)
Linux
Windows
- See also the Windows page
MacOS X
- SubEthaEdit
- TextMate has a Haskell bundle, now kept on github.
- BBEdit and TextWrangler have a codeless language module for Haskell