Class: SyntaxToken

html.SyntaxToken

Class representing a syntax token defined by a regular expression.

new html.SyntaxToken ()

Properties:
Name Type Description
regexp RegExp

(default: /./) The regular expression to match the token.

color core.Color

(default: "black") The color of the token.

Extends