PageRenderTime 47ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/jEdit/tags/jedit-4-2-pre14/modes/rtf.xml

#
XML | 20 lines | 13 code | 3 blank | 4 comment | 0 complexity | ab831f61461b96814e1e7c275e9c5d6d MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. <?xml version="1.0"?>
  2. <!DOCTYPE MODE SYSTEM "xmode.dtd">
  3. <!-- contributed by Lionel Fiol <lio-sand@ifrance.com> -->
  4. <!-- 30/MAR/2004: initial contribution -->
  5. <MODE>
  6. <RULES ESCAPE="\\">
  7. <!-- groups -->
  8. <SEQ TYPE="OPERATOR">{</SEQ>
  9. <SEQ TYPE="OPERATOR">}</SEQ>
  10. <!-- characters as hexadecimal values - eg "\'e9" -->
  11. <SEQ_REGEXP HASH_CHAR="\" TYPE="LITERAL2">\\'\w\d</SEQ_REGEXP>
  12. <!-- control words added after the RTF Specification published in March 1987 - eg "\*\panose" -->
  13. <MARK_FOLLOWING TYPE="KEYWORD2">\*\</MARK_FOLLOWING>
  14. <!-- control words - eg "\par" -->
  15. <MARK_FOLLOWING TYPE="KEYWORD1">\</MARK_FOLLOWING>
  16. </RULES>
  17. </MODE>