m2-hl.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version='1.0'?>
  2. <highlighters>
  3. <highlighter type='nested-multiline-comment'>
  4. <start>(*</start>
  5. <end>*)</end>
  6. </highlighter>
  7. <highlighter type='string'>
  8. <string>"</string>
  9. </highlighter>
  10. <highlighter type='string'>
  11. <string>'</string>
  12. </highlighter>
  13. <highlighter type='keywords'>
  14. <keyword>and</keyword>
  15. <keyword>array</keyword>
  16. <keyword>begin</keyword>
  17. <keyword>by</keyword>
  18. <keyword>case</keyword>
  19. <keyword>const</keyword>
  20. <keyword>definition</keyword>
  21. <keyword>div</keyword>
  22. <keyword>do</keyword>
  23. <keyword>else</keyword>
  24. <keyword>elsif</keyword>
  25. <keyword>end</keyword>
  26. <keyword>exit</keyword>
  27. <keyword>export</keyword>
  28. <keyword>for</keyword>
  29. <keyword>from</keyword>
  30. <keyword>if</keyword>
  31. <keyword>implementation</keyword>
  32. <keyword>import</keyword>
  33. <keyword>in</keyword>
  34. <keyword>loop</keyword>
  35. <keyword>mod</keyword>
  36. <keyword>module</keyword>
  37. <keyword>not</keyword>
  38. <keyword>of</keyword>
  39. <keyword>or</keyword>
  40. <keyword>pointer</keyword>
  41. <keyword>procedure</keyword>
  42. <keyword>qualified</keyword>
  43. <keyword>record</keyword>
  44. <keyword>repeat</keyword>
  45. <keyword>return</keyword>
  46. <keyword>set</keyword>
  47. <keyword>then</keyword>
  48. <keyword>to</keyword>
  49. <keyword>type</keyword>
  50. <keyword>until</keyword>
  51. <keyword>var</keyword>
  52. <keyword>while</keyword>
  53. <keyword>with</keyword>
  54. <ignoreCase/>
  55. </highlighter>
  56. </highlighters>
  57. <!--
  58. Copyright (c) 2005 Michal Molhanec
  59. This software is provided 'as-is', without any express or implied
  60. warranty. In no event will the authors be held liable for any damages
  61. arising from the use of this software.
  62. Permission is granted to anyone to use this software for any purpose,
  63. including commercial applications, and to alter it and redistribute it
  64. freely, subject to the following restrictions:
  65. 1. The origin of this software must not be misrepresented; you must
  66. not claim that you wrote the original software. If you use this
  67. software in a product, an acknowledgment in the product
  68. documentation would be appreciated but is not required.
  69. 2. Altered source versions must be plainly marked as such, and must
  70. not be misrepresented as being the original software.
  71. 3. This notice may not be removed or altered from any source
  72. distribution.
  73. -->