freebsd-ports/lang/haskell-mode.el/pkg-descr
Oliver Braun 4bb415d6d0 Add haskell-mode.el 1.44, an Emacs lisp mode for editing haskell programs.
PR:		ports/63813
Submitted by:	Josh Elsasser <jre@vineyard.net>
2004-03-06 21:53:20 +00:00

18 lines
812 B
Text

An Emacs lisp mode for editing haskell programs which is very basic,
but provides a base on which to build modules. The currently
supported modules are:
* Font Locking: Colours keywords, comments, strings, etc.
* Declaration Scanning: Scans declarations and places them in a
menu.
* Documentation: Echoes types of functions or syntax of keywords
when the cursor is idle.
* Indentation: Provides semi-automatic intelligent indentation.
* Simple Indentation: Provides simple indentation.
* Hugs Interaction: Allows interaction with the Hugs interpreter.
* GHCi Interaction: Allows interaction with the GHCi interpreter.
Note that if you want to use haskell-mode under XEmacs, you should
install editors/xemacs-packages instead.
WWW: http://www.haskell.org/haskell-mode/