]> git.stg.codes - stg.git/blobdiff - doc/help/xslt/highlighting/m2-hl.xml
DocBook documentation stub added
[stg.git] / doc / help / xslt / highlighting / m2-hl.xml
diff --git a/doc/help/xslt/highlighting/m2-hl.xml b/doc/help/xslt/highlighting/m2-hl.xml
new file mode 100644 (file)
index 0000000..b145f74
--- /dev/null
@@ -0,0 +1,90 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<!--\r
+\r
+Syntax highlighting definition for Modulo-2\r
+\r
+xslthl - XSLT Syntax Highlighting\r
+http://sourceforge.net/projects/xslthl/\r
+Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks\r
+\r
+This software is provided 'as-is', without any express or implied\r
+warranty.  In no event will the authors be held liable for any damages\r
+arising from the use of this software.\r
+\r
+Permission is granted to anyone to use this software for any purpose,\r
+including commercial applications, and to alter it and redistribute it\r
+freely, subject to the following restrictions:\r
+\r
+1. The origin of this software must not be misrepresented; you must not\r
+   claim that you wrote the original software. If you use this software\r
+   in a product, an acknowledgment in the product documentation would be\r
+   appreciated but is not required.\r
+2. Altered source versions must be plainly marked as such, and must not be\r
+   misrepresented as being the original software.\r
+3. This notice may not be removed or altered from any source distribution.\r
+\r
+Michal Molhanec <mol1111 at users.sourceforge.net>\r
+Jirka Kosek <kosek at users.sourceforge.net>\r
+Michiel Hendriks <elmuerte at users.sourceforge.net>\r
+\r
+-->\r
+<highlighters>\r
+       <highlighter type="nested-multiline-comment">\r
+               <start>(*</start>\r
+               <end>*)</end>\r
+       </highlighter>\r
+       <highlighter type="string">\r
+               <string>"</string>\r
+       </highlighter>\r
+       <highlighter type="string">\r
+               <string>'</string>\r
+       </highlighter>\r
+       <highlighter type="number">\r
+               <point>.</point>\r
+               <exponent>e</exponent>\r
+               <ignoreCase />\r
+       </highlighter>\r
+       <highlighter type="keywords">\r
+               <keyword>and</keyword>\r
+               <keyword>array</keyword>\r
+               <keyword>begin</keyword>\r
+               <keyword>by</keyword>\r
+               <keyword>case</keyword>\r
+               <keyword>const</keyword>\r
+               <keyword>definition</keyword>\r
+               <keyword>div</keyword>\r
+               <keyword>do</keyword>\r
+               <keyword>else</keyword>\r
+               <keyword>elsif</keyword>\r
+               <keyword>end</keyword>\r
+               <keyword>exit</keyword>\r
+               <keyword>export</keyword>\r
+               <keyword>for</keyword>\r
+               <keyword>from</keyword>\r
+               <keyword>if</keyword>\r
+               <keyword>implementation</keyword>\r
+               <keyword>import</keyword>\r
+               <keyword>in</keyword>\r
+               <keyword>loop</keyword>\r
+               <keyword>mod</keyword>\r
+               <keyword>module</keyword>\r
+               <keyword>not</keyword>\r
+               <keyword>of</keyword>\r
+               <keyword>or</keyword>\r
+               <keyword>pointer</keyword>\r
+               <keyword>procedure</keyword>\r
+               <keyword>qualified</keyword>\r
+               <keyword>record</keyword>\r
+               <keyword>repeat</keyword>\r
+               <keyword>return</keyword>\r
+               <keyword>set</keyword>\r
+               <keyword>then</keyword>\r
+               <keyword>to</keyword>\r
+               <keyword>type</keyword>\r
+               <keyword>until</keyword>\r
+               <keyword>var</keyword>\r
+               <keyword>while</keyword>\r
+               <keyword>with</keyword>\r
+               <ignoreCase />\r
+       </highlighter>\r
+</highlighters>
\ No newline at end of file