Header menu logo FSharp.Formatting

PaketFormat Type

Generates color-coded Paket source code.

Constructors

Constructor Description

PaketFormat()

Full Usage: PaketFormat()

TBD

Instance members

Instance member Description

this.CommentRegEx

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

Returns: string

this.Keywords

Full Usage: this.Keywords

Returns: string
Modifiers: abstract

Paket Keywords

Returns: string

this.NumberRegEx

Full Usage: this.NumberRegEx

Returns: string
Modifiers: abstract

Matches version numbers

Returns: string

this.Operators

Full Usage: this.Operators

Returns: string
Modifiers: abstract

Paket operators

Returns: string

Type something to start searching.