System.Markdown.SyntaxHighlights.TMDSyntaxStyle
Description
Record that contains the information needed to highlight the elements of a code block.
Presets for certain languages are available via the TMDSyntax class.
Properties
|
Color |
Public |
Font color. |
|
Name |
Public |
Optional name of the item. |
|
Pattern |
Public |
regular expression used to parse the code. |
|
Styles |
Public |
Font style. |
Methods
|
Constructor. |