| 1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding='UTF-8'?>
- <!DOCTYPE hrc PUBLIC "-//Cail Lomecb//DTD Colorer HRC take5//EN"
- "http://colorer.sf.net/2003/hrc.dtd">
- <hrc version="take5" xmlns="http://colorer.sf.net/2003/hrc"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://colorer.sf.net/2003/hrc http://colorer.sf.net/2003/hrc.xsd">
- <annotation><documentation>
- CG WSSP files Syntax Highlighting
- </documentation><contributors><![CDATA[
- Created by:
- Iurii Tolskii <iurii.tolskii@communigatepro.ru>
- ]]></contributors></annotation>
- <prototype name="wssp" group="main" description="WSSP files">
- <location link="wssp.hrc" />
- <filename>/\.(wssp|wssi)$/i</filename>
- </prototype>
- <type name="wssp">
- <import type="html"/>
- <scheme name="wssp">
- <inherit scheme="html"/>
- </scheme>
- </type>
- </hrc>
|