JavaScriptFormat Type
Generates color-coded HTML 4.01 from JavaSctript source code.
Constructors
Constructor |
Description
|
Full Usage:
JavaScriptFormat()
|
|
Instance members
Instance member |
Description
|
Full Usage:
this.Keywords
Returns: string
Modifiers: abstract |
The list of JavaScript keywords.
|
Full Usage:
this.Operators
Returns: string
Modifiers: abstract |
TBD
|
Full Usage:
this.Preprocessors
Returns: string
Modifiers: abstract |
Use the pre-processor color to mark directives that start with @.
|