]> git.stg.codes - stg.git/blobdiff - doc/help/xslt/highlighting/c-hl.xml
DocBook documentation stub added
[stg.git] / doc / help / xslt / highlighting / c-hl.xml
diff --git a/doc/help/xslt/highlighting/c-hl.xml b/doc/help/xslt/highlighting/c-hl.xml
new file mode 100644 (file)
index 0000000..1503dd1
--- /dev/null
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+       <!--\r
+               Syntax highlighting definition for C xslthl - XSLT Syntax Highlighting http://sourceforge.net/projects/xslthl/\r
+               Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any\r
+               express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this\r
+               software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and\r
+               to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not\r
+               be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an\r
+               acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must\r
+               be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be\r
+               removed or altered from any source distribution. Michal Molhanec <mol1111 at users.sourceforge.net> Jirka Kosek <kosek\r
+               at users.sourceforge.net> Michiel Hendriks <elmuerte at users.sourceforge.net>\r
+       -->\r
+<highlighters>\r
+       <highlighter type="multiline-comment">\r
+               <start>/**</start>\r
+               <end>*/</end>\r
+               <style>doccomment</style>\r
+       </highlighter>\r
+       <highlighter type="oneline-comment">\r
+               <start>///</start>\r
+               <style>doccomment</style>\r
+       </highlighter>\r
+       <highlighter type="multiline-comment">\r
+               <start>/*</start>\r
+               <end>*/</end>\r
+       </highlighter>\r
+       <highlighter type="oneline-comment">//</highlighter>\r
+       <highlighter type="oneline-comment">\r
+               <!-- use the online-comment highlighter to detect directives -->\r
+               <start>#</start>\r
+               <lineBreakEscape>\</lineBreakEscape>\r
+               <style>directive</style>\r
+       </highlighter>\r
+       <highlighter type="string">\r
+               <string>"</string>\r
+               <escape>\</escape>\r
+       </highlighter>\r
+       <highlighter type="string">\r
+               <string>'</string>\r
+               <escape>\</escape>\r
+       </highlighter>\r
+       <highlighter type="hexnumber">\r
+               <prefix>0x</prefix>\r
+               <suffix>ul</suffix>\r
+               <suffix>lu</suffix>\r
+               <suffix>u</suffix>\r
+               <suffix>l</suffix>\r
+               <ignoreCase />\r
+       </highlighter>\r
+       <highlighter type="number">\r
+               <point>.</point>\r
+               <pointStarts />\r
+               <exponent>e</exponent>\r
+               <suffix>ul</suffix>\r
+               <suffix>lu</suffix>\r
+               <suffix>u</suffix>\r
+               <suffix>f</suffix>\r
+               <suffix>l</suffix>\r
+               <ignoreCase />\r
+       </highlighter>\r
+       <highlighter type="keywords">\r
+               <keyword>auto</keyword>\r
+               <keyword>_Bool</keyword>\r
+               <keyword>break</keyword>\r
+               <keyword>case</keyword>\r
+               <keyword>char</keyword>\r
+               <keyword>_Complex</keyword>\r
+               <keyword>const</keyword>\r
+               <keyword>continue</keyword>\r
+               <keyword>default</keyword>\r
+               <keyword>do</keyword>\r
+               <keyword>double</keyword>\r
+               <keyword>else</keyword>\r
+               <keyword>enum</keyword>\r
+               <keyword>extern</keyword>\r
+               <keyword>float</keyword>\r
+               <keyword>for</keyword>\r
+               <keyword>goto</keyword>\r
+               <keyword>if</keyword>\r
+               <keyword>_Imaginary</keyword>\r
+               <keyword>inline</keyword>\r
+               <keyword>int</keyword>\r
+               <keyword>long</keyword>\r
+               <keyword>register</keyword>\r
+               <keyword>restrict</keyword>\r
+               <keyword>return</keyword>\r
+               <keyword>short</keyword>\r
+               <keyword>signed</keyword>\r
+               <keyword>sizeof</keyword>\r
+               <keyword>static</keyword>\r
+               <keyword>struct</keyword>\r
+               <keyword>switch</keyword>\r
+               <keyword>typedef</keyword>\r
+               <keyword>union</keyword>\r
+               <keyword>unsigned</keyword>\r
+               <keyword>void</keyword>\r
+               <keyword>volatile</keyword>\r
+               <keyword>while</keyword>\r
+       </highlighter>\r
+</highlighters>
\ No newline at end of file