Table of Contents

Property SyntaxHighlighter

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

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; }

Property Value

ISyntaxHighlighter