public class AnsiSyntax extends Object:
Shared syntax styles used by terminal highlighters.
| Modifier and Type | Member | Description |
|---|---|---|
| public static | builtinbuiltin(text as String) as StyledSpan: |
Styles a built-in callable. |
| public static | charactercharacter(text as String) as StyledSpan: |
Styles a Char or CodeUnit literal. |
| public static | commentcomment(text as String) as StyledSpan: |
No summary. |
| public static | constantconstant(text as String) as StyledSpan: |
Styles a language constant. |
| public static | decoratordecorator(text as String) as StyledSpan: |
No summary. |
| public static | keywordkeyword(text as String) as StyledSpan: |
No summary. |
| public static | numbernumber(text as String) as StyledSpan: |
No summary. |
| public static | opop(text as String) as StyledSpan: |
No summary. |
| public static | parameterparameter(text as String) as StyledSpan: |
No summary. |
| public static | stringstring(text as String) as StyledSpan: |
No summary. |
| public static | texttext(text as String) as StyledSpan: |
No summary. |
| public static | typeNametypeName(text as String) as StyledSpan: |
Styles a type name. |
| public static | xmlAttrxmlAttr(text as String) as StyledSpan: |
No summary. |
| public static | xmlEntityxmlEntity(text as String) as StyledSpan: |
No summary. |
| public static | xmlTagxmlTag(text as String) as StyledSpan: |
No summary. |
| public static | xmlValuexmlValue(text as String) as StyledSpan: |
No summary. |