Difference between revisions of "Haskell-mode"

From WikEmacs
Jump to navigation Jump to search
m (Reverted edits by Debrita (talk) to last revision by Bozhidar)
(add category)
Line 31: Line 31:
  
 
[[Category:Programming]][[Category:Third Party Package]]
 
[[Category:Programming]][[Category:Third Party Package]]
 +
[[Category:Programming_languages]]

Revision as of 09:32, 16 May 2017

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

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

Basic setup

(require 'haskell-mode)

Helpful keybindings

Common Customization

See Also

Project Pages

Tutorial Pages