
 colorer 4ever highlighting schemes
 for Yalgol, Why, Slang, Brainf*ck, BNF grammar and SyntaxTree

 Installation notes

 1. Copy the contents of the "colorer" subdirectory to 
    the colorer installation directory (this won't replace
    any existing files).
 2. Add the following lines to "%colorer%\hrc\colorer.hrc":

    <!-- add these types to "scripts" section -->
    <type descr="Formal grammar" name="grammar"
      exts="/\.(grm)|(grammar)$/i">
      <load name="scripts/grammar.hrc"/>
      <scheme name="grammar"/>
    </type>
    <type descr="Yalgol syntax tree" name="syntree" 
      exts="/\.tree$/i">
      <load name="scripts/syntree.hrc"/>
      <scheme name="syntree"/>
    </type>
    <type descr="Yalgol tokens" name="yalgolTokens" 
      exts="/^(keywords)|(symbols)$/i">
      <load name="rare/yalgol.hrc"/>
      <scheme name="yalgolTokens"/>
    </type>

    <!-- add to "rare languages" section -->
    <type descr="Yalgol" name="yalgol" 
      exts="/(\.(j0\d)|(y0\d)|(ylg))$/i">
      <load name="rare/yalgol.hrc"/>
      <scheme name="yalgol"/>
    </type>
    <type descr="Why not a programming language?" 
      name="why" exts="/\.why$/i">
      <load name="rare/why.hrc">
      <scheme name="Why">
    </type>
    <type descr="Slang" name="slang" 
      exts="/\.l$/i">
      <load name="rare/slang.hrc"/>
      <scheme name="slang"/>
    </type>
    <type descr="Brainf*ck" name="brainf" 
      exts="/\.bf?$/i">
      <load name="rare/brainf.hrc"/>
      <scheme name="brainf"/>
    </type>

 3. To install the "why.hrd" color scheme (similar 
    to "dnlike.hrd" that comes with colorer), execute 
    "why.hrd.reg".
 4. Done. Try to edit any Yalgol source file.

 Y [20-12-02]
