AnsiSyntax
classin packageklyn.gui.terminal.syntax
public class AnsiSyntax extends Object:
└ AnsiSyntax
Shared syntax styles used by terminal highlighters.
Properties inherited from Object: type
Methods
Modifier and Type Member Description
public static comment
comment(text as String) as StyledSpan:
No summary.
public static decorator
decorator(text as String) as StyledSpan:
No summary.
public static keyword
keyword(text as String) as StyledSpan:
No summary.
public static number
number(text as String) as StyledSpan:
No summary.
public static op
op(text as String) as StyledSpan:
No summary.
public static parameter
parameter(text as String) as StyledSpan:
No summary.
public static string
string(text as String) as StyledSpan:
No summary.
public static text
text(text as String) as StyledSpan:
No summary.
public static xmlAttr
xmlAttr(text as String) as StyledSpan:
No summary.
public static xmlEntity
xmlEntity(text as String) as StyledSpan:
No summary.
public static xmlTag
xmlTag(text as String) as StyledSpan:
No summary.
public static xmlValue
xmlValue(text as String) as StyledSpan:
No summary.
Methods inherited from Object: fromJson, toDict, toJson, toString, toXml