The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<?xml version="1.0" encoding="Windows-1251"?>
<!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">

  <prototype name="xslfo" group="xml" description="xslfo 1.0" targetNamespace="http://www.w3.org/1999/XSL/Transform">
    <location link="gen/xslfo.hrc"/>
    <filename>/\.(xslfo?|fo)$/i</filename>
  </prototype>
  <prototype name="docbook" group="xml" description="DocBook 4.2">
    <location link="gen/docbook.hrc"/>
    <filename>/\.(dbk?|docbook)$/i</filename>
    <firstline weight='3'>/DOCTYPE article/</firstline>
    <firstline weight='3'>/DocBook XML/</firstline>
    <firstline weight='3'>/&lt;(article|book)/s</firstline>
  </prototype>
  <prototype name="mathml" group="xml" description="MathML2">
    <location link="gen/mathml.hrc"/>
    <filename>/\.(math?|mml)$/i</filename>
    <firstline weight='3'>/MathML/</firstline>
  </prototype>
  <prototype name="wml" group="xml" description="wml" targetNamespace="http://www.wapforum.org/2001/wml">
    <location link="gen/wml.hrc"/>
    <filename>/\.wml$/i</filename>
  </prototype>

  <prototype name="web-app" group="inet" description="web-app" targetNamespace="http://java.sun.com/dtd/web-app_2_3.dtd">
    <location link="gen/web-app.hrc"/>
    <filename weight='4'>/web\.xml/ix</filename>
  </prototype>
  <prototype name="taglib" group="inet" description="JSP taglib">
    <location link="gen/taglib.hrc"/>
    <filename>/\.tld/i</filename>
  </prototype>

  <prototype name="parser" group="inet" description="Parser">
    <location link="gen/parser.hrc"/>
    <filename>/\.(p|html)$/i</filename>
    <firstline>/^[\@\^]\w+/</firstline>
  </prototype>
  <prototype name="wsc" group="inet" description="wsc">
    <location link="gen/wsc.hrc"/>
    <filename>/\.wsc$/i</filename>
  </prototype>
  <prototype name="wsf" group="inet" description="wsf">
    <location link="gen/wsf.hrc"/>
    <filename>/\.wsf$/i</filename>
  </prototype>
  <prototype name="rss" group="inet" description="rss" targetNamespace="http://purl.org/rss/1.0/">
    <location link="gen/rss.hrc"/>
    <filename>/^rss|\.(rss|xml|rdf)$/i</filename>
    <firstline>/xmlns="http:\/\/purl\.org\/rss\/1\.0\/"/</firstline>
    <firstline>/&lt;rss version="0\.91"&gt;/</firstline>
  </prototype>
  <prototype name="htc" group="inet" description="HTC">
    <location link="gen/htc.hrc"/>
    <filename>/\.(htc)$/i</filename>
  </prototype>
  <prototype name="xbl" group="inet" description="Mozilla XBL">
    <location link="gen/xbl.hrc"/>
    <filename>/\.(xbl)$/i</filename>
  </prototype>


  <prototype name="ant" group="scripts" description="Ant's build.xml" targetNamespace="http://jakarta.apache.org/ant/">
    <location link="gen/ant.hrc"/>
    <filename weight='5'>/\bbuild\.xml$/ix</filename>
    <firstline weight='5'>/&lt;project\b/s</firstline>
  </prototype>


  <prototype name="colorer5catalog" group="scripts" description="Colorer-take5 catalog.xml" targetNamespace="http://colorer.sf.net/2003/catalog">
    <location link="gen/colorer5catalog.hrc"/>
    <filename>/\bcatalog\.xml$/ix</filename>
    <firstline weight='5'>/DTD Colorer CATALOG/s</firstline>
  </prototype>
  <prototype name="xsd2hrc.custom" group="scripts" description="xsd2hrc.custom" targetNamespace="uri:colorer:custom">
    <location link="gen/xsd2hrc.custom.hrc"/>
    <filename>/custom\..*?\.xml$/ix</filename>
    <firstline weight="2">/uri:colorer:custom/s</firstline>
  </prototype>
  <prototype name="bkt" group="scripts" description="Colorer brackets script" targetNamespace="uri:colorer:bkt">
    <location link="gen/bkt.hrc"/>
    <filename>/\.bkt/ix</filename>
    <firstline weight="2">/uri:colorer:bkt/s</firstline>
  </prototype>

</hrc>
<!-- ***** BEGIN LICENSE BLOCK *****
   - Version: MPL 1.1/GPL 2.0/LGPL 2.1
   -
   - The contents of this file are subject to the Mozilla Public License Version
   - 1.1 (the "License"); you may not use this file except in compliance with
   - the License. You may obtain a copy of the License at
   - http://www.mozilla.org/MPL/
   -
   - Software distributed under the License is distributed on an "AS IS" basis,
   - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
   - for the specific language governing rights and limitations under the
   - License.
   -
   - The Original Code is the Colorer Library.
   -
   - The Initial Developer of the Original Code is
   - Cail Lomecb <cail@nm.ru>.
   - Portions created by the Initial Developer are Copyright (C) 1999-2003
   - the Initial Developer. All Rights Reserved.
   -
   - Contributor(s):
   -
   - Alternatively, the contents of this file may be used under the terms of
   - either the GNU General Public License Version 2 or later (the "GPL"), or
   - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
   - in which case the provisions of the GPL or the LGPL are applicable instead
   - of those above. If you wish to allow use of your version of this file only
   - under the terms of either the GPL or the LGPL, and not to allow others to
   - use your version of this file under the terms of the MPL, indicate your
   - decision by deleting the provisions above and replace them with the notice
   - and other provisions required by the LGPL or the GPL. If you do not delete
   - the provisions above, a recipient may use your version of this file under
   - the terms of any one of the MPL, the GPL or the LGPL.
   -
   - ***** END LICENSE BLOCK ***** -->