The SEQ Tag

The SEQ rule, which must be placed inside a RULES tag, highlights fixed sequences of text. The text to highlight is specified between opening and closing SEQ tags. The following attributes are supported:

The following rules highlight a few Java operators:

<SEQ TYPE="OPERATOR">+</SEQ>
<SEQ TYPE="OPERATOR">-</SEQ>
<SEQ TYPE="OPERATOR">*</SEQ>
<SEQ TYPE="OPERATOR">/</SEQ>