Lexesis/examples/SyntaxHighlighter/src/xmllexer.lxs

4 lines
58 B
Plaintext

COMMENT = <!--[^<>]*-->
TAG = </?[^<>]*>
CONTENT = [^<>]*