Editors: Difference between revisions
GracjanPolak (talk | contribs) No edit summary |
(add Atom, sort alphabetically) |
||
Line 6: | Line 6: | ||
Multi-platform | Multi-platform | ||
* [https://atom.io/ Atom] | |||
* [http://www.gnu.org/software/emacs/ Emacs] | * [http://www.gnu.org/software/emacs/ Emacs] | ||
* [http://www.geany.org/ Geany] | |||
** [http://haskell.github.io/haskell-mode/manual/latest/ Haskell Mode] | ** [http://haskell.github.io/haskell-mode/manual/latest/ Haskell Mode] | ||
** Integration with [[Hugs]] | ** Integration with [[Hugs]] | ||
* [http://www.jedsoft.org/jed/ Jed] | |||
* [http://www.activestate.com/komodo-edit Komodo Edit] | |||
* [http://www.nedit.org/ Nedit] | |||
* [http://www.sublimetext.com/ Sublime Text] (proprietary) | |||
* [http://www.vim.org/ Vim] | * [http://www.vim.org/ Vim] | ||
** [http://www.vim.org/scripts/script.php?script_id=2356 Superior Haskell Interaction Mode] | ** [http://www.vim.org/scripts/script.php?script_id=2356 Superior Haskell Interaction Mode] | ||
* [[Yi]] (work in progress; no binaries yet) | * [[Yi]] (work in progress; no binaries yet) | ||
Linux | Linux |
Revision as of 09:11, 22 September 2016
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
- Yi (work in progress; no binaries yet)
Linux
- Kate (KDE)
- SciTE (Also see these tips)
Windows
MacOS X
- SubEthaEdit
- TextMate has a Haskell bundle, now kept on github.
- BBEdit and TextWrangler have a codeless language module for Haskell