HighlightT Type
the type of the code editor's text string asociated with a given highlight color
Union cases
| Union case | Description |
Full Usage:
Identifier
|
|
Full Usage:
Keyword
|
|
Full Usage:
Normal
|
|
Full Usage:
Number
|
|
Full Usage:
String
|
Instance members
| Instance member | Description |
Full Usage:
this.IsIdentifier
Returns: bool
|
|
Full Usage:
this.IsKeyword
Returns: bool
|
|
Full Usage:
this.IsNormal
Returns: bool
|
|
Full Usage:
this.IsNumber
Returns: bool
|
|
Full Usage:
this.IsString
Returns: bool
|
|