User Guide

Code coloring 93
Attributes
None.
Example
<ignoreMMTParams>No</ignoreMMTParams>
<ignoreTags>
Description
Specifies whether markup tags should be ignored. Values are Yes and No; the default is Yes. Set to
No when syntax is for tag markup language that is delimited by < and >. Set to Yes when syntax is
for a programming language.
Attributes
None.
Example
<ignoreTags>No</ignoreTags>
<isLocked>
Description
Specifies whether the text that is matched by this scheme is locked from being edited in the Code
view. Values are
Yes and No. Default is No.
Attributes
None.
Example
<isLocked>Yes</isLocked>
<keyword>
Description
A string of text that defines a keyword. Multiple keyword tags are allowed. A keyword may start
with any character, but subsequent characters may only be
a-z, A-Z, 0-9, _, $, or @.
The code color is specified by the containing
keyword tags.
Attributes
None.
Example
<keyword>.getdate</keyword>