diff options
Diffstat (limited to 'haskell/hscolour/README')
-rw-r--r-- | haskell/hscolour/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/haskell/hscolour/README b/haskell/hscolour/README new file mode 100644 index 0000000000..2e63f23d09 --- /dev/null +++ b/haskell/hscolour/README @@ -0,0 +1,10 @@ +HsColour is a small Haskell script to colourise Haskell code. +It currently has six output formats: ANSI terminal codes +(optionally XTerm-256colour codes), HTML 3.2 with font tags, +HTML 4.01 with CSS, HTML 4.01 with CSS and mouseover annotations, +XHTML 1.0 with inline CSS styling, LaTeX, and mIRC chat codes. + +HsColour is an optional build requirement for haskell-platform +where it is used for documentation generation. + +This requires ghc. |