hscolour-1.20.3: Colourise Haskell code.

Safe HaskellSafe-Inferred

Language.Haskell.HsColour.Options

Synopsis

Documentation

data Option Source

Command-line options

Constructors

Help

print usage message

Version

report version

Information

report auxiliary information, e.g. CSS defaults

Format Output

what type of output to produce

LHS Bool

literate input (i.e. multiple embedded fragments)

Anchors Bool

whether to add anchors

Partial Bool

whether to produce a full document or partial

Input FilePath

input source file

Output FilePath

output source file

Annot FilePath

annotations file

Instances

data Output Source

The supported output formats.

Constructors

TTY

ANSI terminal codes. Equivalent to TTYg Ansi16Colour but left in for backwards compatibility.

TTYg TerminalType

Terminal codes appropriate for the TerminalType.

LaTeX

TeX macros

HTML

HTML with font tags

CSS

HTML with CSS.

ACSS

HTML with CSS and mouseover types.

ICSS

HTML with inline CSS.

MIRC

mIRC chat clients

Instances

data TerminalType Source

Constructors

Ansi16Colour

\033[Xm-style escape sequences (with X =~ [34][0-7])

XTerm256Compatible

Ansi16Colour, and also \033[Y8;5;Zm]-style escape sequences (with Y =~ [3,4] and Z an integer in [0,255] with the XTerm colour cube semantics).