Header menu logo FSharp.Formatting

FSharpFormat Type

Generates color-coded HTML 4.01 from F# source code.

Constructors

Constructor Description

FSharpFormat()

Full Usage: FSharpFormat()

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 (* *)).

Returns: string

this.Keywords

Full Usage: this.Keywords

Returns: string
Modifiers: abstract

The list of F# keywords.

Returns: string

this.Operators

Full Usage: this.Operators

Returns: string
Modifiers: abstract

TBD

Returns: string

this.Preprocessors

Full Usage: this.Preprocessors

Returns: string
Modifiers: abstract

TBD

Returns: string

this.StringRegEx

Full Usage: this.StringRegEx

Returns: string
Modifiers: abstract

Regular expression string to match string and character literals.

Returns: string

Type something to start searching.