File Format

All Highlight configuration files are stored in plain ASCII text files, using the convention:

$ParamName=ParamValue

ParamName is the identifier of the parameter, ParamValue is its value. The parameter names are not case sensitive.
The value may be a single character, a list of words or a regular expression. Lists may be split in multiple lines.

Comments start with # as the first character in a line.

Back