its20 CVS commit

Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslthl
In directory hutz:/tmp/cvs-serv27103/xslthl

Added Files:
	c-hl.xml cpp-hl.xml csharp-hl.xml delphi-hl.xml ini-hl.xml 
	java-hl.xml javascript-hl.xml m2-hl.xml myxml-hl.xml 
	perl-hl.xml php-hl.xml python-hl.xml ruby-hl.xml tcl-hl.xml 
	xslthl-config.xml 
Log Message:
Added syntax highlighting of examples

--- NEW FILE: javascript-hl.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!--

Syntax highlighting definition for JavaScript

xslthl - XSLT Syntax Highlighting
http://sourceforge.net/projects/xslthl/
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

Michal Molhanec <mol1111 at users.sourceforge.net>
Jirka Kosek <kosek at users.sourceforge.net>
Michiel Hendriks <elmuerte at users.sourceforge.net>

-->
<highlighters>
	<highlighter type="multiline-comment">
		<start>/*</start>
		<end>*/</end>
	</highlighter>
	<highlighter type="oneline-comment">//</highlighter>
	<highlighter type="string">
		<string>"</string>
		<escape>\</escape>
	</highlighter>
	<highlighter type="string">
		<string>'</string>
		<escape>\</escape>
	</highlighter>
	<highlighter type="hexnumber">
		<prefix>0x</prefix>
		<ignoreCase />
	</highlighter>
	<highlighter type="number">
		<point>.</point>
		<exponent>e</exponent>
		<ignoreCase />
	</highlighter>
	<highlighter type="keywords">
		<keyword>break</keyword>
		<keyword>case</keyword>
		<keyword>catch</keyword>
		<keyword>continue</keyword>
		<keyword>default</keyword>
		<keyword>delete</keyword>
		<keyword>do</keyword>
		<keyword>else</keyword>
		<keyword>finally</keyword>
		<keyword>for</keyword>
		<keyword>function</keyword>
		<keyword>if</keyword>
		<keyword>in</keyword>
		<keyword>instanceof</keyword>
		<keyword>new</keyword>
		<keyword>return</keyword>
		<keyword>switch</keyword>
		<keyword>this</keyword>
		<keyword>throw</keyword>
		<keyword>try</keyword>
		<keyword>typeof</keyword>
		<keyword>var</keyword>
		<keyword>void</keyword>
		<keyword>while</keyword>
		<keyword>with</keyword>
		<!-- future keywords -->
		<keyword>abstract</keyword>
		<keyword>boolean</keyword>
		<keyword>byte</keyword>
		<keyword>char</keyword>
		<keyword>class</keyword>
		<keyword>const</keyword>
		<keyword>debugger</keyword>
		<keyword>double</keyword>
		<keyword>enum</keyword>
		<keyword>export</keyword>
		<keyword>extends</keyword>
		<keyword>final</keyword>
		<keyword>float</keyword>
		<keyword>goto</keyword>
		<keyword>implements</keyword>
		<keyword>import</keyword>
		<keyword>int</keyword>
		<keyword>interface</keyword>
		<keyword>long</keyword>
		<keyword>native</keyword>
		<keyword>package</keyword>
		<keyword>private</keyword>
		<keyword>protected</keyword>
		<keyword>public</keyword>
		<keyword>short</keyword>
		<keyword>static</keyword>
		<keyword>super</keyword>
		<keyword>synchronized</keyword>
		<keyword>throws</keyword>
		<keyword>transient</keyword>
		<keyword>volatile</keyword>
	</highlighter>
	<highlighter type="keywords">
		<keyword>prototype</keyword>
		<!-- Global Objects -->
		<keyword>Array</keyword>
		<keyword>Boolean</keyword>
		<keyword>Date</keyword>
		<keyword>Error</keyword>
		<keyword>EvalError</keyword>
		<keyword>Function</keyword>
		<keyword>Math</keyword>
		<keyword>Number</keyword>
		<keyword>Object</keyword>
		<keyword>RangeError</keyword>
		<keyword>ReferenceError</keyword>
		<keyword>RegExp</keyword>
		<keyword>String</keyword>
		<keyword>SyntaxError</keyword>
		<keyword>TypeError</keyword>
		<keyword>URIError</keyword>
		<!-- Global functions -->
		<keyword>decodeURI</keyword>
		<keyword>decodeURIComponent</keyword>
		<keyword>encodeURI</keyword>
		<keyword>encodeURIComponent</keyword>
		<keyword>eval</keyword>
		<keyword>isFinite</keyword>
		<keyword>isNaN</keyword>
		<keyword>parseFloat</keyword>
		<keyword>parseInt</keyword>
		<!-- Global properties -->
		<keyword>Infinity</keyword>
		<keyword>NaN</keyword>
		<keyword>undefined</keyword>
	</highlighter>
</highlighters>
--- NEW FILE: delphi-hl.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!--

Syntax highlighting definition for Delphi (also suitable for Pascal)

xslthl - XSLT Syntax Highlighting
http://sourceforge.net/projects/xslthl/
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

Michal Molhanec <mol1111 at users.sourceforge.net>
Jirka Kosek <kosek at users.sourceforge.net>
Michiel Hendriks <elmuerte at users.sourceforge.net>

