TextMate
module TextMate| Assembly | Nacara.Plugin.Highlight.TextMate |
| Attributes | [<RequireQualifiedAccess>] |
Declared inside
TextMateHighlighter | A highlighter backed by TextMate grammars |
Functions and values
create () : IPlugin
create () : IPluginSyntax highlighting, with its default options.
createWith (configure: TextMateOptions -> TextMateOptions) : IPlugin
createWith (configure: TextMateOptions -> TextMateOptions) : IPluginSyntax highlighting, configured.
| Parameter | |
|---|---|
configure | Given the defaults, the options to use. Anything it leaves alone keeps its default. |
defaults: TextMateOptionsregisterWith (configure: TextMateOptions -> TextMateOptions) (site: Site) : Site
registerWith (configure: TextMateOptions -> TextMateOptions) (site: Site) : SiteAdd syntax highlighting to a site, configured.
| Parameter | |
|---|---|
configure | Given the defaults, the options to use. Anything it leaves alone keeps its default. |
site | The site being described. |