ColorizationRule Constructor

There are two overloads for the constructor

Overload List

ColorizationRule(String, String) Constructor. Defines a rule with a pattern and a class name but no region name
ColorizationRule(String, String, String) Constructor. Defines a rule with a pattern, a region name to limit the match to a specific part of the pattern, and a class name.

See Also