wssp.hrc 846 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding='UTF-8'?>
  2. <!DOCTYPE hrc PUBLIC "-//Cail Lomecb//DTD Colorer HRC take5//EN"
  3. "http://colorer.sf.net/2003/hrc.dtd">
  4. <hrc version="take5" xmlns="http://colorer.sf.net/2003/hrc"
  5. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  6. xsi:schemaLocation="http://colorer.sf.net/2003/hrc http://colorer.sf.net/2003/hrc.xsd">
  7. <annotation><documentation>
  8. CG WSSP files Syntax Highlighting
  9. </documentation><contributors><![CDATA[
  10. Created by:
  11. Iurii Tolskii <iurii.tolskii@communigatepro.ru>
  12. ]]></contributors></annotation>
  13. <prototype name="wssp" group="main" description="WSSP files">
  14. <location link="wssp.hrc" />
  15. <filename>/\.(wssp|wssi)$/i</filename>
  16. </prototype>
  17. <type name="wssp">
  18. <import type="html"/>
  19. <scheme name="wssp">
  20. <inherit scheme="html"/>
  21. </scheme>
  22. </type>
  23. </hrc>