PaketFormat Type
Generates color-coded Paket source code.
Constructors
Constructor |
Description
|
Full Usage:
PaketFormat()
|
TBD |
Instance members
Instance member |
Description
|
Full Usage:
this.CommentRegEx
Returns: string
Modifiers: abstract |
Regular expression string to match single line and multi-line comments (// and (* *)). Single line comments should have to have a space after them to avoid color as comments URLs and paths. For example
|
Full Usage:
this.Keywords
Returns: string
Modifiers: abstract |
Paket Keywords
|
Full Usage:
this.NumberRegEx
Returns: string
Modifiers: abstract |
Matches version numbers
|
Full Usage:
this.Operators
Returns: string
Modifiers: abstract |
Paket operators
|