Difference between revisions of "Editors"

From HaskellWiki
Jump to navigation Jump to search
m (Update TextMate info)
m
(4 intermediate revisions by 4 users not shown)
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]
** [[Haskell mode for Emacs |Haskell mode]]
 
  +
** [http://haskell.github.io/haskell-mode/manual/latest/ Haskell Mode]
 
** Integration with [[Hugs]]
 
** Integration with [[Hugs]]
* [http://www.vim.org/ Vim]
 
** [http://www.vim.org/scripts/script.php?script_id=2356 Superior Haskell Interaction Mode]
 
* [http://www.nedit.org/ Nedit]
 
 
* [http://www.jedsoft.org/jed/ Jed]
 
* [http://www.jedsoft.org/jed/ Jed]
* [http://www.geany.org/ Geany]
 
* [http://www.sublimetext.com/ Sublime Text] (proprietary)
 
 
* [http://www.activestate.com/komodo-edit Komodo Edit]
 
* [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/scripts/script.php?script_id=2356 Superior Haskell Interaction Mode]
  +
* [https://code.visualstudio.com/ Visual Studio Code] (with Haskell extension)
 
* [[Yi]] (work in progress; no binaries yet)
 
* [[Yi]] (work in progress; no binaries yet)
 
Linux
 
Linux
Line 25: Line 27:
 
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 [github](https://github.com/textmate/haskell.tmbundle).
+
* [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 01:02, 28 November 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

Linux

Windows

MacOS X