
modes.texinfo.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of to.etc.syntaxer Show documentation
Show all versions of to.etc.syntaxer Show documentation
Syntax highlighting code using JEdit's highlighting code
The newest version!
<?xml version="1.0"?> <!DOCTYPE MODE SYSTEM "xmode.dtd"> <MODE> <PROPS> <PROPERTY NAME="lineComment" VALUE="@c" /> </PROPS> <RULES> <!-- comments --> <EOL_SPAN TYPE="COMMENT1">@c </EOL_SPAN> <EOL_SPAN TYPE="COMMENT1">@comment </EOL_SPAN> <!-- @... commands --> <MARK_FOLLOWING TYPE="KEYWORD1">@</MARK_FOLLOWING> <SEQ TYPE="OPERATOR">{</SEQ> <SEQ TYPE="OPERATOR">}</SEQ> </RULES> </MODE>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy