Haskell-mode
Jump to navigation
Jump to search
haskell-mode provides Emacs support for the Haskell programming language. It features:
- syntax highlighting,
- indentation,
- code navigation,
- autocompletion,
- autoformatting,
- compilation helpers,
- interactive mode, interaction with GHCI,
- Cabal files support,
- browsing Haddock documentation (with w3m),
- spell checking strings and comments (flyspell)
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)