Structs§
- Color
- RGBA color, directly from the theme
- Highlight
Lines - Simple way to go directly from lines of text to colored tokens.
- Style
- Foreground and background colors, with font style
- Syntax
Reference - A linked version of a
SyntaxDefinition
that is only useful as part of theSyntaxSet
that contains it. See docs forSyntaxSetBuilder::build
for more info. - Syntax
Set - A syntax set holds multiple syntaxes that have been linked together.
- Text
Highlighter - Theme
- A theme parsed from a
.tmTheme
file. - Theme
Set