Property SyntaxHighlighter
SyntaxHighlighter
Gets or sets an optional syntax highlighter used to resolve theme-based attributes for inline styling roles (emphasis, code spans, links, etc.). When set, the table queries the highlighter for scope-derived colors before falling back to TextStyle-based defaults.
public ISyntaxHighlighter? SyntaxHighlighter { get; set; }