Skip to content

TextMate

module TextMate
AssemblyNacara.Plugin.Highlight.TextMate
Attributes[<RequireQualifiedAccess>]

Declared inside

TextMateHighlighterA highlighter backed by TextMate grammars

Functions and values

create () : IPlugin

Syntax highlighting, with its default options.

createWith (configure: TextMateOptions -> TextMateOptions) : IPlugin

Syntax highlighting, configured.

Parameter
configureGiven the defaults, the options to use. Anything it leaves alone keeps its default.
defaults: TextMateOptions
register (site: Site) : Site

Add syntax highlighting to a site.

registerWith (configure: TextMateOptions -> TextMateOptions) (site: Site) : Site

Add syntax highlighting to a site, configured.

Parameter
configureGiven the defaults, the options to use. Anything it leaves alone keeps its default.
siteThe site being described.