SyntaxOptions configures the syntax color coding initialized from fluxText symbols.
Slots
- bracketSource
-
const RichTextStyle bracket := @styleBracket.val
- bracketMatchSource
-
const RichTextStyle bracketMatch := @styleBracketMatch.val
- commentSource
-
const RichTextStyle comment := @styleComment.val
- fontSource
-
const Font font := ...
- highlightCurLineSource
-
const Color highlightCurLine := @styleHighlightCurLine.val
- keywordSource
-
const RichTextStyle keyword := @styleKeyword.val
- literalSource
-
const RichTextStyle literal := @styleLiteral.val
- makeSource
-
new make(|SyntaxOptions|? f := null)
- textSource
-
const RichTextStyle text := @styleText.val