-->
<highlighters>
        <highlighter type="multiline-comment">
                <!-- multiline comments starting with an $ are directives -->
                <start>{$</start>
                <end>}</end>
                <style>directive</style>
        </highlighter>
        <highlighter type="multiline-comment">
                <!-- multiline comments starting with an $ are directives -->
                <start>(*$</start>
                <end>)</end>
                <style>directive</style>
        </highlighter>
        <highlighter type="multiline-comment">
                <start>{</start>
                <end>}</end>
        </highlighter>
        <highlighter type="multiline-comment">
                <start>(*</start>
                <end>*)</end>
        </highlighter>
        <highlighter type="oneline-comment">//</highlighter>
        <highlighter type="string">
                <string>'</string>
                <doubleEscapes />
        </highlighter>
        <highlighter type="hexnumber">
                <prefix>#$</prefix>
                <ignoreCase />
                <style>string</style>           
        </highlighter>
        <highlighter type="number">
                <prefix>#</prefix>
                <ignoreCase />
                <style>string</style>           
        </highlighter>
        <highlighter type="hexnumber">
                <prefix>$</prefix>
                <ignoreCase />
        </highlighter>
        <highlighter type="number">
                <point>.</point>
                <exponent>e</exponent>
                <ignoreCase />
        </highlighter>
        <highlighter type="keywords">
                <!-- Reserved words -->
                <keyword>and</keyword>
                <keyword>else</keyword>
                <keyword>inherited</keyword>
                <keyword>packed</keyword>
                <keyword>then</keyword>
                <keyword>array</keyword>
                <keyword>end</keyword>
                <keyword>initialization</keyword>
                <keyword>procedure</keyword>
                <keyword>threadvar</keyword>
                <keyword>as</keyword>
                <keyword>except</keyword>
                <keyword>inline</keyword>
                <keyword>program</keyword>
                <keyword>to</keyword>
                <keyword>asm</keyword>
                <keyword>exports</keyword>
                <keyword>interface</keyword>
                <keyword>property</keyword>
                <keyword>try</keyword>
                <keyword>begin</keyword>
                <keyword>file</keyword>
                <keyword>is</keyword>
                <keyword>raise</keyword>
                <keyword>type</keyword>
                <keyword>case</keyword>
                <keyword>final</keyword>
                <keyword>label</keyword>
                <keyword>record</keyword>
                <keyword>unit</keyword>
                <keyword>class</keyword>
                <keyword>finalization</keyword>
                <keyword>library</keyword>
                <keyword>repeat</keyword>
                <keyword>unsafe</keyword>
                <keyword>const</keyword>
                <keyword>finally</keyword>
                <keyword>mod</keyword>
                <keyword>resourcestring</keyword>
                <keyword>until</keyword>
                <keyword>constructor</keyword>
                <keyword>for</keyword>
                <keyword>nil</keyword>
                <keyword>sealed</keyword>
                <keyword>uses</keyword>
                <keyword>destructor</keyword>
                <keyword>function</keyword>
                <keyword>not</keyword>
                <keyword>set</keyword>
                <keyword>var</keyword>
                <keyword>dispinterface</keyword>
                <keyword>goto</keyword>
                <keyword>object</keyword>
                <keyword>shl</keyword>
                <keyword>while</keyword>
                <keyword>div</keyword>
                <keyword>if</keyword>
                <keyword>of</keyword>
                <keyword>shr</keyword>
                <keyword>with</keyword>
                <keyword>do</keyword>
                <keyword>implementation</keyword>
                <keyword>or</keyword>
                <keyword>static</keyword>
                <keyword>xor</keyword>
                <keyword>downto</keyword>
                <keyword>in</keyword>
                <keyword>out</keyword>
                <keyword>string</keyword>
                <keyword>exit</keyword> 
                <keyword>break</keyword>
                <keyword>continue</keyword>

                <!-- Special meaning -->
                <keyword>at</keyword>
                <keyword>on</keyword>
  
                <!-- Directives -->
                <keyword>absolute</keyword>
                <keyword>dynamic</keyword>
                <keyword>local</keyword>
                <keyword>platform</keyword>
                <keyword>requires</keyword>
                <keyword>abstract</keyword>
                <keyword>export</keyword>
                <keyword>message</keyword>
                <keyword>private</keyword>
                <keyword>resident</keyword>
                <keyword>assembler</keyword>
                <keyword>external</keyword>
                <keyword>name</keyword>
                <keyword>protected</keyword>
                <keyword>safecall</keyword>
                <keyword>automated</keyword>
                <keyword>far</keyword>
                <keyword>near</keyword>
                <keyword>public</keyword>
                <keyword>stdcall</keyword>
                <keyword>cdecl</keyword>
                <keyword>forward</keyword>
                <keyword>nodefault</keyword>
                <keyword>published</keyword>
                <keyword>stored</keyword>
                <keyword>contains</keyword>
                <keyword>implements</keyword>
                <keyword>overload</keyword>
                <keyword>read</keyword>
                <keyword>varargs</keyword>
                <keyword>default</keyword>
                <keyword>index</keyword>
                <keyword>override</keyword>
                <keyword>readonly</keyword>
                <keyword>virtual</keyword>
                <keyword>deprecated</keyword>
                <keyword>inline</keyword>
                <keyword>package</keyword>
                <keyword>register</keyword>
                <keyword>write</keyword>
                <keyword>dispid</keyword>
                <keyword>library</keyword>
                <keyword>pascal</keyword>
                <keyword>reintroduce</keyword>
                <keyword>writeonly</keyword>

                <!-- Native pascal types of data  -->
                <keyword>byte</keyword>
                <keyword>shortint</keyword>
                <keyword>word</keyword>
                <keyword>smallint</keyword>
                <keyword>longint</keyword>
                <keyword>integer</keyword>
                <keyword>cardinal</keyword>
                <keyword>char</keyword>
                <keyword>real</keyword>
                <keyword>double</keyword>
                <keyword>single</keyword>
                <keyword>extended</keyword>
                <keyword>comp</keyword>
                <keyword>boolean</keyword>

                <ignoreCase />
        </highlighter>
</highlighters>
--- NEW FILE: python-hl.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!--

Syntax highlighting definition for Python

xslthl - XSLT Syntax Highlighting
http://sourceforge.net/projects/xslthl/
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

Michal Molhanec <mol1111 at users.sourceforge.net>
Jirka Kosek <kosek at users.sourceforge.net>
Michiel Hendriks <elmuerte at users.sourceforge.net>

