HaskellFormat Type
Generates color-coded HTML 4.01 from MSH (code name Monad) source code.
Constructors
Constructor |
Description
|
Full Usage:
HaskellFormat()
|
|
Instance members
Instance member |
Description
|
Full Usage:
this.CommentRegEx
Returns: string
Modifiers: abstract |
Regular expression string to match single line comments (#).
|
Full Usage:
this.Keywords
Returns: string
Modifiers: abstract |
The list of MSH keywords.
|
Full Usage:
this.Preprocessors
Returns: string
Modifiers: abstract |
Use preprocessors property to hilight operators.
|
Full Usage:
this.StringRegEx
Returns: string
Modifiers: abstract |
Regular expression string to match string and character literals.
|