SyntaxOptions
ClassOptions that control syntax highlighting output.
Namespace:
RazorConsole.Core.Rendering.SyntaxAssembly:
RazorConsole.CoreDefinition
public sealed record SyntaxOptions : IEquatable<SyntaxOptions>Constructors
1| Name | Type | Description |
|---|---|---|
SyntaxOptions() | Constructor | — |
Properties
4| Name | Type | Description |
|---|---|---|
Appearance | ||
LineNumberStyle | Style | Gets or sets the style used for line numbers when they are rendered. |
TabWidth | Int32 | Gets or sets the number of spaces used to expand tab characters. |
Other | ||
Default | SyntaxOptions | Gets the default options instance. |
PlaceholderMarkup | String | Gets or sets the placeholder text written when no code is provided. |