wssp.hrc 634 B

12345678910111213141516171819
  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. <prototype name="wssp" group="main" description="WSSP files">
  8. <location link="wssp.hrc" />
  9. <filename>/\.(wssp|wssi)$/i</filename>
  10. </prototype>
  11. <type name="wssp">
  12. <import type="html"/>
  13. <scheme name="wssp">
  14. <inherit scheme="html"/>
  15. </scheme>
  16. </type>
  17. </hrc>