-->
<highlighters>
	<highlighter type="annotation">
		<!-- these are actually called decorators -->
		<start>@</start>
		<valueStart>(</valueStart>
		<valueEnd>)</valueEnd>
	</highlighter>
	<highlighter type="oneline-comment">#</highlighter>
	<highlighter type="string">
		<string>"""</string>
		<spanNewLines />
	</highlighter>
	<highlighter type="string">
		<string>'''</string>
		<spanNewLines />
	</highlighter>
	<highlighter type="string">
		<string>"</string>
		<escape>\</escape>
	</highlighter>
	<highlighter type="string">
		<string>'</string>
		<escape>\</escape>
	</highlighter>
	<highlighter type="hexnumber">
		<prefix>0x</prefix>
		<suffix>l</suffix>
		<ignoreCase />
	</highlighter>
	<highlighter type="number">
		<point>.</point>
		<pointStarts />
		<exponent>e</exponent>
		<suffix>l</suffix>
		<ignoreCase />
	</highlighter>
	<highlighter type="keywords">
		<keyword>and</keyword>
		<keyword>del</keyword>
		<keyword>from</keyword>
		<keyword>not</keyword>
		<keyword>while</keyword>
		<keyword>as</keyword>
		<keyword>elif</keyword>
		<keyword>global</keyword>
		<keyword>or</keyword>
		<keyword>with</keyword>
		<keyword>assert</keyword>
		<keyword>else</keyword>
		<keyword>if</keyword>
		<keyword>pass</keyword>
		<keyword>yield</keyword>
		<keyword>break</keyword>
		<keyword>except</keyword>
		<keyword>import</keyword>
		<keyword>print</keyword>
		<keyword>class</keyword>
		<keyword>exec</keyword>
		<keyword>in</keyword>
		<keyword>raise</keyword>
		<keyword>continue</keyword>
		<keyword>finally</keyword>
		<keyword>is</keyword>
		<keyword>return</keyword>
		<keyword>def</keyword>
		<keyword>for</keyword>
		<keyword>lambda</keyword>
		<keyword>try</keyword>
	</highlighter>
</highlighters>
--- NEW FILE: tcl-hl.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!--

xslthl highlighter definition fof Tcl/Tk.
written by Arndt Roger Schneider

Copyright 2008 Arndt Roger Schneider
License: xlib/libpng

This software is provided "as-is", without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must
   not claim that you wrote the original software. If you use this
   software in a product, an acknowledgment in the product
   documentation would be appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must
   not be misrepresented as being the original software.

3. This notice may not be removed or altered from any source
   distribution.
   
-->
<highlighters>
	<highlighter type="oneline-comment">#</highlighter>
	<highlighter type="string">
		<string>"</string>
		<escape>\</escape>
	</highlighter>
	<highlighter type="regex">
		<pattern>-[\p{javaJavaIdentifierStart}][\p{javaJavaIdentifierPart}]+
		</pattern>
		<style>none</style>
	</highlighter>
	<highlighter type="number">
		<point>.</point>
		<ignoreCase />
	</highlighter>
	<highlighter type="keywords">
		<!-- Tcl and itcl / structural -->
		<keyword>if</keyword>
		<keyword>then</keyword>
		<keyword>else</keyword>
		<keyword>elseif</keyword>
		<keyword>for</keyword>
		<keyword>foreach</keyword>
		<keyword>break</keyword>
		<keyword>continue</keyword>
		<keyword>while</keyword>
		<keyword>eval</keyword>
		<keyword>case</keyword>
		<keyword>in</keyword>
		<keyword>switch</keyword>
		<keyword>default</keyword>
		<keyword>exit</keyword>
		<keyword>error</keyword>
		<keyword>proc</keyword>
		<keyword>rename</keyword>
		<keyword>exec</keyword>
		<keyword>return</keyword>
		<keyword>uplevel</keyword>
		<keyword>upvar</keyword>
		<keyword>constructor</keyword>
		<keyword>destructor</keyword>
		<keyword>itcl_class</keyword>
		<keyword>loop</keyword>
		<keyword>for_array_keys</keyword>
		<keyword>for_recursive_glob</keyword>
		<keyword>for_file</keyword>
		<keyword>method</keyword>
		<keyword>body</keyword>
		<keyword>configbody</keyword>
		<keyword>catch</keyword>
		<keyword>namespace</keyword>
		<keyword>class</keyword>
		<keyword>array</keyword>
		<keyword>set</keyword>
		<keyword>unset</keyword>
		<keyword>package</keyword>
		<keyword>source</keyword>

    <!-- Additional commands -->
		<keyword>subst</keyword>
		<keyword>list</keyword>
		<keyword>format</keyword>
		<keyword>lappend</keyword>
		<keyword>option</keyword>
		<keyword>expr</keyword>
		<keyword>puts</keyword>
		<keyword>winfo</keyword>
		<keyword>lindex</keyword>
		<keyword>string</keyword>


    <!-- Runtime Library / structural -->
		<keyword>verified</keyword>
		<keyword>seteach</keyword>
		<keyword>fixme</keyword>
		<keyword>debug</keyword>
		<keyword>rtl::debug</keyword>
		<keyword>rtl::verified</keyword>
		<keyword>rtl::template</keyword>
		<keyword>rtl::seteach</keyword>

    <!-- Runtime Library / Additional -->
		<keyword>mkProc</keyword>
		<keyword>getCreator</keyword>
		<keyword>properties</keyword>
		<keyword>lappendunique</keyword>
		<keyword>rtl::lappendunique</keyword>

    <!-- geometry managers from Tk -->
		<keyword>place</keyword>
		<keyword>pack</keyword>
		<keyword>grid</keyword>


    <!-- Additional Tk stuff -->
		<keyword>image</keyword>
		<keyword>font</keyword>
		<keyword>focus</keyword>
		<keyword>tk</keyword>
		<keyword>bind</keyword>
		<keyword>after</keyword>

    <!-- Window classes from Tk, ... -->
		<keyword>toplevel</keyword>
		<keyword>frame</keyword>
		<keyword>entry</keyword>
		<keyword>listbox</keyword>
		<keyword>button</keyword>
		<keyword>radiobutton</keyword>
		<keyword>checkbutton</keyword>
		<keyword>canvas</keyword>
		<keyword>menu</keyword>
		<keyword>menubutton</keyword>
		<keyword>text</keyword>
		<keyword>label</keyword>
		<keyword>message</keyword>
		<!--
			The rest of Tk's windows is omitted: scrollbar, scale, panedwindow, labelframe, spinbox ...
		-->

    <!-- ... from tkZinc, ... -->
		<keyword>zinc</keyword>
  
    <!-- ... from tkpath, ... -->
		<keyword>tkpath::gradient</keyword>

    <!-- ... from Runtime Library, ... -->
		<keyword>rtl_combobox</keyword>
		<keyword>rtl_tree</keyword>
		<keyword>rtl_tabset</keyword>
		<keyword>rtl_mlistbox</keyword>
		<keyword>rtl_gridwin</keyword>
		<keyword>rtlysizer</keyword>
		<keyword>rtlxsizer</keyword>
		<!--
			The rest of RTL's windows is omitted: spinbox, decoratedframe, symbolbar, symbolbarcustomize, question ...
		-->

    <!-- ... from GEI, ... -->
		<keyword>goolbar</keyword>
		<keyword>gstripes</keyword>
		<keyword>zoolbar</keyword>
		<keyword>gistbox</keyword>
		<keyword>gooleditor</keyword>
		<keyword>galette</keyword>
	</highlighter>
</highlighters>
	<!--
		Local Variables: mode: sgml coding: utf-8-unix sgml-indent-step: 2 sgml-indent-data: t sgml-set-face: t
		sgml-insert-missing-element-comment: nil End:
	-->
--- NEW FILE: csharp-hl.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!--

Syntax highlighting definition for C#

xslthl - XSLT Syntax Highlighting
http://sourceforge.net/projects/xslthl/
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

Michal Molhanec <mol1111 at users.sourceforge.net>
Jirka Kosek <kosek at users.sourceforge.net>
Michiel Hendriks <elmuerte at users.sourceforge.net>

-->
<highlighters>
	<highlighter type="multiline-comment">
		<start>/**</start>
		<end>*/</end>
		<style>doccomment</style>
	</highlighter>
	<highlighter type="oneline-comment">
		<start>///</start>
		<style>doccomment</style>
	</highlighter>
	<highlighter type="multiline-comment">
		<start>/*</start>
		<end>*/</end>
	</highlighter>
	<highlighter type="oneline-comment">//</highlighter>
	<highlighter type="annotation">
		<!-- annotations are called (custom) "attributes" in .NET -->
		<start>[</start>
		<end>]</end>
		<valueStart>(</valueStart>
		<valueEnd>)</valueEnd>
	</highlighter>
	<highlighter type="oneline-comment">
		<!-- C# supports a couple of directives -->
		<start>#</start>
		<lineBreakEscape>\</lineBreakEscape>
		<style>directive</style>
	</highlighter>
	<highlighter type="string">
		<!-- strings starting with an "@" can span multiple lines -->
		<string>@"</string>
		<endString>"</endString>
		<escape>\</escape>
		<spanNewLines />
	</highlighter>
	<highlighter type="string">
		<string>"</string>
		<escape>\</escape>
	</highlighter>
	<highlighter type="string">
		<string>'</string>
		<escape>\</escape>
	</highlighter>
	<highlighter type="hexnumber">
		<prefix>0x</prefix>
		<suffix>ul</suffix>
		<suffix>lu</suffix>
		<suffix>u</suffix>
		<suffix>l</suffix>
		<ignoreCase />
	</highlighter>
	<highlighter type="number">
		<point>.</point>
		<pointStarts />
		<exponent>e</exponent>
		<suffix>ul</suffix>
		<suffix>lu</suffix>
		<suffix>u</suffix>
		<suffix>f</suffix>
		<suffix>d</suffix>
		<suffix>m</suffix>
		<suffix>l</suffix>
		<ignoreCase />
	</highlighter>
	<highlighter type="keywords">
		<keyword>abstract</keyword>
		<keyword>as</keyword>
		<keyword>base</keyword>
		<keyword>bool</keyword>
		<keyword>break</keyword>
		<keyword>byte</keyword>
		<keyword>case</keyword>
		<keyword>catch</keyword>
		<keyword>char</keyword>
		<keyword>checked</keyword>
		<keyword>class</keyword>
		<keyword>const</keyword>
		<keyword>continue</keyword>
		<keyword>decimal</keyword>
		<keyword>default</keyword>
		<keyword>delegate</keyword>
		<keyword>do</keyword>
		<keyword>double</keyword>
		<keyword>else</keyword>
		<keyword>enum</keyword>
		<keyword>event</keyword>
		<keyword>explicit</keyword>
		<keyword>extern</keyword>
		<keyword>false</keyword>
		<keyword>finally</keyword>
		<keyword>fixed</keyword>
		<keyword>float</keyword>
		<keyword>for</keyword>
		<keyword>foreach</keyword>
		<keyword>goto</keyword>
		<keyword>if</keyword>
		<keyword>implicit</keyword>
		<keyword>in</keyword>
		<keyword>int</keyword>
		<keyword>interface</keyword>
		<keyword>internal</keyword>
		<keyword>is</keyword>
		<keyword>lock</keyword>
		<keyword>long</keyword>
		<keyword>namespace</keyword>
		<keyword>new</keyword>
		<keyword>null</keyword>
		<keyword>object</keyword>
		<keyword>operator</keyword>
		<keyword>out</keyword>
		<keyword>override</keyword>
		<keyword>params</keyword>
		<keyword>private</keyword>
		<keyword>protected</keyword>
		<keyword>public</keyword>
		<keyword>readonly</keyword>
		<keyword>ref</keyword>
		<keyword>return</keyword>
		<keyword>sbyte</keyword>
		<keyword>sealed</keyword>
		<keyword>short</keyword>
		<keyword>sizeof</keyword>
		<keyword>stackalloc</keyword>
		<keyword>static</keyword>
		<keyword>string</keyword>
		<keyword>struct</keyword>
		<keyword>switch</keyword>
		<keyword>this</keyword>
		<keyword>throw</keyword>
		<keyword>true</keyword>
		<keyword>try</keyword>
		<keyword>typeof</keyword>
		<keyword>uint</keyword>
		<keyword>ulong</keyword>
		<keyword>unchecked</keyword>
		<keyword>unsafe</keyword>
		<keyword>ushort</keyword>
		<keyword>using</keyword>
		<keyword>virtual</keyword>
		<keyword>void</keyword>
		<keyword>volatile</keyword>
		<keyword>while</keyword>
	</highlighter>
	<highlighter type="keywords">
		<!-- special words, not really keywords -->
		<keyword>add</keyword>
		<keyword>alias</keyword>
		<keyword>from</keyword>
		<keyword>get</keyword>
		<keyword>global</keyword>
		<keyword>group</keyword>
		<keyword>into</keyword>
		<keyword>join</keyword>
		<keyword>orderby</keyword>
		<keyword>partial</keyword>
		<keyword>remove</keyword>
		<keyword>select</keyword>
		<keyword>set</keyword>
		<keyword>value</keyword>
		<keyword>where</keyword>
		<keyword>yield</keyword>
	</highlighter>
</highlighters>
--- NEW FILE: perl-hl.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!--

Syntax highlighting definition for Perl

xslthl - XSLT Syntax Highlighting
http://sourceforge.net/projects/xslthl/
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

Michal Molhanec <mol1111 at users.sourceforge.net>
Jirka Kosek <kosek at users.sourceforge.net>
Michiel Hendriks <elmuerte at users.sourceforge.net>

-->
<highlighters>
	<highlighter type="oneline-comment">#</highlighter>
	<highlighter type="heredoc">
		<start>&lt;&lt;</start>
		<quote>'</quote>
		<quote>"</quote>
		<noWhiteSpace/>
	</highlighter>
	<highlighter type="string">
		<string>"</string>
		<escape>\</escape>
	</highlighter>
	<highlighter type="string">
		<string>'</string>
		<escape>\</escape>
		<spanNewLines/>
	</highlighter>
	<highlighter type="hexnumber">
		<prefix>0x</prefix>
		<ignoreCase />
	</highlighter>
	<highlighter type="number">
		<point>.</point>
		<pointStarts />
		<ignoreCase />
	</highlighter>
	<highlighter type="keywords">
		<keyword>if</keyword>
		<keyword>unless</keyword>
		<keyword>while</keyword>
		<keyword>until</keyword>
		<keyword>foreach</keyword>
		<keyword>else</keyword>
		<keyword>elsif</keyword>
		<keyword>for</keyword>
		<keyword>when</keyword>
		<keyword>default</keyword>
		<keyword>given</keyword>
		<!-- Keywords related to the control flow of your perl program  -->
		<keyword>caller</keyword>
		<keyword>continue</keyword> 
		<keyword>die</keyword>
		<keyword>do</keyword>
		<keyword>dump</keyword>
		<keyword>eval</keyword>
		<keyword>exit</keyword>
		<keyword>goto</keyword>
		<keyword>last</keyword>
		<keyword>next</keyword>
		<keyword>redo</keyword>
		<keyword>return</keyword>
		<keyword>sub</keyword>
		<keyword>wantarray</keyword>
		<!-- Keywords related to scoping  -->
		<keyword>caller</keyword>
		<keyword>import</keyword>
		<keyword>local</keyword>
		<keyword>my</keyword>
		<keyword>package</keyword>
		<keyword>use</keyword>
		<!-- Keywords related to perl modules  -->
		<keyword>do</keyword>
		<keyword>import</keyword>
		<keyword>no</keyword>
		<keyword>package</keyword>
		<keyword>require</keyword>
		<keyword>use</keyword>
		<!-- Keywords related to classes and object-orientedness  -->
		<keyword>bless</keyword>
		<keyword>dbmclose</keyword>
		<keyword>dbmopen</keyword>
		<keyword>package</keyword>
		<keyword>ref</keyword>
		<keyword>tie</keyword>
		<keyword>tied</keyword>
		<keyword>untie</keyword>
		<keyword>use</keyword>
		<!-- operators -->
		<keyword>and</keyword>
		<keyword>or</keyword>
		<keyword>not</keyword>
		<keyword>eq</keyword>
		<keyword>ne</keyword>
		<keyword>lt</keyword>
		<keyword>gt</keyword>
		<keyword>le</keyword>
		<keyword>ge</keyword>
		<keyword>cmp</keyword>
	</highlighter>
</highlighters>
--- NEW FILE: xslthl-config.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!-- 

xslthl - XSLT Syntax Highlighting
http://sourceforge.net/projects/xslthl/
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

Michal Molhanec <mol1111 at users.sourceforge.net>
Jirka Kosek <kosek at users.sourceforge.net>
Michiel Hendriks <elmuerte at users.sourceforge.net>

-->
<xslthl-config>
	<highlighter id="java" file="java-hl.xml" />
	<highlighter id="delphi" file="delphi-hl.xml" />
	<highlighter id="pascal" file="delphi-hl.xml" />
	<highlighter id="ini" file="ini-hl.xml" />
	<highlighter id="php" file="php-hl.xml" />
	<highlighter id="myxml" file="myxml-hl.xml" />
	<highlighter id="m2" file="m2-hl.xml" />
	<highlighter id="tcl" file="tcl-hl.xml" />
	<highlighter id="c" file="c-hl.xml" />
	<highlighter id="cpp" file="cpp-hl.xml" />
	<highlighter id="csharp" file="csharp-hl.xml" />
	<highlighter id="python" file="python-hl.xml" />
	<highlighter id="ruby" file="ruby-hl.xml" />
	<highlighter id="perl" file="perl-hl.xml" />	
	<highlighter id="javascript" file="javascript-hl.xml" />
	<namespace prefix="xslthl" uri="http://xslthl.sf.net" />
</xslthl-config>
--- NEW FILE: myxml-hl.xml ---
<?xml version='1.0'?>
<!--

  Bakalarska prace: Zvyraznovani syntaxe v XSLT
  Michal Molhanec 2005

  myxml-hl.xml - konfigurace zvyraznovace XML, ktera zvlast zvyrazni
                 HTML elementy a XSL elementy

-->
<highlighters>

<wholehighlighter type='xml'>
  <elementSet>
    <style>html</style>
    <element>A</element>
    <element>ABBR</element>
    <element>ACRONYM</element>
    <element>ADDRESS</element>
    <element>APPLET</element>
    <element>AREA</element>
    <element>B</element>
    <element>BASE</element>
    <element>BASEFONT</element>
    <element>BDO</element>
    <element>BIG</element>
    <element>BLOCKQUOTE</element>
    <element>BODY</element>
    <element>BR</element>
    <element>BUTTON</element>
    <element>CAPTION</element>
    <element>CENTER</element>
    <element>CITE</element>
    <element>CODE</element>
    <element>COL</element>
    <element>COLGROUP</element>
    <element>DD</element>
    <element>DEL</element>
    <element>DFN</element>
    <element>DIR</element>
    <element>DIV</element>
    <element>DL</element>
    <element>DT</element>
    <element>EM</element>
    <element>FIELDSET</element>
    <element>FONT</element>
    <element>FORM</element>
    <element>FRAME</element>
    <element>FRAMESET</element>
    <element>H1</element>
    <element>H2</element>
    <element>H3</element>
    <element>H4</element>
    <element>H5</element>
    <element>H6</element>
    <element>HEAD</element>
    <element>HR</element>
    <element>HTML</element>
    <element>I</element>
    <element>IFRAME</element>
    <element>IMG</element>
    <element>INPUT</element>
    <element>INS</element>
    <element>ISINDEX</element>
    <element>KBD</element>
    <element>LABEL</element>
    <element>LEGEND</element>
    <element>LI</element>
    <element>LINK</element>
    <element>MAP</element>
    <element>MENU</element>
    <element>META</element>
    <element>NOFRAMES</element>
    <element>NOSCRIPT</element>
    <element>OBJECT</element>
    <element>OL</element>
    <element>OPTGROUP</element>
    <element>OPTION</element>
    <element>P</element>
    <element>PARAM</element>
    <element>PRE</element>
    <element>Q</element>
    <element>S</element>
    <element>SAMP</element>
    <element>SCRIPT</element>
    <element>SELECT</element>
    <element>SMALL</element>
    <element>SPAN</element>
    <element>STRIKE</element>
    <element>STRONG</element>
    <element>STYLE</element>
    <element>SUB</element>
    <element>SUP</element>
    <element>TABLE</element>
    <element>TBODY</element>
    <element>TD</element>
    <element>TEXTAREA</element>
    <element>TFOOT</element>
    <element>TH</element>
    <element>THEAD</element>
    <element>TITLE</element>
    <element>TR</element>
    <element>TT</element>
    <element>U</element>
    <element>UL</element>
    <element>VAR</element>
    <element>XMP</element>
    <ignoreCase/>
  </elementSet>
  <elementPrefix>
    <style>xslt</style>
    <prefix>xsl:</prefix>
  </elementPrefix>
</wholehighlighter>

</highlighters>
--- NEW FILE: m2-hl.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!--

Syntax highlighting definition for Modulo-2

xslthl - XSLT Syntax Highlighting
http://sourceforge.net/projects/xslthl/
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

Michal Molhanec <mol1111 at users.sourceforge.net>
Jirka Kosek <kosek at users.sourceforge.net>
Michiel Hendriks <elmuerte at users.sourceforge.net>

-->
<highlighters>
	<highlighter type="nested-multiline-comment">
		<start>(*</start>
		<end>*)</end>
	</highlighter>
	<highlighter type="string">
		<string>"</string>
	</highlighter>
	<highlighter type="string">
		<string>'</string>
	</highlighter>
	<highlighter type="number">
		<point>.</point>
		<exponent>e</exponent>
		<ignoreCase />
	</highlighter>
	<highlighter type="keywords">
		<keyword>and</keyword>
		<keyword>array</keyword>
		<keyword>begin</keyword>
		<keyword>by</keyword>
		<keyword>case</keyword>
		<keyword>const</keyword>
		<keyword>definition</keyword>
		<keyword>div</keyword>
		<keyword>do</keyword>
		<keyword>else</keyword>
		<keyword>elsif</keyword>
		<keyword>end</keyword>
		<keyword>exit</keyword>
		<keyword>export</keyword>
		<keyword>for</keyword>
		<keyword>from</keyword>
		<keyword>if</keyword>
		<keyword>implementation</keyword>
		<keyword>import</keyword>
		<keyword>in</keyword>
		<keyword>loop</keyword>
		<keyword>mod</keyword>
		<keyword>module</keyword>
		<keyword>not</keyword>
		<keyword>of</keyword>
		<keyword>or</keyword>
		<keyword>pointer</keyword>
		<keyword>procedure</keyword>
		<keyword>qualified</keyword>
		<keyword>record</keyword>
		<keyword>repeat</keyword>
		<keyword>return</keyword>
		<keyword>set</keyword>
		<keyword>then</keyword>
		<keyword>to</keyword>
		<keyword>type</keyword>
		<keyword>until</keyword>
		<keyword>var</keyword>
		<keyword>while</keyword>
		<keyword>with</keyword>
		<ignoreCase />
	</highlighter>
</highlighters>
--- NEW FILE: java-hl.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!--

Syntax highlighting definition for Java

xslthl - XSLT Syntax Highlighting
http://sourceforge.net/projects/xslthl/
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

Michal Molhanec <mol1111 at users.sourceforge.net>
Jirka Kosek <kosek at users.sourceforge.net>
Michiel Hendriks <elmuerte at users.sourceforge.net>

-->
<highlighters>
	<highlighter type="multiline-comment">
		<start>/**</start>
		<end>*/</end>
		<style>doccomment</style>
	</highlighter>
	<highlighter type="multiline-comment">
		<start>/*</start>
		<end>*/</end>
	</highlighter>
	<highlighter type="oneline-comment">//</highlighter>
	<highlighter type="string">
		<string>"</string>
		<escape>\</escape>
	</highlighter>
	<highlighter type="string">
		<string>'</string>
		<escape>\</escape>
	</highlighter>
	<highlighter type="annotation">
		<start>@</start>
		<valueStart>(</valueStart>
		<valueEnd>)</valueEnd>
	</highlighter>
	<highlighter type="hexnumber">
		<prefix>0x</prefix>
		<ignoreCase />
	</highlighter>
	<highlighter type="number">
		<point>.</point>
		<exponent>e</exponent>
		<suffix>f</suffix>
		<suffix>d</suffix>
		<suffix>l</suffix>
		<ignoreCase />
	</highlighter>
	<highlighter type="keywords">
		<keyword>abstract</keyword>
		<keyword>boolean</keyword>
		<keyword>break</keyword>
		<keyword>byte</keyword>
		<keyword>case</keyword>
		<keyword>catch</keyword>
		<keyword>char</keyword>
		<keyword>class</keyword>
		<keyword>const</keyword>
		<keyword>continue</keyword>
		<keyword>default</keyword>
		<keyword>do</keyword>
		<keyword>double</keyword>
		<keyword>else</keyword>
		<keyword>extends</keyword>
		<keyword>final</keyword>
		<keyword>finally</keyword>
		<keyword>float</keyword>
		<keyword>for</keyword>
		<keyword>goto</keyword>
		<keyword>if</keyword>
		<keyword>implements</keyword>
		<keyword>import</keyword>
		<keyword>instanceof</keyword>
		<keyword>int</keyword>
		<keyword>interface</keyword>
		<keyword>long</keyword>
		<keyword>native</keyword>
		<keyword>new</keyword>
		<keyword>package</keyword>
		<keyword>private</keyword>
		<keyword>protected</keyword>
		<keyword>public</keyword>
		<keyword>return</keyword>
		<keyword>short</keyword>
		<keyword>static</keyword>
		<keyword>strictfp</keyword>
		<keyword>super</keyword>
		<keyword>switch</keyword>
		<keyword>synchronized</keyword>
		<keyword>this</keyword>
		<keyword>throw</keyword>
		<keyword>throws</keyword>
		<keyword>transient</keyword>
		<keyword>try</keyword>
		<keyword>void</keyword>
		<keyword>volatile</keyword>
		<keyword>while</keyword>
	</highlighter>
</highlighters>
--- NEW FILE: ini-hl.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!--

Syntax highlighting definition for ini files

xslthl - XSLT Syntax Highlighting
http://sourceforge.net/projects/xslthl/
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

Michal Molhanec <mol1111 at users.sourceforge.net>
Jirka Kosek <kosek at users.sourceforge.net>
Michiel Hendriks <elmuerte at users.sourceforge.net>

-->
<highlighters>
	<highlighter type="oneline-comment">;</highlighter>
	<highlighter type="regex">	
		<!-- ini sections -->
		<pattern>^(\[.+\]\s*)$</pattern>
		<style>keyword</style>
		<flags>MULTILINE</flags>
	</highlighter>
	<highlighter type="regex">
		<!-- the keys in an ini section -->
		<pattern>^(.+)(?==)</pattern>
		<style>attribute</style>
		<flags>MULTILINE</flags>
	</highlighter>
</highlighters>
--- NEW FILE: cpp-hl.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!--

Syntax highlighting definition for C++

xslthl - XSLT Syntax Highlighting
http://sourceforge.net/projects/xslthl/
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

Michal Molhanec <mol1111 at users.sourceforge.net>
Jirka Kosek <kosek at users.sourceforge.net>
Michiel Hendriks <elmuerte at users.sourceforge.net>

-->
<highlighters>
	<highlighter type="multiline-comment">
		<start>/**</start>
		<end>*/</end>
		<style>doccomment</style>
	</highlighter>
	<highlighter type="oneline-comment">
		<start>///</start>
		<style>doccomment</style>
	</highlighter>
	<highlighter type="multiline-comment">
		<start>/*</start>
		<end>*/</end>
	</highlighter>
	<highlighter type="oneline-comment">//</highlighter>
	<highlighter type="oneline-comment">
		<!-- use the online-comment highlighter to detect directives -->
		<start>#</start>
		<lineBreakEscape>\</lineBreakEscape>
		<style>directive</style>
	</highlighter>
	<highlighter type="string">
		<string>"</string>
		<escape>\</escape>
	</highlighter>
	<highlighter type="string">
		<string>'</string>
		<escape>\</escape>
	</highlighter>
	<highlighter type="hexnumber">
		<prefix>0x</prefix>
		<suffix>ul</suffix>
		<suffix>lu</suffix>
		<suffix>u</suffix>
		<suffix>l</suffix>
		<ignoreCase />
	</highlighter>
	<highlighter type="number">
		<point>.</point>
		<pointStarts />
		<exponent>e</exponent>
		<suffix>ul</suffix>
		<suffix>lu</suffix>
		<suffix>u</suffix>
		<suffix>f</suffix>
		<suffix>l</suffix>
		<ignoreCase />
	</highlighter>
	<highlighter type="keywords">
		<!-- C keywords -->
		<keyword>auto</keyword>
		<keyword>_Bool</keyword>
		<keyword>break</keyword>
		<keyword>case</keyword>
		<keyword>char</keyword>
		<keyword>_Complex</keyword>
		<keyword>const</keyword>
		<keyword>continue</keyword>
		<keyword>default</keyword>
		<keyword>do</keyword>
		<keyword>double</keyword>
		<keyword>else</keyword>
		<keyword>enum</keyword>
		<keyword>extern</keyword>
		<keyword>float</keyword>
		<keyword>for</keyword>
		<keyword>goto</keyword>
		<keyword>if</keyword>
		<keyword>_Imaginary</keyword>
		<keyword>inline</keyword>
		<keyword>int</keyword>
		<keyword>long</keyword>
		<keyword>register</keyword>
		<keyword>restrict</keyword>
		<keyword>return</keyword>
		<keyword>short</keyword>
		<keyword>signed</keyword>
		<keyword>sizeof</keyword>
		<keyword>static</keyword>
		<keyword>struct</keyword>
		<keyword>switch</keyword>
		<keyword>typedef</keyword>
		<keyword>union</keyword>
		<keyword>unsigned</keyword>
		<keyword>void</keyword>
		<keyword>volatile</keyword>
		<keyword>while</keyword>
		<!-- C++ keywords -->
		<keyword>asm</keyword>
		<keyword>dynamic_cast</keyword>
		<keyword>namespace</keyword>
		<keyword>reinterpret_cast</keyword>
		<keyword>try</keyword>
		<keyword>bool</keyword>
		<keyword>explicit</keyword>
		<keyword>new</keyword>
		<keyword>static_cast</keyword>
		<keyword>typeid</keyword>
		<keyword>catch</keyword>
		<keyword>false</keyword>
		<keyword>operator</keyword>
		<keyword>template</keyword>
		<keyword>typename</keyword>
		<keyword>class</keyword>
		<keyword>friend</keyword>
		<keyword>private</keyword>
		<keyword>this</keyword>
		<keyword>using</keyword>
		<keyword>const_cast</keyword>
		<keyword>inline</keyword>
		<keyword>public</keyword>
		<keyword>throw</keyword>
		<keyword>virtual</keyword>
		<keyword>delete</keyword>
		<keyword>mutable</keyword>
		<keyword>protected</keyword>
		<keyword>true</keyword>
		<keyword>wchar_t</keyword>
	</highlighter>
</highlighters>
--- NEW FILE: c-hl.xml ---
<?xml version="1.0" encoding="UTF-8"?>
	<!--
		Syntax highlighting definition for C xslthl - XSLT Syntax Highlighting http://sourceforge.net/projects/xslthl/
		Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any
		express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this
		software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and
		to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not
		be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an
		acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must
		be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be
		removed or altered from any source distribution. Michal Molhanec <mol1111 at users.sourceforge.net> Jirka Kosek <kosek
		at users.sourceforge.net> Michiel Hendriks <elmuerte at users.sourceforge.net>
	-->
<highlighters>
	<highlighter type="multiline-comment">
		<start>/**</start>
		<end>*/</end>
		<style>doccomment</style>
	</highlighter>
	<highlighter type="oneline-comment">
		<start>///</start>
		<style>doccomment</style>
	</highlighter>
	<highlighter type="multiline-comment">
		<start>/*</start>
		<end>*/</end>
	</highlighter>
	<highlighter type="oneline-comment">//</highlighter>
	<highlighter type="oneline-comment">
		<!-- use the online-comment highlighter to detect directives -->
		<start>#</start>
		<lineBreakEscape>\</lineBreakEscape>
		<style>directive</style>
	</highlighter>
	<highlighter type="string">
		<string>"</string>
		<escape>\</escape>
	</highlighter>
	<highlighter type="string">
		<string>'</string>
		<escape>\</escape>
	</highlighter>
	<highlighter type="hexnumber">
		<prefix>0x</prefix>
		<suffix>ul</suffix>
		<suffix>lu</suffix>
		<suffix>u</suffix>
		<suffix>l</suffix>
		<ignoreCase />
	</highlighter>
	<highlighter type="number">
		<point>.</point>
		<pointStarts />
		<exponent>e</exponent>
		<suffix>ul</suffix>
		<suffix>lu</suffix>
		<suffix>u</suffix>
		<suffix>f</suffix>
		<suffix>l</suffix>
		<ignoreCase />
	</highlighter>
	<highlighter type="keywords">
		<keyword>auto</keyword>
		<keyword>_Bool</keyword>
		<keyword>break</keyword>
		<keyword>case</keyword>
		<keyword>char</keyword>
		<keyword>_Complex</keyword>
		<keyword>const</keyword>
		<keyword>continue</keyword>
		<keyword>default</keyword>
		<keyword>do</keyword>
		<keyword>double</keyword>
		<keyword>else</keyword>
		<keyword>enum</keyword>
		<keyword>extern</keyword>
		<keyword>float</keyword>
		<keyword>for</keyword>
		<keyword>goto</keyword>
		<keyword>if</keyword>
		<keyword>_Imaginary</keyword>
		<keyword>inline</keyword>
		<keyword>int</keyword>
		<keyword>long</keyword>
		<keyword>register</keyword>
		<keyword>restrict</keyword>
		<keyword>return</keyword>
		<keyword>short</keyword>
		<keyword>signed</keyword>
		<keyword>sizeof</keyword>
		<keyword>static</keyword>
		<keyword>struct</keyword>
		<keyword>switch</keyword>
		<keyword>typedef</keyword>
		<keyword>union</keyword>
		<keyword>unsigned</keyword>
		<keyword>void</keyword>
		<keyword>volatile</keyword>
		<keyword>while</keyword>
	</highlighter>
</highlighters>
--- NEW FILE: php-hl.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!--

Syntax highlighting definition for PHP

xslthl - XSLT Syntax Highlighting
http://sourceforge.net/projects/xslthl/
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

Michal Molhanec <mol1111 at users.sourceforge.net>
Jirka Kosek <kosek at users.sourceforge.net>
Michiel Hendriks <elmuerte at users.sourceforge.net>

-->
<highlighters>
	<highlighter type="multiline-comment">
		<start>/**</start>
		<end>*/</end>
		<style>doccomment</style>
	</highlighter>
	<highlighter type="oneline-comment">
		<start>///</start>
		<style>doccomment</style>
	</highlighter>
	<highlighter type="multiline-comment">
		<start>/*</start>
		<end>*/</end>
	</highlighter>
	<highlighter type="oneline-comment">//</highlighter>
	<highlighter type="oneline-comment">#</highlighter>
	<highlighter type="string">
		<string>"</string>
		<escape>\</escape>
		<spanNewLines />
	</highlighter>
	<highlighter type="string">
		<string>'</string>
		<escape>\</escape>
		<spanNewLines />
	</highlighter>
	<highlighter type="heredoc">
		<start>&lt;&lt;&lt;</start>
	</highlighter>
	<highlighter type="hexnumber">
		<prefix>0x</prefix>
		<ignoreCase />
	</highlighter>
	<highlighter type="number">
		<point>.</point>
		<exponent>e</exponent>
		<ignoreCase />
	</highlighter>
	<highlighter type="keywords">
		<keyword>and</keyword>
		<keyword>or</keyword>
		<keyword>xor</keyword>
		<keyword>__FILE__</keyword>
		<keyword>exception</keyword>
		<keyword>__LINE__</keyword>
		<keyword>array</keyword>
		<keyword>as</keyword>
		<keyword>break</keyword>
		<keyword>case</keyword>
		<keyword>class</keyword>
		<keyword>const</keyword>
		<keyword>continue</keyword>
		<keyword>declare</keyword>
		<keyword>default</keyword>
		<keyword>die</keyword>
		<keyword>do</keyword>
		<keyword>echo</keyword>
		<keyword>else</keyword>
		<keyword>elseif</keyword>
		<keyword>empty</keyword>
		<keyword>enddeclare</keyword>
		<keyword>endfor</keyword>
		<keyword>endforeach</keyword>
		<keyword>endif</keyword>
		<keyword>endswitch</keyword>
		<keyword>endwhile</keyword>
		<keyword>eval</keyword>
		<keyword>exit</keyword>
		<keyword>extends</keyword>
		<keyword>for</keyword>
		<keyword>foreach</keyword>
		<keyword>function</keyword>
		<keyword>global</keyword>
		<keyword>if</keyword>
		<keyword>include</keyword>
		<keyword>include_once</keyword>
		<keyword>isset</keyword>
		<keyword>list</keyword>
		<keyword>new</keyword>
		<keyword>print</keyword>
		<keyword>require</keyword>
		<keyword>require_once</keyword>
		<keyword>return</keyword>
		<keyword>static</keyword>
		<keyword>switch</keyword>
		<keyword>unset</keyword>
		<keyword>use</keyword>
		<keyword>var</keyword>
		<keyword>while</keyword>
		<keyword>__FUNCTION__</keyword>
		<keyword>__CLASS__</keyword>
		<keyword>__METHOD__</keyword>
		<keyword>final</keyword>
		<keyword>php_user_filter</keyword>
		<keyword>interface</keyword>
		<keyword>implements</keyword>
		<keyword>extends</keyword>
		<keyword>public</keyword>
		<keyword>private</keyword>
		<keyword>protected</keyword>
		<keyword>abstract</keyword>
		<keyword>clone</keyword>
		<keyword>try</keyword>
		<keyword>catch</keyword>
		<keyword>throw</keyword>
		<keyword>cfunction</keyword>
		<keyword>old_function</keyword>
		<keyword>true</keyword>
		<keyword>false</keyword>
		<ignoreCase />
	</highlighter>
	<highlighter type="word">
		<!-- highlight the php open and close tags as directives -->
		<word>?&gt;</word>
		<word>&lt;?php</word>
		<word>&lt;?=</word>
		<style>directive</style>
	</highlighter>
</highlighters>
--- NEW FILE: ruby-hl.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<!--

Syntax highlighting definition for Ruby

xslthl - XSLT Syntax Highlighting
http://sourceforge.net/projects/xslthl/
Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks

This software is provided 'as-is', without any express or implied
warranty.  In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

Michal Molhanec <mol1111 at users.sourceforge.net>
Jirka Kosek <kosek at users.sourceforge.net>
Michiel Hendriks <elmuerte at users.sourceforge.net>

-->
<highlighters>
	<highlighter type="oneline-comment">#</highlighter>
	<highlighter type="heredoc">
		<start>&lt;&lt;</start>
		<noWhiteSpace/>
	</highlighter>
	<highlighter type="string">
		<string>"</string>
		<escape>\</escape>
	</highlighter>
	<highlighter type="string">
		<string>%Q{</string>
		<endString>}</endString>
		<escape>\</escape>
	</highlighter>
	<highlighter type="string">
		<string>%/</string>
		<endString>/</endString>
		<escape>\</escape>
	</highlighter>
	<highlighter type="string">
		<string>'</string>
		<escape>\</escape>
	</highlighter>
	<highlighter type="string">
		<string>%q{</string>
		<endString>}</endString>
		<escape>\</escape>
	</highlighter>
	<highlighter type="hexnumber">
		<prefix>0x</prefix>
		<ignoreCase />
	</highlighter>
	<highlighter type="number">
		<point>.</point>
		<exponent>e</exponent>
		<ignoreCase />
	</highlighter>
	<highlighter type="keywords">
		<keyword>alias</keyword>
		<keyword>and</keyword>
		<keyword>BEGIN</keyword>
		<keyword>begin</keyword>
		<keyword>break</keyword>
		<keyword>case</keyword>
		<keyword>class</keyword>
		<keyword>def</keyword>
		<keyword>defined</keyword>
		<keyword>do</keyword>
		<keyword>else</keyword>
		<keyword>elsif</keyword>
		<keyword>END</keyword>
		<keyword>end</keyword>
		<keyword>ensure</keyword>
		<keyword>false</keyword>
		<keyword>for</keyword>
		<keyword>if</keyword>
		<keyword>in</keyword>
		<keyword>module</keyword>
		<keyword>next</keyword>
		<keyword>nil</keyword>
		<keyword>not</keyword>
		<keyword>or</keyword>
		<keyword>redo</keyword>
		<keyword>rescue</keyword>
		<keyword>retry</keyword>
		<keyword>return</keyword>
		<keyword>self</keyword>
		<keyword>super</keyword>
		<keyword>then</keyword>
		<keyword>true</keyword>
		<keyword>undef</keyword>
		<keyword>unless</keyword>
		<keyword>until</keyword>
		<keyword>when</keyword>
		<keyword>while</keyword>
		<keyword>yield</keyword>
	</highlighter>
</highlighters>

Received on Thursday, 18 October 2012 12:35:36 UTC