haskell html-colorizer

David Van Horn dvanhorn@emba.uvm.edu
Wed, 03 Sep 2003 13:45:19 -0400


Manuel M T Chakravarty wrote:
> XEmacs has the very nice function
> 
>   M-x htmlize-buffer
> 
> which when executed in a buffer containing a Haskell file
> (or any other source code for which (X)Emacs provides
> special markup) produces HTML output that exactly matches
> the display used in (X)Emacs itself (ie, including colours).
> 
> I am unsure whether that or similar functionality is
> provided by GNU Emacs, too, but it may very well be.

I don't believe it is provided with GNU Emacs, but it can be added on:

    http://fly.cc.fer.hr/~hniksic/emacs/htmlize.el

-d