c-hl.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <?xml version='1.0'?>
  2. <highlighters>
  3. <highlighter type='multiline-comment'>
  4. <start>/*</start>
  5. <end>*/</end>
  6. </highlighter>
  7. <highlighter type='oneline-comment'>
  8. //
  9. </highlighter>
  10. <highlighter type='oneline-comment'>
  11. #
  12. </highlighter>
  13. <highlighter type='string'>
  14. <string>"</string>
  15. <escape>\</escape>
  16. </highlighter>
  17. <highlighter type='string'>
  18. <string>'</string>
  19. <escape>\</escape>
  20. </highlighter>
  21. <highlighter type='heredoc'>
  22. <start>&lt;&lt;&lt;</start>
  23. </highlighter>
  24. <highlighter type='keywords'>
  25. <keyword>and</keyword>
  26. <keyword>auto</keyword>
  27. <keyword>break</keyword>
  28. <keyword>case</keyword>
  29. <keyword>char</keyword>
  30. <keyword>class</keyword>
  31. <keyword>__CLASS__</keyword>
  32. <keyword>const</keyword>
  33. <keyword>continue</keyword>
  34. <keyword>declare</keyword>
  35. <keyword>default</keyword>
  36. <keyword>do</keyword>
  37. <keyword>double</keyword>
  38. <keyword>else</keyword>
  39. <keyword>enum</keyword>
  40. <keyword>exit</keyword>
  41. <keyword>extern</keyword>
  42. <keyword>__FILE__</keyword>
  43. <keyword>float</keyword>
  44. <keyword>for</keyword>
  45. <keyword>global</keyword>
  46. <keyword>goto</keyword>
  47. <keyword>if</keyword>
  48. <keyword>include</keyword>
  49. <keyword>int</keyword>
  50. <keyword>__LINE__</keyword>
  51. <keyword>long</keyword>
  52. <keyword>new</keyword>
  53. <keyword>or</keyword>
  54. <keyword>private</keyword>
  55. <keyword>protected</keyword>
  56. <keyword>public</keyword>
  57. <keyword>register</keyword>
  58. <keyword>return</keyword>
  59. <keyword>short</keyword>
  60. <keyword>signed</keyword>
  61. <keyword>sizeof</keyword>
  62. <keyword>static</keyword>
  63. <keyword>struct</keyword>
  64. <keyword>switch</keyword>
  65. <keyword>typedef</keyword>
  66. <keyword>union</keyword>
  67. <keyword>unsigned</keyword>
  68. <keyword>void</keyword>
  69. <keyword>volatile</keyword>
  70. <keyword>while</keyword>
  71. <ignoreCase/>
  72. </highlighter>
  73. </highlighters>
  74. <!--
  75. Copyright (c) 2005 Michal Molhanec
  76. This software is provided 'as-is', without any express or implied
  77. warranty. In no event will the authors be held liable for any damages
  78. arising from the use of this software.
  79. Permission is granted to anyone to use this software for any purpose,
  80. including commercial applications, and to alter it and redistribute it
  81. freely, subject to the following restrictions:
  82. 1. The origin of this software must not be misrepresented; you must
  83. not claim that you wrote the original software. If you use this
  84. software in a product, an acknowledgment in the product
  85. documentation would be appreciated but is not required.
  86. 2. Altered source versions must be plainly marked as such, and must
  87. not be misrepresented as being the original software.
  88. 3. This notice may not be removed or altered from any source
  89. distribution.
  90. -->