Haskell-mode

From WikEmacs
Revision as of 13:02, 11 April 2012 by Bozhidar (talk | contribs) (added basic haskell-mode page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

haskell-mode provides Emacs font-lock, indentation, and navigation for the Haskell programming language.

haskell-mode
Description major mode for Haskell programming
Author Chris Done
Maintainer Chris Done
Source https://github.com/haskell/haskell-mode
Part of Emacs no

Basic setup

(require 'haskell-mode)

Helpful keybindings

Common Customization

See Also

Project Pages

Tutorial Pages