gtksourceview4 3.2.9-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (379) hide show
  1. checksums.yaml +7 -0
  2. data/COPYING.LIB +502 -0
  3. data/README.md +24 -0
  4. data/Rakefile +61 -0
  5. data/dependency-check/Rakefile +43 -0
  6. data/gtksourceview4.gemspec +45 -0
  7. data/lib/gtksourceview4.rb +56 -0
  8. data/lib/gtksourceview4/deprecated.rb +49 -0
  9. data/lib/gtksourceview4/loader.rb +49 -0
  10. data/lib/gtksourceview4/mark-attributes.rb +29 -0
  11. data/test/run-test.rb +62 -0
  12. data/test/test-mark-attributes.rb +26 -0
  13. data/test/test-source-gutter-renderer.rb +33 -0
  14. data/test/test-source-language-manager.rb +46 -0
  15. data/test/test-source-view.rb +55 -0
  16. data/vendor/local/bin/libgtksourceview-4-0.dll +0 -0
  17. data/vendor/local/include/gtksourceview-4/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +72 -0
  18. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksource-enumtypes.h +107 -0
  19. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksource.h +67 -0
  20. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceautocleanups.h +63 -0
  21. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcebuffer.h +279 -0
  22. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletion.h +156 -0
  23. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletioncontext.h +102 -0
  24. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletioninfo.h +77 -0
  25. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletionitem.h +92 -0
  26. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletionproposal.h +126 -0
  27. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletionprovider.h +166 -0
  28. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceencoding.h +74 -0
  29. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcefile.h +195 -0
  30. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcefileloader.h +140 -0
  31. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcefilesaver.h +168 -0
  32. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcegutter.h +93 -0
  33. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcegutterrenderer.h +272 -0
  34. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcegutterrendererpixbuf.h +91 -0
  35. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcegutterrenderertext.h +92 -0
  36. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceinit.h +40 -0
  37. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcelanguage.h +98 -0
  38. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcelanguagemanager.h +92 -0
  39. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcemap.h +70 -0
  40. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcemark.h +79 -0
  41. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcemarkattributes.h +112 -0
  42. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceprintcompositor.h +223 -0
  43. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceregion.h +127 -0
  44. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcesearchcontext.h +161 -0
  45. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcesearchsettings.h +100 -0
  46. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcespacedrawer.h +144 -0
  47. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyle.h +54 -0
  48. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestylescheme.h +119 -0
  49. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooser.h +66 -0
  50. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooserbutton.h +64 -0
  51. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooserwidget.h +64 -0
  52. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyleschememanager.h +100 -0
  53. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcetag.h +54 -0
  54. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcetypes.h +73 -0
  55. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceundomanager.h +90 -0
  56. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceutils.h +41 -0
  57. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceversion.h +578 -0
  58. data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceview.h +266 -0
  59. data/vendor/local/lib/girepository-1.0/GtkSource-4.typelib +0 -0
  60. data/vendor/local/lib/libgtksourceview-4.dll.a +0 -0
  61. data/vendor/local/lib/libgtksourceview-4.la +41 -0
  62. data/vendor/local/lib/pkgconfig/gtksourceview-4.pc +12 -0
  63. data/vendor/local/share/gir-1.0/GtkSource-4.gir +12999 -0
  64. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceBuffer.html +2421 -0
  65. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletion.html +1087 -0
  66. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionContext.html +402 -0
  67. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionInfo.html +207 -0
  68. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionItem.html +497 -0
  69. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionProposal.html +668 -0
  70. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionProvider.html +837 -0
  71. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionWords.html +343 -0
  72. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceEncoding.html +391 -0
  73. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceFile.html +769 -0
  74. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceFileLoader.html +780 -0
  75. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceFileSaver.html +965 -0
  76. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutter.html +438 -0
  77. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutterRenderer.html +1708 -0
  78. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutterRendererPixbuf.html +369 -0
  79. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutterRendererText.html +299 -0
  80. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceLanguage.html +579 -0
  81. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceLanguageManager.html +473 -0
  82. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceMap.html +254 -0
  83. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceMark.html +307 -0
  84. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceMarkAttributes.html +788 -0
  85. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourcePrintCompositor.html +2121 -0
  86. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceRegion.html +870 -0
  87. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceSearchContext.html +1216 -0
  88. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceSearchSettings.html +603 -0
  89. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceSpaceDrawer.html +671 -0
  90. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyle.html +433 -0
  91. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleScheme.html +396 -0
  92. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeChooser.html +214 -0
  93. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeChooserButton.html +127 -0
  94. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeChooserWidget.html +127 -0
  95. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeManager.html +460 -0
  96. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceTag.html +179 -0
  97. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceUndoManager.html +460 -0
  98. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceView.html +2369 -0
  99. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/annexes.html +55 -0
  100. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/annotation-glossary.html +74 -0
  101. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-0.html +62 -0
  102. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-10.html +86 -0
  103. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-12.html +34 -0
  104. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-2.html +270 -0
  105. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-4.html +34 -0
  106. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-8.html +46 -0
  107. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-0.html +42 -0
  108. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-10.html +170 -0
  109. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-12.html +38 -0
  110. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-14.html +298 -0
  111. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-16.html +106 -0
  112. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-18.html +114 -0
  113. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-20.html +130 -0
  114. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-22.html +106 -0
  115. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-24.html +126 -0
  116. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-4.html +34 -0
  117. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-4-0.html +65 -0
  118. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-deprecated.html +30 -0
  119. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-full.html +2586 -0
  120. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-reference.html +174 -0
  121. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/completion.html +52 -0
  122. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/file-loading-and-saving.html +43 -0
  123. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/general.html +32 -0
  124. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0-GtkSourceUtils.html +151 -0
  125. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0-GtkSourceView-Initialization-and-Finalization.html +100 -0
  126. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0-Version-Information.html +511 -0
  127. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0.devhelp2 +819 -0
  128. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gutter.html +49 -0
  129. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/home.png +0 -0
  130. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/index.html +215 -0
  131. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/intro.html +56 -0
  132. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/lang-reference.html +946 -0
  133. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/lang-tutorial.html +652 -0
  134. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/left-insensitive.png +0 -0
  135. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/left.png +0 -0
  136. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/main-classes.html +37 -0
  137. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/misc.html +52 -0
  138. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/object-tree.html +98 -0
  139. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/porting-guide-3-to-4.html +152 -0
  140. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/porting-guide.html +33 -0
  141. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/printing.html +32 -0
  142. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/right-insensitive.png +0 -0
  143. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/right.png +0 -0
  144. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/search-and-replace.html +37 -0
  145. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/style-reference.html +305 -0
  146. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/style.css +483 -0
  147. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/styling.html +49 -0
  148. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/syntax-highlighting-reference.html +49 -0
  149. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/syntax-highlighting.html +37 -0
  150. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/up-insensitive.png +0 -0
  151. data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/up.png +0 -0
  152. data/vendor/local/share/gtksourceview-4/language-specs/R.lang +2198 -0
  153. data/vendor/local/share/gtksourceview-4/language-specs/abnf.lang +109 -0
  154. data/vendor/local/share/gtksourceview-4/language-specs/actionscript.lang +267 -0
  155. data/vendor/local/share/gtksourceview-4/language-specs/ada.lang +220 -0
  156. data/vendor/local/share/gtksourceview-4/language-specs/ansforth94.lang +728 -0
  157. data/vendor/local/share/gtksourceview-4/language-specs/asp.lang +1096 -0
  158. data/vendor/local/share/gtksourceview-4/language-specs/automake.lang +329 -0
  159. data/vendor/local/share/gtksourceview-4/language-specs/awk.lang +137 -0
  160. data/vendor/local/share/gtksourceview-4/language-specs/bennugd.lang +266 -0
  161. data/vendor/local/share/gtksourceview-4/language-specs/bibtex.lang +120 -0
  162. data/vendor/local/share/gtksourceview-4/language-specs/bluespec.lang +187 -0
  163. data/vendor/local/share/gtksourceview-4/language-specs/boo.lang +256 -0
  164. data/vendor/local/share/gtksourceview-4/language-specs/c.lang +343 -0
  165. data/vendor/local/share/gtksourceview-4/language-specs/cg.lang +231 -0
  166. data/vendor/local/share/gtksourceview-4/language-specs/changelog.lang +91 -0
  167. data/vendor/local/share/gtksourceview-4/language-specs/chdr.lang +50 -0
  168. data/vendor/local/share/gtksourceview-4/language-specs/cmake.lang +817 -0
  169. data/vendor/local/share/gtksourceview-4/language-specs/cobol.lang +646 -0
  170. data/vendor/local/share/gtksourceview-4/language-specs/cpp.lang +119 -0
  171. data/vendor/local/share/gtksourceview-4/language-specs/cpphdr.lang +41 -0
  172. data/vendor/local/share/gtksourceview-4/language-specs/csharp.lang +285 -0
  173. data/vendor/local/share/gtksourceview-4/language-specs/css.lang +2411 -0
  174. data/vendor/local/share/gtksourceview-4/language-specs/csv.lang +73 -0
  175. data/vendor/local/share/gtksourceview-4/language-specs/cuda.lang +281 -0
  176. data/vendor/local/share/gtksourceview-4/language-specs/d.lang +317 -0
  177. data/vendor/local/share/gtksourceview-4/language-specs/def.lang +261 -0
  178. data/vendor/local/share/gtksourceview-4/language-specs/desktop.lang +297 -0
  179. data/vendor/local/share/gtksourceview-4/language-specs/diff.lang +84 -0
  180. data/vendor/local/share/gtksourceview-4/language-specs/docbook.lang +475 -0
  181. data/vendor/local/share/gtksourceview-4/language-specs/dosbatch.lang +166 -0
  182. data/vendor/local/share/gtksourceview-4/language-specs/dot.lang +139 -0
  183. data/vendor/local/share/gtksourceview-4/language-specs/dpatch.lang +47 -0
  184. data/vendor/local/share/gtksourceview-4/language-specs/dtd.lang +139 -0
  185. data/vendor/local/share/gtksourceview-4/language-specs/dtl.lang +297 -0
  186. data/vendor/local/share/gtksourceview-4/language-specs/eiffel.lang +238 -0
  187. data/vendor/local/share/gtksourceview-4/language-specs/erlang.lang +262 -0
  188. data/vendor/local/share/gtksourceview-4/language-specs/fcl.lang +113 -0
  189. data/vendor/local/share/gtksourceview-4/language-specs/forth.lang +234 -0
  190. data/vendor/local/share/gtksourceview-4/language-specs/fortran.lang +710 -0
  191. data/vendor/local/share/gtksourceview-4/language-specs/fsharp.lang +324 -0
  192. data/vendor/local/share/gtksourceview-4/language-specs/gap.lang +84 -0
  193. data/vendor/local/share/gtksourceview-4/language-specs/gdb-log.lang +151 -0
  194. data/vendor/local/share/gtksourceview-4/language-specs/genie.lang +237 -0
  195. data/vendor/local/share/gtksourceview-4/language-specs/glsl.lang +482 -0
  196. data/vendor/local/share/gtksourceview-4/language-specs/go.lang +274 -0
  197. data/vendor/local/share/gtksourceview-4/language-specs/groovy.lang +330 -0
  198. data/vendor/local/share/gtksourceview-4/language-specs/gtk-doc.lang +90 -0
  199. data/vendor/local/share/gtksourceview-4/language-specs/gtkrc.lang +115 -0
  200. data/vendor/local/share/gtksourceview-4/language-specs/haddock.lang +161 -0
  201. data/vendor/local/share/gtksourceview-4/language-specs/haskell-literate.lang +58 -0
  202. data/vendor/local/share/gtksourceview-4/language-specs/haskell.lang +227 -0
  203. data/vendor/local/share/gtksourceview-4/language-specs/haxe.lang +237 -0
  204. data/vendor/local/share/gtksourceview-4/language-specs/html.lang +286 -0
  205. data/vendor/local/share/gtksourceview-4/language-specs/idl-exelis.lang +619 -0
  206. data/vendor/local/share/gtksourceview-4/language-specs/idl.lang +153 -0
  207. data/vendor/local/share/gtksourceview-4/language-specs/imagej.lang +783 -0
  208. data/vendor/local/share/gtksourceview-4/language-specs/ini.lang +94 -0
  209. data/vendor/local/share/gtksourceview-4/language-specs/j.lang +239 -0
  210. data/vendor/local/share/gtksourceview-4/language-specs/jade.lang +248 -0
  211. data/vendor/local/share/gtksourceview-4/language-specs/java.lang +188 -0
  212. data/vendor/local/share/gtksourceview-4/language-specs/javascript.lang +354 -0
  213. data/vendor/local/share/gtksourceview-4/language-specs/json.lang +124 -0
  214. data/vendor/local/share/gtksourceview-4/language-specs/julia.lang +376 -0
  215. data/vendor/local/share/gtksourceview-4/language-specs/kotlin.lang +389 -0
  216. data/vendor/local/share/gtksourceview-4/language-specs/language.dtd +72 -0
  217. data/vendor/local/share/gtksourceview-4/language-specs/language.rng +372 -0
  218. data/vendor/local/share/gtksourceview-4/language-specs/language2.rng +481 -0
  219. data/vendor/local/share/gtksourceview-4/language-specs/latex.lang +636 -0
  220. data/vendor/local/share/gtksourceview-4/language-specs/less.lang +793 -0
  221. data/vendor/local/share/gtksourceview-4/language-specs/lex.lang +208 -0
  222. data/vendor/local/share/gtksourceview-4/language-specs/libtool.lang +55 -0
  223. data/vendor/local/share/gtksourceview-4/language-specs/llvm.lang +314 -0
  224. data/vendor/local/share/gtksourceview-4/language-specs/logcat.lang +107 -0
  225. data/vendor/local/share/gtksourceview-4/language-specs/lua.lang +301 -0
  226. data/vendor/local/share/gtksourceview-4/language-specs/m4.lang +1374 -0
  227. data/vendor/local/share/gtksourceview-4/language-specs/makefile.lang +190 -0
  228. data/vendor/local/share/gtksourceview-4/language-specs/mallard.lang +123 -0
  229. data/vendor/local/share/gtksourceview-4/language-specs/markdown.lang +401 -0
  230. data/vendor/local/share/gtksourceview-4/language-specs/matlab.lang +148 -0
  231. data/vendor/local/share/gtksourceview-4/language-specs/maxima.lang +1864 -0
  232. data/vendor/local/share/gtksourceview-4/language-specs/mediawiki.lang +326 -0
  233. data/vendor/local/share/gtksourceview-4/language-specs/meson.lang +132 -0
  234. data/vendor/local/share/gtksourceview-4/language-specs/modelica.lang +261 -0
  235. data/vendor/local/share/gtksourceview-4/language-specs/mxml.lang +64 -0
  236. data/vendor/local/share/gtksourceview-4/language-specs/nemerle.lang +262 -0
  237. data/vendor/local/share/gtksourceview-4/language-specs/netrexx.lang +318 -0
  238. data/vendor/local/share/gtksourceview-4/language-specs/nsis.lang +87 -0
  239. data/vendor/local/share/gtksourceview-4/language-specs/objc.lang +119 -0
  240. data/vendor/local/share/gtksourceview-4/language-specs/objj.lang +127 -0
  241. data/vendor/local/share/gtksourceview-4/language-specs/ocaml.lang +301 -0
  242. data/vendor/local/share/gtksourceview-4/language-specs/ocl.lang +138 -0
  243. data/vendor/local/share/gtksourceview-4/language-specs/octave.lang +1757 -0
  244. data/vendor/local/share/gtksourceview-4/language-specs/ooc.lang +264 -0
  245. data/vendor/local/share/gtksourceview-4/language-specs/opal.lang +342 -0
  246. data/vendor/local/share/gtksourceview-4/language-specs/opencl.lang +599 -0
  247. data/vendor/local/share/gtksourceview-4/language-specs/pascal.lang +267 -0
  248. data/vendor/local/share/gtksourceview-4/language-specs/perl.lang +1044 -0
  249. data/vendor/local/share/gtksourceview-4/language-specs/php.lang +362 -0
  250. data/vendor/local/share/gtksourceview-4/language-specs/pig.lang +292 -0
  251. data/vendor/local/share/gtksourceview-4/language-specs/pkgconfig.lang +61 -0
  252. data/vendor/local/share/gtksourceview-4/language-specs/po.lang +93 -0
  253. data/vendor/local/share/gtksourceview-4/language-specs/prolog.lang +248 -0
  254. data/vendor/local/share/gtksourceview-4/language-specs/protobuf.lang +134 -0
  255. data/vendor/local/share/gtksourceview-4/language-specs/puppet.lang +696 -0
  256. data/vendor/local/share/gtksourceview-4/language-specs/python.lang +475 -0
  257. data/vendor/local/share/gtksourceview-4/language-specs/python3.lang +198 -0
  258. data/vendor/local/share/gtksourceview-4/language-specs/rpmspec.lang +215 -0
  259. data/vendor/local/share/gtksourceview-4/language-specs/rst.lang +141 -0
  260. data/vendor/local/share/gtksourceview-4/language-specs/ruby.lang +748 -0
  261. data/vendor/local/share/gtksourceview-4/language-specs/rust.lang +334 -0
  262. data/vendor/local/share/gtksourceview-4/language-specs/scala.lang +383 -0
  263. data/vendor/local/share/gtksourceview-4/language-specs/scheme.lang +301 -0
  264. data/vendor/local/share/gtksourceview-4/language-specs/scilab.lang +208 -0
  265. data/vendor/local/share/gtksourceview-4/language-specs/scss.lang +878 -0
  266. data/vendor/local/share/gtksourceview-4/language-specs/sh.lang +516 -0
  267. data/vendor/local/share/gtksourceview-4/language-specs/sml.lang +200 -0
  268. data/vendor/local/share/gtksourceview-4/language-specs/sparql.lang +451 -0
  269. data/vendor/local/share/gtksourceview-4/language-specs/sql.lang +617 -0
  270. data/vendor/local/share/gtksourceview-4/language-specs/sweave.lang +66 -0
  271. data/vendor/local/share/gtksourceview-4/language-specs/swift.lang +440 -0
  272. data/vendor/local/share/gtksourceview-4/language-specs/systemverilog.lang +262 -0
  273. data/vendor/local/share/gtksourceview-4/language-specs/t2t.lang +149 -0
  274. data/vendor/local/share/gtksourceview-4/language-specs/tcl.lang +145 -0
  275. data/vendor/local/share/gtksourceview-4/language-specs/tera.lang +142 -0
  276. data/vendor/local/share/gtksourceview-4/language-specs/texinfo.lang +447 -0
  277. data/vendor/local/share/gtksourceview-4/language-specs/thrift.lang +266 -0
  278. data/vendor/local/share/gtksourceview-4/language-specs/toml.lang +282 -0
  279. data/vendor/local/share/gtksourceview-4/language-specs/vala.lang +411 -0
  280. data/vendor/local/share/gtksourceview-4/language-specs/vbnet.lang +247 -0
  281. data/vendor/local/share/gtksourceview-4/language-specs/verilog.lang +475 -0
  282. data/vendor/local/share/gtksourceview-4/language-specs/vhdl.lang +247 -0
  283. data/vendor/local/share/gtksourceview-4/language-specs/xml.lang +219 -0
  284. data/vendor/local/share/gtksourceview-4/language-specs/xslt.lang +120 -0
  285. data/vendor/local/share/gtksourceview-4/language-specs/yacc.lang +176 -0
  286. data/vendor/local/share/gtksourceview-4/language-specs/yaml.lang +213 -0
  287. data/vendor/local/share/gtksourceview-4/styles/classic.xml +122 -0
  288. data/vendor/local/share/gtksourceview-4/styles/cobalt.xml +150 -0
  289. data/vendor/local/share/gtksourceview-4/styles/kate.xml +171 -0
  290. data/vendor/local/share/gtksourceview-4/styles/oblivion.xml +133 -0
  291. data/vendor/local/share/gtksourceview-4/styles/solarized-dark.xml +103 -0
  292. data/vendor/local/share/gtksourceview-4/styles/solarized-light.xml +102 -0
  293. data/vendor/local/share/gtksourceview-4/styles/styles.rng +139 -0
  294. data/vendor/local/share/gtksourceview-4/styles/tango.xml +130 -0
  295. data/vendor/local/share/license/gtksourceview/AUTHORS +15 -0
  296. data/vendor/local/share/license/gtksourceview/COPYING +504 -0
  297. data/vendor/local/share/locale/ar/LC_MESSAGES/gtksourceview-4.mo +0 -0
  298. data/vendor/local/share/locale/as/LC_MESSAGES/gtksourceview-4.mo +0 -0
  299. data/vendor/local/share/locale/ast/LC_MESSAGES/gtksourceview-4.mo +0 -0
  300. data/vendor/local/share/locale/az/LC_MESSAGES/gtksourceview-4.mo +0 -0
  301. data/vendor/local/share/locale/be/LC_MESSAGES/gtksourceview-4.mo +0 -0
  302. data/vendor/local/share/locale/bg/LC_MESSAGES/gtksourceview-4.mo +0 -0
  303. data/vendor/local/share/locale/bn/LC_MESSAGES/gtksourceview-4.mo +0 -0
  304. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtksourceview-4.mo +0 -0
  305. data/vendor/local/share/locale/bs/LC_MESSAGES/gtksourceview-4.mo +0 -0
  306. data/vendor/local/share/locale/ca/LC_MESSAGES/gtksourceview-4.mo +0 -0
  307. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtksourceview-4.mo +0 -0
  308. data/vendor/local/share/locale/cs/LC_MESSAGES/gtksourceview-4.mo +0 -0
  309. data/vendor/local/share/locale/cy/LC_MESSAGES/gtksourceview-4.mo +0 -0
  310. data/vendor/local/share/locale/da/LC_MESSAGES/gtksourceview-4.mo +0 -0
  311. data/vendor/local/share/locale/de/LC_MESSAGES/gtksourceview-4.mo +0 -0
  312. data/vendor/local/share/locale/dz/LC_MESSAGES/gtksourceview-4.mo +0 -0
  313. data/vendor/local/share/locale/el/LC_MESSAGES/gtksourceview-4.mo +0 -0
  314. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtksourceview-4.mo +0 -0
  315. data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtksourceview-4.mo +0 -0
  316. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtksourceview-4.mo +0 -0
  317. data/vendor/local/share/locale/eo/LC_MESSAGES/gtksourceview-4.mo +0 -0
  318. data/vendor/local/share/locale/es/LC_MESSAGES/gtksourceview-4.mo +0 -0
  319. data/vendor/local/share/locale/et/LC_MESSAGES/gtksourceview-4.mo +0 -0
  320. data/vendor/local/share/locale/eu/LC_MESSAGES/gtksourceview-4.mo +0 -0
  321. data/vendor/local/share/locale/fa/LC_MESSAGES/gtksourceview-4.mo +0 -0
  322. data/vendor/local/share/locale/fi/LC_MESSAGES/gtksourceview-4.mo +0 -0
  323. data/vendor/local/share/locale/fr/LC_MESSAGES/gtksourceview-4.mo +0 -0
  324. data/vendor/local/share/locale/fur/LC_MESSAGES/gtksourceview-4.mo +0 -0
  325. data/vendor/local/share/locale/ga/LC_MESSAGES/gtksourceview-4.mo +0 -0
  326. data/vendor/local/share/locale/gl/LC_MESSAGES/gtksourceview-4.mo +0 -0
  327. data/vendor/local/share/locale/gu/LC_MESSAGES/gtksourceview-4.mo +0 -0
  328. data/vendor/local/share/locale/he/LC_MESSAGES/gtksourceview-4.mo +0 -0
  329. data/vendor/local/share/locale/hi/LC_MESSAGES/gtksourceview-4.mo +0 -0
  330. data/vendor/local/share/locale/hr/LC_MESSAGES/gtksourceview-4.mo +0 -0
  331. data/vendor/local/share/locale/hu/LC_MESSAGES/gtksourceview-4.mo +0 -0
  332. data/vendor/local/share/locale/id/LC_MESSAGES/gtksourceview-4.mo +0 -0
  333. data/vendor/local/share/locale/it/LC_MESSAGES/gtksourceview-4.mo +0 -0
  334. data/vendor/local/share/locale/ja/LC_MESSAGES/gtksourceview-4.mo +0 -0
  335. data/vendor/local/share/locale/kk/LC_MESSAGES/gtksourceview-4.mo +0 -0
  336. data/vendor/local/share/locale/kn/LC_MESSAGES/gtksourceview-4.mo +0 -0
  337. data/vendor/local/share/locale/ko/LC_MESSAGES/gtksourceview-4.mo +0 -0
  338. data/vendor/local/share/locale/lt/LC_MESSAGES/gtksourceview-4.mo +0 -0
  339. data/vendor/local/share/locale/lv/LC_MESSAGES/gtksourceview-4.mo +0 -0
  340. data/vendor/local/share/locale/mai/LC_MESSAGES/gtksourceview-4.mo +0 -0
  341. data/vendor/local/share/locale/mg/LC_MESSAGES/gtksourceview-4.mo +0 -0
  342. data/vendor/local/share/locale/mk/LC_MESSAGES/gtksourceview-4.mo +0 -0
  343. data/vendor/local/share/locale/ml/LC_MESSAGES/gtksourceview-4.mo +0 -0
  344. data/vendor/local/share/locale/mn/LC_MESSAGES/gtksourceview-4.mo +0 -0
  345. data/vendor/local/share/locale/mr/LC_MESSAGES/gtksourceview-4.mo +0 -0
  346. data/vendor/local/share/locale/ms/LC_MESSAGES/gtksourceview-4.mo +0 -0
  347. data/vendor/local/share/locale/nb/LC_MESSAGES/gtksourceview-4.mo +0 -0
  348. data/vendor/local/share/locale/ne/LC_MESSAGES/gtksourceview-4.mo +0 -0
  349. data/vendor/local/share/locale/nl/LC_MESSAGES/gtksourceview-4.mo +0 -0
  350. data/vendor/local/share/locale/nn/LC_MESSAGES/gtksourceview-4.mo +0 -0
  351. data/vendor/local/share/locale/oc/LC_MESSAGES/gtksourceview-4.mo +0 -0
  352. data/vendor/local/share/locale/or/LC_MESSAGES/gtksourceview-4.mo +0 -0
  353. data/vendor/local/share/locale/pa/LC_MESSAGES/gtksourceview-4.mo +0 -0
  354. data/vendor/local/share/locale/pl/LC_MESSAGES/gtksourceview-4.mo +0 -0
  355. data/vendor/local/share/locale/pt/LC_MESSAGES/gtksourceview-4.mo +0 -0
  356. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtksourceview-4.mo +0 -0
  357. data/vendor/local/share/locale/ro/LC_MESSAGES/gtksourceview-4.mo +0 -0
  358. data/vendor/local/share/locale/ru/LC_MESSAGES/gtksourceview-4.mo +0 -0
  359. data/vendor/local/share/locale/rw/LC_MESSAGES/gtksourceview-4.mo +0 -0
  360. data/vendor/local/share/locale/si/LC_MESSAGES/gtksourceview-4.mo +0 -0
  361. data/vendor/local/share/locale/sk/LC_MESSAGES/gtksourceview-4.mo +0 -0
  362. data/vendor/local/share/locale/sl/LC_MESSAGES/gtksourceview-4.mo +0 -0
  363. data/vendor/local/share/locale/sq/LC_MESSAGES/gtksourceview-4.mo +0 -0
  364. data/vendor/local/share/locale/sr/LC_MESSAGES/gtksourceview-4.mo +0 -0
  365. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtksourceview-4.mo +0 -0
  366. data/vendor/local/share/locale/sv/LC_MESSAGES/gtksourceview-4.mo +0 -0
  367. data/vendor/local/share/locale/ta/LC_MESSAGES/gtksourceview-4.mo +0 -0
  368. data/vendor/local/share/locale/te/LC_MESSAGES/gtksourceview-4.mo +0 -0
  369. data/vendor/local/share/locale/tg/LC_MESSAGES/gtksourceview-4.mo +0 -0
  370. data/vendor/local/share/locale/th/LC_MESSAGES/gtksourceview-4.mo +0 -0
  371. data/vendor/local/share/locale/tr/LC_MESSAGES/gtksourceview-4.mo +0 -0
  372. data/vendor/local/share/locale/ug/LC_MESSAGES/gtksourceview-4.mo +0 -0
  373. data/vendor/local/share/locale/uk/LC_MESSAGES/gtksourceview-4.mo +0 -0
  374. data/vendor/local/share/locale/vi/LC_MESSAGES/gtksourceview-4.mo +0 -0
  375. data/vendor/local/share/locale/xh/LC_MESSAGES/gtksourceview-4.mo +0 -0
  376. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtksourceview-4.mo +0 -0
  377. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtksourceview-4.mo +0 -0
  378. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtksourceview-4.mo +0 -0
  379. metadata +437 -0
@@ -0,0 +1,231 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+
4
+ This file is part of GtkSourceView
5
+
6
+ Authors: Jesse van den Kieboom <jessevdk@gnome.org>
7
+ Copyright (C) 2010 Jesse van den Kieboom <jessevdk@gnome.org>
8
+
9
+ GtkSourceView is free software; you can redistribute it and/or
10
+ modify it under the terms of the GNU Lesser General Public
11
+ License as published by the Free Software Foundation; either
12
+ version 2.1 of the License, or (at your option) any later version.
13
+
14
+ GtkSourceView is distributed in the hope that it will be useful,
15
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
+ Lesser General Public License for more details.
18
+
19
+ You should have received a copy of the GNU Lesser General Public License
20
+ along with this library; if not, see <http://www.gnu.org/licenses/>.
21
+
22
+ -->
23
+ <language id="cg" _name="CG Shader Language" version="2.0" _section="Source">
24
+ <metadata>
25
+ <property name="globs">*.cg</property>
26
+ <property name="line-comment-start">//</property>
27
+ <property name="block-comment-start">/*</property>
28
+ <property name="block-comment-end">*/</property>
29
+ </metadata>
30
+
31
+ <styles>
32
+ <style id="comment" name="Comment" map-to="def:comment"/>
33
+ <style id="error" name="Error" map-to="def:error"/>
34
+ <style id="preprocessor" name="Preprocessor" map-to="def:preprocessor"/>
35
+ <style id="bindings" name="Bindings" map-to="def:special-constant"/>
36
+ <style id="included-file" name="Included File" map-to="def:string"/>
37
+ <style id="keyword" name="Keyword" map-to="def:keyword"/>
38
+ <style id="type" name="Data Type" map-to="def:type"/>
39
+ <style id="storage-class" name="Storage Class" map-to="def:builtin"/>
40
+ <style id="escaped-character" name="Escaped Character" map-to="def:special-char"/>
41
+ <style id="floating-point" name="Floating point number" map-to="def:floating-point"/>
42
+ <style id="decimal" name="Decimal number" map-to="def:decimal"/>
43
+ <style id="octal" name="Octal number" map-to="def:base-n-integer"/>
44
+ <style id="hexadecimal" name="Hexadecimal number" map-to="def:base-n-integer"/>
45
+ <style id="boolean" name="Boolean value" map-to="def:boolean"/>
46
+ <style id="swizzle" name="Swizzle operator" map-to="def:operator"/>
47
+ <style id="function" name="Function" map-to="def:function"/>
48
+ <style id="builtin" name="Builtin" map-to="def:preprocessor"/>
49
+ </styles>
50
+
51
+ <definitions>
52
+ <!-- http://en.wikipedia.org/wiki/C_syntax#Strings -->
53
+ <define-regex id="escaped-character" extended="true">
54
+ \\( # leading backslash
55
+ [\\\"\'nrtfav\?e] | # escaped character
56
+ [0-7]{1,3} | # one, two, or three octal digits
57
+ x[0-9A-Fa-f]{0,2} # 'x' followed by zero, one, or two hex digits
58
+ )
59
+ </define-regex>
60
+
61
+ <context id="cg" class="no-spell-check">
62
+ <include>
63
+ <!-- Comments -->
64
+ <context id="comment" style-ref="comment" end-at-line-end="true" class="comment" class-disabled="no-spell-check">
65
+ <start>//</start>
66
+ <include>
67
+ <context ref="def:in-line-comment"/>
68
+ </include>
69
+ </context>
70
+
71
+ <context id="comment-multiline" style-ref="comment" class="comment" class-disabled="no-spell-check">
72
+ <start>/\*</start>
73
+ <end>\*/</end>
74
+ <include>
75
+ <context ref="def:in-comment"/>
76
+ </include>
77
+ </context>
78
+
79
+ <context id="close-comment-outside-comment" style-ref="error">
80
+ <match>\*/(?!\*)</match>
81
+ </context>
82
+
83
+ <!-- Preprocessor -->
84
+ <define-regex id="preproc-start">^\s*#\s*</define-regex>
85
+
86
+ <context id="include" style-ref="preprocessor">
87
+ <match extended="true">
88
+ \%{preproc-start}
89
+ (include|import)\s*
90
+ (".*?"|&lt;.*&gt;)
91
+ </match>
92
+ <include>
93
+ <context id="included-file" sub-pattern="2" style-ref="included-file"/>
94
+ </include>
95
+ </context>
96
+
97
+ <!-- http://www.lysator.liu.se/c/ANSI-C-grammar-l.html -->
98
+ <context id="float" style-ref="floating-point">
99
+ <match extended="true">
100
+ (?&lt;![\w\.])
101
+ ((\.[0-9]+ | [0-9]+\.[0-9]*) ([Ee][+-]?[0-9]*)? |
102
+ ([0-9]+[Ee][+-]?[0-9]*))
103
+ [fFlL]?
104
+ (?![\w\.])
105
+ </match>
106
+ </context>
107
+
108
+ <context id="hexadecimal" style-ref="hexadecimal">
109
+ <match extended="true">
110
+ (?&lt;![\w\.])
111
+ 0[xX][a-fA-F0-9]+[uUlL]*
112
+ (?![\w\.])
113
+ </match>
114
+ </context>
115
+
116
+ <context id="octal" style-ref="octal">
117
+ <match extended="true">
118
+ (?&lt;![\w\.])
119
+ 0[0-7]+[uUlL]*
120
+ (?![\w\.])
121
+ </match>
122
+ </context>
123
+
124
+ <context id="decimal" style-ref="decimal">
125
+ <match extended="true">
126
+ (?&lt;![\w\.])
127
+ [0-9]+[uUlL]*
128
+ (?![\w\.])
129
+ </match>
130
+ </context>
131
+
132
+ <!-- Keywords -->
133
+ <context id="keywords" style-ref="keyword">
134
+ <keyword>break</keyword>
135
+ <keyword>case</keyword>
136
+ <keyword>continue</keyword>
137
+ <keyword>default</keyword>
138
+ <keyword>else</keyword>
139
+ <keyword>for</keyword>
140
+ <keyword>if</keyword>
141
+ <keyword>return</keyword>
142
+ <keyword>struct</keyword>
143
+ <keyword>switch</keyword>
144
+ <keyword>while</keyword>
145
+ </context>
146
+
147
+ <context id="types" style-ref="type">
148
+ <keyword>bool</keyword>
149
+ <keyword>float</keyword>
150
+ <keyword>float2</keyword>
151
+ <keyword>float3</keyword>
152
+ <keyword>float4</keyword>
153
+ <keyword>float2x2</keyword>
154
+ <keyword>float3x3</keyword>
155
+ <keyword>float4x4</keyword>
156
+ <keyword>int</keyword>
157
+ <keyword>half</keyword>
158
+ <keyword>fixed</keyword>
159
+ <keyword>void</keyword>
160
+ <keyword>sampler1D</keyword>
161
+ <keyword>sampler2D</keyword>
162
+ <keyword>sampler3D</keyword>
163
+ <keyword>samplerRECT</keyword>
164
+ <keyword>samplerCUBE</keyword>
165
+ </context>
166
+
167
+ <context id="storage-class" style-ref="storage-class">
168
+ <keyword>uniform</keyword>
169
+ <keyword>out</keyword>
170
+ <keyword>inout</keyword>
171
+ <keyword>in</keyword>
172
+ <keyword>varying</keyword>
173
+ </context>
174
+
175
+ <context id="bindings" style-ref="bindings">
176
+ <keyword>POSITION</keyword>
177
+ <keyword>NORMAL</keyword>
178
+ </context>
179
+
180
+ <context id="color-bindings" style-ref="bindings">
181
+ <match extended="true">COLOR[0-3]?</match>
182
+ </context>
183
+
184
+ <context id="texunit-bindings" style-ref="bindings">
185
+ <match extended="true">TEXUNIT([0-9]|1[0-5])?</match>
186
+ </context>
187
+
188
+ <context id="texcoord-bindings" style-ref="bindings">
189
+ <match extended="true">TEXCOORD[0-7]?</match>
190
+ </context>
191
+
192
+ <context id="swizzle">
193
+ <match extended="true">\.([xyzw]+|[rgba]+)</match>
194
+ <include>
195
+ <context id="swizzle-operator" sub-pattern="1" style-ref="swizzle"/>
196
+ </include>
197
+ </context>
198
+
199
+ <!-- C99 booleans -->
200
+ <context id="boolean" style-ref="boolean">
201
+ <keyword>true</keyword>
202
+ <keyword>false</keyword>
203
+ </context>
204
+
205
+ <context id="builtin">
206
+ <match extended="true">
207
+ (mul|lit|lerp|saturate|abs|cos|acos|sin|asin|tan|atan|all|any|ceil|clamp|
208
+ cosh|cross|degress|determinant|dot|exp|exp2|floor|fmod|frac|frexp|isfinite|
209
+ isinf|isnan|ldexp|log|log2|log10|max|min|modf|noise|pow|radians|round|
210
+ rsqrt|sign|sincos|sinh|smoothstep|step|sqrt|tanh|transpose|distance|
211
+ faceforward|length|normalize|reflect|refract|tex1D|tex2D|tex3D|
212
+ tex1Dproj|tex2Dproj|tex3Dproj|texRECT|texRECTproj|texCUBE|texCUBEproj|
213
+ ddx|ddy|debug)\s*\(
214
+ </match>
215
+ <include>
216
+ <context id="builtin-name" sub-pattern="1" style-ref="builtin"/>
217
+ </include>
218
+ </context>
219
+
220
+ <context id="function">
221
+ <match extended="true">
222
+ ([a-zA-Z_][a-zA-Z_0-9]*)\s*\(
223
+ </match>
224
+ <include>
225
+ <context id="function-name" sub-pattern="1" style-ref="function"/>
226
+ </include>
227
+ </context>
228
+ </include>
229
+ </context>
230
+ </definitions>
231
+ </language>
@@ -0,0 +1,91 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+
4
+ This file is part of GtkSourceView
5
+
6
+ Authors: Jacob Ilsø Christensen, Paolo Borelli
7
+ Copyright (C) 2005 Jacob Ilsø Christensen <jacobilsoe@gmail.com>
8
+ Copyright (C) 2005 Paolo Borelli <pborelli@katamail.com>
9
+
10
+ GtkSourceView is free software; you can redistribute it and/or
11
+ modify it under the terms of the GNU Lesser General Public
12
+ License as published by the Free Software Foundation; either
13
+ version 2.1 of the License, or (at your option) any later version.
14
+
15
+ GtkSourceView is distributed in the hope that it will be useful,
16
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
17
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18
+ Lesser General Public License for more details.
19
+
20
+ You should have received a copy of the GNU Lesser General Public License
21
+ along with this library; if not, see <http://www.gnu.org/licenses/>.
22
+
23
+ -->
24
+ <language id="changelog" name="ChangeLog" version="2.0" _section="Other">
25
+
26
+ <metadata>
27
+ <property name="mimetypes">text/x-changelog</property>
28
+ <property name="globs">ChangeLog*</property>
29
+ </metadata>
30
+
31
+ <styles>
32
+ <style id="date" name="Date" map-to="def:number"/>
33
+ <style id="name" name="Name" map-to="def:statement"/>
34
+ <style id="email" name="E-mail address" map-to="def:identifier"/>
35
+ <style id="file" name="File" map-to="def:comment"/>
36
+ <style id="bullet" name="Bullet" map-to="def:type"/>
37
+ <style id="function" name="Function" map-to="def:function"/>
38
+ <style id="release" name="Release" map-to="def:statement"/>
39
+ </styles>
40
+
41
+ <definitions>
42
+ <define-regex id="identifier">[A-Za-z_][A-Za-z0-9_]*</define-regex>
43
+ <define-regex id="weekday">Mon|Tue|Wed|Thu|Fri|Sat|Sun</define-regex>
44
+ <define-regex id="month">Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec</define-regex>
45
+
46
+ <define-regex id="date" extended="true">
47
+ \%{weekday}\s+\%{month}\s+\d{1,2}\s+(\d{1,2}:\d{1,2}:\d{1,2}\s+)?([aApP][mM]\s+)?(\w{3}\s+)?\d{4} | # Wed Jun 27 13:27:21 2007
48
+ \d{4}-\d{2}-\d{2} # 2007-06-28
49
+ </define-regex>
50
+
51
+ <context id="changelog">
52
+ <include>
53
+
54
+ <context id="date-and-stuff" class="no-spell-check">
55
+ <!-- FIXME: how to match date here? The date and name line is
56
+ something like (DATE) (NAME) <EMAIL>, where DATE and NAME may
57
+ be quite arbitrary. -->
58
+ <match extended="true">
59
+ ^(?P&lt;date&gt;\%{date})\s+
60
+ (?P&lt;name&gt;.*)\s*
61
+ (?P&lt;email&gt;\&lt;[^\&lt;]+\&gt;)\s*$
62
+ </match>
63
+ <include>
64
+ <context sub-pattern="date" style-ref="date"/>
65
+ <context sub-pattern="name" style-ref="name"/>
66
+ <context sub-pattern="email" style-ref="email"/>
67
+ </include>
68
+ </context>
69
+
70
+ <context id="release" style-ref="release" class="no-spell-check">
71
+ <match>^\s*\=.*\=\s*$</match>
72
+ </context>
73
+
74
+ <context id="file" style-ref="file" class="no-spell-check">
75
+ <start>^\s+(\*)</start>
76
+ <!-- end at blank lines if there's no colon -->
77
+ <end>\:|^(?!\S)</end>
78
+ <include>
79
+ <context sub-pattern="1" where="start" style-ref="bullet"/>
80
+ </include>
81
+ </context>
82
+
83
+ <context id="function" style-ref="function" class="no-spell-check">
84
+ <match>\(\s*\%{identifier}\s*\)</match>
85
+ </context>
86
+
87
+ </include>
88
+ </context>
89
+ </definitions>
90
+
91
+ </language>
@@ -0,0 +1,50 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+
4
+ This file is part of GtkSourceView
5
+
6
+ Authors: Marco Barisione, Emanuele Aina
7
+ Copyright (C) 2005-2007 Marco Barisione <barisione@gmail.com>
8
+ Copyright (C) 2005-2007 Emanuele Aina
9
+
10
+ GtkSourceView is free software; you can redistribute it and/or
11
+ modify it under the terms of the GNU Lesser General Public
12
+ License as published by the Free Software Foundation; either
13
+ version 2.1 of the License, or (at your option) any later version.
14
+
15
+ GtkSourceView is distributed in the hope that it will be useful,
16
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
17
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18
+ Lesser General Public License for more details.
19
+
20
+ You should have received a copy of the GNU Lesser General Public License
21
+ along with this library; if not, see <http://www.gnu.org/licenses/>.
22
+
23
+ -->
24
+ <language id="chdr" _name="C/ObjC Header" version="2.0" _section="Source">
25
+ <metadata>
26
+ <property name="mimetypes">text/x-chdr</property>
27
+ <property name="globs">*.h</property>
28
+ <property name="line-comment-start">//</property>
29
+ <property name="block-comment-start">/*</property>
30
+ <property name="block-comment-end">*/</property>
31
+ </metadata>
32
+
33
+ <!--
34
+ We include C++ and ObjC contexts since the .h extension
35
+ is also used for those languages. If you use .hh
36
+ or similar, we will use cpphdr.lang which is
37
+ basically the same thing, but having a separate lang file
38
+ allows a program to apply a language specific behavior,
39
+ for instance a different style for C++ headers.
40
+ -->
41
+ <definitions>
42
+ <context id="chdr">
43
+ <include>
44
+ <context ref="objc:objc-header"/>
45
+ <context ref="cpp:cpp-proper"/>
46
+ <context ref="c:c"/>
47
+ </include>
48
+ </context>
49
+ </definitions>
50
+ </language>
@@ -0,0 +1,817 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+
4
+ This file is part of GtkSourceView
5
+
6
+ Author: Yevgen Muntyan <muntyan@tamu.edu>
7
+ Copyright (C) 2008 Yevgen Muntyan
8
+
9
+ GtkSourceView is free software; you can redistribute it and/or
10
+ modify it under the terms of the GNU Lesser General Public
11
+ License as published by the Free Software Foundation; either
12
+ version 2.1 of the License, or (at your option) any later version.
13
+
14
+ GtkSourceView is distributed in the hope that it will be useful,
15
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
+ Lesser General Public License for more details.
18
+
19
+ You should have received a copy of the GNU Lesser General Public License
20
+ along with this library; if not, see <http://www.gnu.org/licenses/>.
21
+
22
+ -->
23
+ <language id="cmake" name="CMake" version="2.0" _section="Other">
24
+ <metadata>
25
+ <property name="globs">CMakeLists.txt;*.cmake;*.cmake.in;*.ctest;*.ctest.in</property>
26
+ <property name="line-comment-start">#</property>
27
+ <property name="block-comment-start">#[[</property>
28
+ <property name="block-comment-end">]]</property>
29
+ </metadata>
30
+
31
+ <styles>
32
+ <style id="builtin-command" name="Builtin Command" map-to="def:function"/>
33
+ <style id="deprecated-builtin-command" name="Deprecated Builtin Command" map-to="def:warning"/>
34
+ <style id="builtin-variable" name="Builtin Variable" map-to="def:builtin"/>
35
+ <style id="constant" name="Constant" map-to="def:constant"/>
36
+ <style id="operator" name="Operator" map-to="def:operator"/>
37
+ <style id="control" name="Control Keyword" map-to="def:keyword"/>
38
+ <style id="variable" name="Variable" map-to="makefile:variable"/>
39
+ <style id="quoted-argument" name="Quoted Argument" map-to="def:string"/>
40
+ <style id="bracket-argument" name="Bracket Argument" map-to="def:string"/>
41
+ <style id="legacy-syntax" name="Legacy Syntax" map-to="def:warning"/>
42
+ </styles>
43
+
44
+ <definitions>
45
+
46
+ <context id="builtin-command" style-ref="builtin-command">
47
+ <prefix>(?i)\b</prefix> <!-- case insensitive -->
48
+ <keyword>ADD_COMPILE_OPTIONS</keyword>
49
+ <keyword>ADD_CUSTOM_COMMAND</keyword>
50
+ <keyword>ADD_CUSTOM_TARGET</keyword>
51
+ <keyword>ADD_DEFINITIONS</keyword>
52
+ <keyword>ADD_DEPENDENCIES</keyword>
53
+ <keyword>ADD_EXECUTABLE</keyword>
54
+ <keyword>ADD_LIBRARY</keyword>
55
+ <keyword>ADD_SUBDIRECTORY</keyword>
56
+ <keyword>ADD_TEST</keyword>
57
+ <keyword>AUX_SOURCE_DIRECTORY</keyword>
58
+ <keyword>BUILD_COMMAND</keyword>
59
+ <keyword>CMAKE_HOST_SYSTEM_INFORMATION</keyword>
60
+ <keyword>CMAKE_MINIMUM_REQUIRED</keyword>
61
+ <keyword>CMAKE_PARSE_ARGUMENTS</keyword>
62
+ <keyword>CMAKE_POLICY</keyword>
63
+ <keyword>CONFIGURE_FILE</keyword>
64
+ <keyword>CREATE_TEST_SOURCELIST</keyword>
65
+ <keyword>CTEST_BUILD</keyword>
66
+ <keyword>CTEST_CONFIGURE</keyword>
67
+ <keyword>CTEST_COVERAGE</keyword>
68
+ <keyword>CTEST_EMPTY_BINARY_DIRECTORY</keyword>
69
+ <keyword>CTEST_MEMCHECK</keyword>
70
+ <keyword>CTEST_READ_CUSTOM_FILES</keyword>
71
+ <keyword>CTEST_RUN_SCRIPT</keyword>
72
+ <keyword>CTEST_SLEEP</keyword>
73
+ <keyword>CTEST_START</keyword>
74
+ <keyword>CTEST_SUBMIT</keyword>
75
+ <keyword>CTEST_TEST</keyword>
76
+ <keyword>CTEST_UPDATE</keyword>
77
+ <keyword>CTEST_UPLOAD</keyword>
78
+ <keyword>DEFINE_PROPERTY</keyword>
79
+ <keyword>ENABLE_LANGUAGE</keyword>
80
+ <keyword>ENABLE_TESTING</keyword>
81
+ <keyword>EXECUTE_PROCESS</keyword>
82
+ <keyword>EXPORT</keyword>
83
+ <keyword>FILE</keyword>
84
+ <keyword>FIND_FILE</keyword>
85
+ <keyword>FIND_LIBRARY</keyword>
86
+ <keyword>FIND_PACKAGE</keyword>
87
+ <keyword>FIND_PATH</keyword>
88
+ <keyword>FIND_PROGRAM</keyword>
89
+ <keyword>FLTK_WRAP_UI</keyword>
90
+ <keyword>GET_CMAKE_PROPERTY</keyword>
91
+ <keyword>GET_DIRECTORY_PROPERTY</keyword>
92
+ <keyword>GET_FILENAME_COMPONENT</keyword>
93
+ <keyword>GET_PROPERTY</keyword>
94
+ <keyword>GET_SOURCE_FILE_PROPERTY</keyword>
95
+ <keyword>GET_TARGET_PROPERTY</keyword>
96
+ <keyword>GET_TEST_PROPERTY</keyword>
97
+ <keyword>INCLUDE</keyword>
98
+ <keyword>INCLUDE_DIRECTORIES</keyword>
99
+ <keyword>INCLUDE_EXTERNAL_MSPROJECT</keyword>
100
+ <keyword>INCLUDE_GUARD</keyword>
101
+ <keyword>INCLUDE_REGULAR_EXPRESSION</keyword>
102
+ <keyword>INSTALL</keyword>
103
+ <keyword>LINK_DIRECTORIES</keyword>
104
+ <keyword>LINK_LIBRARIES</keyword>
105
+ <keyword>LIST</keyword>
106
+ <keyword>LOAD_CACHE</keyword>
107
+ <keyword>MARK_AS_ADVANCED</keyword>
108
+ <keyword>MATH</keyword>
109
+ <keyword>MESSAGE</keyword>
110
+ <keyword>OPTION</keyword>
111
+ <keyword>PROJECT</keyword>
112
+ <keyword>QT_WRAP_CPP</keyword>
113
+ <keyword>QT_WRAP_UI</keyword>
114
+ <keyword>REMOVE_DEFINITIONS</keyword>
115
+ <keyword>SEPARATE_ARGUMENTS</keyword>
116
+ <keyword>SET</keyword>
117
+ <keyword>SET_DIRECTORY_PROPERTIES</keyword>
118
+ <keyword>SET_PROPERTY</keyword>
119
+ <keyword>SET_SOURCE_FILES_PROPERTIES</keyword>
120
+ <keyword>SET_TARGET_PROPERTIES</keyword>
121
+ <keyword>SET_TESTS_PROPERTIES</keyword>
122
+ <keyword>SITE_NAME</keyword>
123
+ <keyword>SOURCE_GROUP</keyword>
124
+ <keyword>STRING</keyword>
125
+ <keyword>TARGET_COMPILE_DEFINITIONS</keyword>
126
+ <keyword>TARGET_COMPILE_FEATURES</keyword>
127
+ <keyword>TARGET_COMPILE_OPTIONS</keyword>
128
+ <keyword>TARGET_INCLUDE_DIRECTORIES</keyword>
129
+ <keyword>TARGET_LINK_LIBRARIES</keyword>
130
+ <keyword>TARGET_SOURCES</keyword>
131
+ <keyword>TRY_COMPILE</keyword>
132
+ <keyword>TRY_RUN</keyword>
133
+ <keyword>UNSET</keyword>
134
+ <keyword>VARIABLE_WATCH</keyword>
135
+ </context>
136
+
137
+ <context id="deprecated-builtin-command" style-ref="deprecated-builtin-command">
138
+ <prefix>(?i)\b</prefix> <!-- case insensitive -->
139
+ <keyword>BUILD_NAME</keyword>
140
+ <keyword>EXEC_PROGRAM</keyword>
141
+ <keyword>EXPORT_LIBRARY_DEPENDENCIES</keyword>
142
+ <keyword>INSTALL_FILES</keyword>
143
+ <keyword>INSTALL_PROGRAMS</keyword>
144
+ <keyword>INSTALL_TARGETS</keyword>
145
+ <keyword>LOAD_COMMAND</keyword>
146
+ <keyword>MAKE_DIRECTORY</keyword>
147
+ <keyword>OUTPUT_REQUIRED_FILES</keyword>
148
+ <keyword>REMOVE</keyword>
149
+ <keyword>SUBDIR_DEPENDS</keyword>
150
+ <keyword>SUBDIRS</keyword>
151
+ <keyword>USE_MANGLED_MESA</keyword>
152
+ <keyword>UTILITY_SOURCE</keyword>
153
+ <keyword>VARIABLE_REQUIRES</keyword>
154
+ <keyword>WRITE_FILE</keyword>
155
+ </context>
156
+
157
+ <context id="constant" style-ref="constant">
158
+ <prefix>(?i)\b</prefix> <!-- case insensitive -->
159
+ <keyword>FALSE</keyword>
160
+ <keyword>IGNORE</keyword>
161
+ <keyword>N</keyword>
162
+ <keyword>NO</keyword>
163
+ <keyword>(\w+-)?NOTFOUND</keyword>
164
+ <keyword>OFF</keyword>
165
+ <keyword>ON</keyword>
166
+ <keyword>TRUE</keyword>
167
+ <keyword>Y</keyword>
168
+ <keyword>YES</keyword>
169
+ </context>
170
+
171
+ <context id="builtin-variable" style-ref="builtin-variable">
172
+ <keyword>\w+_BINARY_DIR</keyword>
173
+ <keyword>\w+_SOURCE_DIR</keyword>
174
+ <keyword>\w+_VERSION</keyword>
175
+ <keyword>\w+_VERSION_MAJOR</keyword>
176
+ <keyword>\w+_VERSION_MINOR</keyword>
177
+ <keyword>\w+_VERSION_PATCH</keyword>
178
+ <keyword>\w+_VERSION_TWEAK</keyword>
179
+ <keyword>ANDROID</keyword>
180
+ <keyword>APPLE</keyword>
181
+ <keyword>BORLAND</keyword>
182
+ <keyword>BUILD_SHARED_LIBS</keyword>
183
+ <keyword>CMAKE_\w+_POSTFIX</keyword>
184
+ <keyword>CMAKE_\w+_ANDROID_TOOLCHAIN_MACHINE</keyword>
185
+ <keyword>CMAKE_\w+_ANDROID_TOOLCHAIN_PREFIX</keyword>
186
+ <keyword>CMAKE_\w+_ANDROID_TOOLCHAIN_SUFFIX</keyword>
187
+ <keyword>CMAKE_\w+_ARCHIVE_APPEND</keyword>
188
+ <keyword>CMAKE_\w+_ARCHIVE_CREATE</keyword>
189
+ <keyword>CMAKE_\w+_ARCHIVE_FINISH</keyword>
190
+ <keyword>CMAKE_\w+_CLANG_TIDY</keyword>
191
+ <keyword>CMAKE_\w+_COMPILER</keyword>
192
+ <keyword>CMAKE_\w+_COMPILER_ABI</keyword>
193
+ <keyword>CMAKE_\w+_COMPILER_AR</keyword>
194
+ <keyword>CMAKE_\w+_COMPILER_ARCHITECTURE_ID</keyword>
195
+ <keyword>CMAKE_\w+_COMPILER_EXTERNAL_TOOLCHAIN</keyword>
196
+ <keyword>CMAKE_\w+_COMPILER_ID</keyword>
197
+ <keyword>CMAKE_\w+_COMPILER_LAUNCHER</keyword>
198
+ <keyword>CMAKE_\w+_COMPILER_LOADED</keyword>
199
+ <keyword>CMAKE_\w+_COMPILER_PREDEFINES_COMMAND</keyword>
200
+ <keyword>CMAKE_\w+_COMPILER_RANLIB</keyword>
201
+ <keyword>CMAKE_\w+_COMPILER_TARGET</keyword>
202
+ <keyword>CMAKE_\w+_COMPILER_VERSION</keyword>
203
+ <keyword>CMAKE_\w+_COMPILER_VERSION_INTERNAL</keyword>
204
+ <keyword>CMAKE_\w+_COMPILE_OBJECT</keyword>
205
+ <keyword>CMAKE_\w+_CPPCHECK</keyword>
206
+ <keyword>CMAKE_\w+_CPPLINT</keyword>
207
+ <keyword>CMAKE_\w+_CREATE_SHARED_LIBRARY</keyword>
208
+ <keyword>CMAKE_\w+_CREATE_SHARED_MODULE</keyword>
209
+ <keyword>CMAKE_\w+_CREATE_STATIC_LIBRARY</keyword>
210
+ <keyword>CMAKE_\w+_FLAGS</keyword>
211
+ <keyword>CMAKE_\w+_FLAGS_DEBUG</keyword>
212
+ <keyword>CMAKE_\w+_FLAGS_DEBUG_INIT</keyword>
213
+ <keyword>CMAKE_\w+_FLAGS_INIT</keyword>
214
+ <keyword>CMAKE_\w+_FLAGS_MINSIZEREL</keyword>
215
+ <keyword>CMAKE_\w+_FLAGS_MINSIZEREL_INIT</keyword>
216
+ <keyword>CMAKE_\w+_FLAGS_RELEASE</keyword>
217
+ <keyword>CMAKE_\w+_FLAGS_RELEASE_INIT</keyword>
218
+ <keyword>CMAKE_\w+_FLAGS_RELWITHDEBINFO</keyword>
219
+ <keyword>CMAKE_\w+_FLAGS_RELWITHDEBINFO_INIT</keyword>
220
+ <keyword>CMAKE_\w+_GHS_KERNEL_FLAGS_DEBUG</keyword>
221
+ <keyword>CMAKE_\w+_GHS_KERNEL_FLAGS_MINSIZEREL</keyword>
222
+ <keyword>CMAKE_\w+_GHS_KERNEL_FLAGS_RELEASE</keyword>
223
+ <keyword>CMAKE_\w+_GHS_KERNEL_FLAGS_RELWITHDEBINFO</keyword>
224
+ <keyword>CMAKE_\w+_IGNORE_EXTENSIONS</keyword>
225
+ <keyword>CMAKE_\w+_IMPLICIT_INCLUDE_DIRECTORIES</keyword>
226
+ <keyword>CMAKE_\w+_IMPLICIT_LINK_DIRECTORIES</keyword>
227
+ <keyword>CMAKE_\w+_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES</keyword>
228
+ <keyword>CMAKE_\w+_IMPLICIT_LINK_LIBRARIES</keyword>
229
+ <keyword>CMAKE_\w+_INCLUDE_WHAT_YOU_USE</keyword>
230
+ <keyword>CMAKE_\w+_LIBRARY_ARCHITECTURE</keyword>
231
+ <keyword>CMAKE_\w+_LINKER_PREFERENCE</keyword>
232
+ <keyword>CMAKE_\w+_LINKER_PREFERENCE_PROPAGATES</keyword>
233
+ <keyword>CMAKE_\w+_LINK_EXECUTABLE</keyword>
234
+ <keyword>CMAKE_\w+_OUTPUT_EXTENSION</keyword>
235
+ <keyword>CMAKE_\w+_PLATFORM_ID</keyword>
236
+ <keyword>CMAKE_\w+_SIMULATE_ID</keyword>
237
+ <keyword>CMAKE_\w+_SIMULATE_VERSION</keyword>
238
+ <keyword>CMAKE_\w+_SIZEOF_DATA_PTR</keyword>
239
+ <keyword>CMAKE_\w+_SOURCE_FILE_EXTENSIONS</keyword>
240
+ <keyword>CMAKE_\w+_STANDARD_INCLUDE_DIRECTORIES</keyword>
241
+ <keyword>CMAKE_\w+_STANDARD_LIBRARIES</keyword>
242
+ <keyword>CMAKE_\w+_VISIBILITY_PRESET</keyword>
243
+ <keyword>CMAKE_ABSOLUTE_DESTINATION_FILES</keyword>
244
+ <keyword>CMAKE_ANDROID_ANT_ADDITIONAL_OPTIONS</keyword>
245
+ <keyword>CMAKE_ANDROID_API</keyword>
246
+ <keyword>CMAKE_ANDROID_API_MIN</keyword>
247
+ <keyword>CMAKE_ANDROID_ARCH</keyword>
248
+ <keyword>CMAKE_ANDROID_ARCH_ABI</keyword>
249
+ <keyword>CMAKE_ANDROID_ARM_MODE</keyword>
250
+ <keyword>CMAKE_ANDROID_ARM_NEON</keyword>
251
+ <keyword>CMAKE_ANDROID_ASSETS_DIRECTORIES</keyword>
252
+ <keyword>CMAKE_ANDROID_GUI</keyword>
253
+ <keyword>CMAKE_ANDROID_JAR_DEPENDENCIES</keyword>
254
+ <keyword>CMAKE_ANDROID_JAR_DIRECTORIES</keyword>
255
+ <keyword>CMAKE_ANDROID_JAVA_SOURCE_DIR</keyword>
256
+ <keyword>CMAKE_ANDROID_NATIVE_LIB_DEPENDENCIES</keyword>
257
+ <keyword>CMAKE_ANDROID_NATIVE_LIB_DIRECTORIES</keyword>
258
+ <keyword>CMAKE_ANDROID_NDK</keyword>
259
+ <keyword>CMAKE_ANDROID_NDK_DEPRECATED_HEADERS</keyword>
260
+ <keyword>CMAKE_ANDROID_NDK_TOOLCHAIN_HOST_TAG</keyword>
261
+ <keyword>CMAKE_ANDROID_NDK_TOOLCHAIN_VERSION</keyword>
262
+ <keyword>CMAKE_ANDROID_PROCESS_MAX</keyword>
263
+ <keyword>CMAKE_ANDROID_PROGUARD</keyword>
264
+ <keyword>CMAKE_ANDROID_PROGUARD_CONFIG_PATH</keyword>
265
+ <keyword>CMAKE_ANDROID_SECURE_PROPS_PATH</keyword>
266
+ <keyword>CMAKE_ANDROID_SKIP_ANT_STEP</keyword>
267
+ <keyword>CMAKE_ANDROID_STANDALONE_TOOLCHAIN</keyword>
268
+ <keyword>CMAKE_ANDROID_STL_TYPE</keyword>
269
+ <keyword>CMAKE_APPBUNDLE_PATH</keyword>
270
+ <keyword>CMAKE_AR</keyword>
271
+ <keyword>CMAKE_ARCHIVE_OUTPUT_DIRECTORY</keyword>
272
+ <keyword>CMAKE_ARCHIVE_OUTPUT_DIRECTORY_\w+</keyword>
273
+ <keyword>CMAKE_ARGC</keyword>
274
+ <keyword>CMAKE_ARGV0</keyword>
275
+ <keyword>CMAKE_AUTOMOC</keyword>
276
+ <keyword>CMAKE_AUTOMOC_COMPILER_PREDEFINES</keyword>
277
+ <keyword>CMAKE_AUTOMOC_DEPEND_FILTERS</keyword>
278
+ <keyword>CMAKE_AUTOMOC_MACRO_NAMES</keyword>
279
+ <keyword>CMAKE_AUTOMOC_MOC_OPTIONS</keyword>
280
+ <keyword>CMAKE_AUTOMOC_RELAXED_MODE</keyword>
281
+ <keyword>CMAKE_AUTORCC</keyword>
282
+ <keyword>CMAKE_AUTORCC_OPTIONS</keyword>
283
+ <keyword>CMAKE_AUTOUIC</keyword>
284
+ <keyword>CMAKE_AUTOUIC_OPTIONS</keyword>
285
+ <keyword>CMAKE_AUTOUIC_SEARCH_PATHS</keyword>
286
+ <keyword>CMAKE_BACKWARDS_COMPATIBILITY</keyword>
287
+ <keyword>CMAKE_BINARY_DIR</keyword>
288
+ <keyword>CMAKE_BUILD_RPATH</keyword>
289
+ <keyword>CMAKE_BUILD_TOOL</keyword>
290
+ <keyword>CMAKE_BUILD_TYPE</keyword>
291
+ <keyword>CMAKE_BUILD_WITH_INSTALL_NAME_DIR</keyword>
292
+ <keyword>CMAKE_BUILD_WITH_INSTALL_RPATH</keyword>
293
+ <keyword>CMAKE_CACHEFILE_DIR</keyword>
294
+ <keyword>CMAKE_CACHE_MAJOR_VERSION</keyword>
295
+ <keyword>CMAKE_CACHE_MINOR_VERSION</keyword>
296
+ <keyword>CMAKE_CACHE_PATCH_VERSION</keyword>
297
+ <keyword>CMAKE_CFG_INTDIR</keyword>
298
+ <keyword>CMAKE_CL_64</keyword>
299
+ <keyword>CMAKE_CODEBLOCKS_EXCLUDE_EXTERNAL_FILES</keyword>
300
+ <keyword>CMAKE_CODELITE_USE_TARGETS</keyword>
301
+ <keyword>CMAKE_COLOR_MAKEFILE</keyword>
302
+ <keyword>CMAKE_COMMAND</keyword>
303
+ <keyword>CMAKE_COMPILER_2005</keyword>
304
+ <keyword>CMAKE_COMPILER_IS_GNUCC</keyword>
305
+ <keyword>CMAKE_COMPILER_IS_GNUCXX</keyword>
306
+ <keyword>CMAKE_COMPILER_IS_GNUG77</keyword>
307
+ <keyword>CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY</keyword>
308
+ <keyword>CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_\w+</keyword>
309
+ <keyword>CMAKE_CONFIGURATION_TYPES</keyword>
310
+ <keyword>CMAKE_CROSSCOMPILING</keyword>
311
+ <keyword>CMAKE_CROSSCOMPILING_EMULATOR</keyword>
312
+ <keyword>CMAKE_CTEST_COMMAND</keyword>
313
+ <keyword>CMAKE_CUDA_EXTENSIONS</keyword>
314
+ <keyword>CMAKE_CUDA_HOST_COMPILER</keyword>
315
+ <keyword>CMAKE_CUDA_STANDARD</keyword>
316
+ <keyword>CMAKE_CUDA_STANDARD_REQUIRED</keyword>
317
+ <keyword>CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES</keyword>
318
+ <keyword>CMAKE_CURRENT_BINARY_DIR</keyword>
319
+ <keyword>CMAKE_CURRENT_LIST_DIR</keyword>
320
+ <keyword>CMAKE_CURRENT_LIST_FILE</keyword>
321
+ <keyword>CMAKE_CURRENT_LIST_LINE</keyword>
322
+ <keyword>CMAKE_CURRENT_SOURCE_DIR</keyword>
323
+ <keyword>CMAKE_CXX_COMPILE_FEATURES</keyword>
324
+ <keyword>CMAKE_CXX_EXTENSIONS</keyword>
325
+ <keyword>CMAKE_CXX_STANDARD</keyword>
326
+ <keyword>CMAKE_CXX_STANDARD_REQUIRED</keyword>
327
+ <keyword>CMAKE_C_COMPILE_FEATURES</keyword>
328
+ <keyword>CMAKE_C_EXTENSIONS</keyword>
329
+ <keyword>CMAKE_C_STANDARD</keyword>
330
+ <keyword>CMAKE_C_STANDARD_REQUIRED</keyword>
331
+ <keyword>CMAKE_DEBUG_POSTFIX</keyword>
332
+ <keyword>CMAKE_DEBUG_TARGET_PROPERTIES</keyword>
333
+ <keyword>CMAKE_DEPENDS_IN_PROJECT_ONLY</keyword>
334
+ <keyword>CMAKE_DIRECTORY_LABELS</keyword>
335
+ <keyword>CMAKE_DISABLE_FIND_PACKAGE_\w+</keyword>
336
+ <keyword>CMAKE_DL_LIBS</keyword>
337
+ <keyword>CMAKE_ECLIPSE_GENERATE_LINKED_RESOURCES</keyword>
338
+ <keyword>CMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT</keyword>
339
+ <keyword>CMAKE_ECLIPSE_MAKE_ARGUMENTS</keyword>
340
+ <keyword>CMAKE_ECLIPSE_VERSION</keyword>
341
+ <keyword>CMAKE_EDIT_COMMAND</keyword>
342
+ <keyword>CMAKE_ENABLE_EXPORTS</keyword>
343
+ <keyword>CMAKE_ERROR_DEPRECATED</keyword>
344
+ <keyword>CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION</keyword>
345
+ <keyword>CMAKE_EXECUTABLE_SUFFIX</keyword>
346
+ <keyword>CMAKE_EXE_LINKER_FLAGS</keyword>
347
+ <keyword>CMAKE_EXE_LINKER_FLAGS_\w+</keyword>
348
+ <keyword>CMAKE_EXE_LINKER_FLAGS_\w+_INIT</keyword>
349
+ <keyword>CMAKE_EXE_LINKER_FLAGS_INIT</keyword>
350
+ <keyword>CMAKE_EXPORT_COMPILE_COMMANDS</keyword>
351
+ <keyword>CMAKE_EXPORT_NO_PACKAGE_REGISTRY</keyword>
352
+ <keyword>CMAKE_EXTRA_GENERATOR</keyword>
353
+ <keyword>CMAKE_EXTRA_SHARED_LIBRARY_SUFFIXES</keyword>
354
+ <keyword>CMAKE_FIND_APPBUNDLE</keyword>
355
+ <keyword>CMAKE_FIND_FRAMEWORK</keyword>
356
+ <keyword>CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX</keyword>
357
+ <keyword>CMAKE_FIND_LIBRARY_PREFIXES</keyword>
358
+ <keyword>CMAKE_FIND_LIBRARY_SUFFIXES</keyword>
359
+ <keyword>CMAKE_FIND_NO_INSTALL_PREFIX</keyword>
360
+ <keyword>CMAKE_FIND_PACKAGE_NAME</keyword>
361
+ <keyword>CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY</keyword>
362
+ <keyword>CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY</keyword>
363
+ <keyword>CMAKE_FIND_PACKAGE_SORT_DIRECTION</keyword>
364
+ <keyword>CMAKE_FIND_PACKAGE_SORT_ORDER</keyword>
365
+ <keyword>CMAKE_FIND_PACKAGE_WARN_NO_MODULE</keyword>
366
+ <keyword>CMAKE_FIND_ROOT_PATH</keyword>
367
+ <keyword>CMAKE_FIND_ROOT_PATH_MODE_INCLUDE</keyword>
368
+ <keyword>CMAKE_FIND_ROOT_PATH_MODE_LIBRARY</keyword>
369
+ <keyword>CMAKE_FIND_ROOT_PATH_MODE_PACKAGE</keyword>
370
+ <keyword>CMAKE_FIND_ROOT_PATH_MODE_PROGRAM</keyword>
371
+ <keyword>CMAKE_FRAMEWORK_PATH</keyword>
372
+ <keyword>CMAKE_Fortran_FORMAT</keyword>
373
+ <keyword>CMAKE_Fortran_MODDIR_DEFAULT</keyword>
374
+ <keyword>CMAKE_Fortran_MODDIR_FLAG</keyword>
375
+ <keyword>CMAKE_Fortran_MODOUT_FLAG</keyword>
376
+ <keyword>CMAKE_Fortran_MODULE_DIRECTORY</keyword>
377
+ <keyword>CMAKE_GENERATOR</keyword>
378
+ <keyword>CMAKE_GENERATOR_PLATFORM</keyword>
379
+ <keyword>CMAKE_GENERATOR_TOOLSET</keyword>
380
+ <keyword>CMAKE_GNUtoMS</keyword>
381
+ <keyword>CMAKE_HOME_DIRECTORY</keyword>
382
+ <keyword>CMAKE_HOST_APPLE</keyword>
383
+ <keyword>CMAKE_HOST_SOLARIS</keyword>
384
+ <keyword>CMAKE_HOST_SYSTEM</keyword>
385
+ <keyword>CMAKE_HOST_SYSTEM_NAME</keyword>
386
+ <keyword>CMAKE_HOST_SYSTEM_PROCESSOR</keyword>
387
+ <keyword>CMAKE_HOST_SYSTEM_VERSION</keyword>
388
+ <keyword>CMAKE_HOST_UNIX</keyword>
389
+ <keyword>CMAKE_HOST_WIN32</keyword>
390
+ <keyword>CMAKE_IGNORE_PATH</keyword>
391
+ <keyword>CMAKE_IMPORT_LIBRARY_PREFIX</keyword>
392
+ <keyword>CMAKE_IMPORT_LIBRARY_SUFFIX</keyword>
393
+ <keyword>CMAKE_INCLUDE_CURRENT_DIR</keyword>
394
+ <keyword>CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE</keyword>
395
+ <keyword>CMAKE_INCLUDE_DIRECTORIES_BEFORE</keyword>
396
+ <keyword>CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE</keyword>
397
+ <keyword>CMAKE_INCLUDE_PATH</keyword>
398
+ <keyword>CMAKE_INSTALL_DEFAULT_COMPONENT_NAME</keyword>
399
+ <keyword>CMAKE_INSTALL_MESSAGE</keyword>
400
+ <keyword>CMAKE_INSTALL_NAME_DIR</keyword>
401
+ <keyword>CMAKE_INSTALL_PREFIX</keyword>
402
+ <keyword>CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT</keyword>
403
+ <keyword>CMAKE_INSTALL_RPATH</keyword>
404
+ <keyword>CMAKE_INSTALL_RPATH_USE_LINK_PATH</keyword>
405
+ <keyword>CMAKE_INTERNAL_PLATFORM_ABI</keyword>
406
+ <keyword>CMAKE_INTERPROCEDURAL_OPTIMIZATION</keyword>
407
+ <keyword>CMAKE_INTERPROCEDURAL_OPTIMIZATION_\w+</keyword>
408
+ <keyword>CMAKE_IOS_INSTALL_COMBINED</keyword>
409
+ <keyword>CMAKE_JOB_POOL_COMPILE</keyword>
410
+ <keyword>CMAKE_JOB_POOL_LINK</keyword>
411
+ <keyword>CMAKE_LIBRARY_ARCHITECTURE</keyword>
412
+ <keyword>CMAKE_LIBRARY_ARCHITECTURE_REGEX</keyword>
413
+ <keyword>CMAKE_LIBRARY_OUTPUT_DIRECTORY</keyword>
414
+ <keyword>CMAKE_LIBRARY_OUTPUT_DIRECTORY_\w+</keyword>
415
+ <keyword>CMAKE_LIBRARY_PATH</keyword>
416
+ <keyword>CMAKE_LIBRARY_PATH_FLAG</keyword>
417
+ <keyword>CMAKE_LINK_DEF_FILE_FLAG</keyword>
418
+ <keyword>CMAKE_LINK_DEPENDS_NO_SHARED</keyword>
419
+ <keyword>CMAKE_LINK_INTERFACE_LIBRARIES</keyword>
420
+ <keyword>CMAKE_LINK_LIBRARY_FILE_FLAG</keyword>
421
+ <keyword>CMAKE_LINK_LIBRARY_FLAG</keyword>
422
+ <keyword>CMAKE_LINK_LIBRARY_SUFFIX</keyword>
423
+ <keyword>CMAKE_LINK_SEARCH_END_STATIC</keyword>
424
+ <keyword>CMAKE_LINK_SEARCH_START_STATIC</keyword>
425
+ <keyword>CMAKE_LINK_WHAT_YOU_USE</keyword>
426
+ <keyword>CMAKE_MACOSX_BUNDLE</keyword>
427
+ <keyword>CMAKE_MACOSX_RPATH</keyword>
428
+ <keyword>CMAKE_MAJOR_VERSION</keyword>
429
+ <keyword>CMAKE_MAKE_PROGRAM</keyword>
430
+ <keyword>CMAKE_MAP_IMPORTED_CONFIG_\w+</keyword>
431
+ <keyword>CMAKE_MATCH_\d+</keyword>
432
+ <keyword>CMAKE_MATCH_COUNT</keyword>
433
+ <keyword>CMAKE_MFC_FLAG</keyword>
434
+ <keyword>CMAKE_MINIMUM_REQUIRED_VERSION</keyword>
435
+ <keyword>CMAKE_MINOR_VERSION</keyword>
436
+ <keyword>CMAKE_MODULE_LINKER_FLAGS</keyword>
437
+ <keyword>CMAKE_MODULE_LINKER_FLAGS_\w+</keyword>
438
+ <keyword>CMAKE_MODULE_LINKER_FLAGS_\w+_INIT</keyword>
439
+ <keyword>CMAKE_MODULE_LINKER_FLAGS_INIT</keyword>
440
+ <keyword>CMAKE_MODULE_PATH</keyword>
441
+ <keyword>CMAKE_MSVCIDE_RUN_PATH</keyword>
442
+ <keyword>CMAKE_NINJA_OUTPUT_PATH_PREFIX</keyword>
443
+ <keyword>CMAKE_NOT_USING_CONFIG_FLAGS</keyword>
444
+ <keyword>CMAKE_NO_BUILTIN_CHRPATH</keyword>
445
+ <keyword>CMAKE_NO_SYSTEM_FROM_IMPORTED</keyword>
446
+ <keyword>CMAKE_OBJECT_PATH_MAX</keyword>
447
+ <keyword>CMAKE_OSX_ARCHITECTURES</keyword>
448
+ <keyword>CMAKE_OSX_DEPLOYMENT_TARGET</keyword>
449
+ <keyword>CMAKE_OSX_SYSROOT</keyword>
450
+ <keyword>CMAKE_PARENT_LIST_FILE</keyword>
451
+ <keyword>CMAKE_PATCH_VERSION</keyword>
452
+ <keyword>CMAKE_PDB_OUTPUT_DIRECTORY</keyword>
453
+ <keyword>CMAKE_PDB_OUTPUT_DIRECTORY_\w+</keyword>
454
+ <keyword>CMAKE_POLICY_DEFAULT_CMP\d{4}</keyword>
455
+ <keyword>CMAKE_POLICY_WARNING_CMP\d{4}</keyword>
456
+ <keyword>CMAKE_POSITION_INDEPENDENT_CODE</keyword>
457
+ <keyword>CMAKE_PREFIX_PATH</keyword>
458
+ <keyword>CMAKE_PROGRAM_PATH</keyword>
459
+ <keyword>CMAKE_PROJECT_\w+_INCLUDE</keyword>
460
+ <keyword>CMAKE_PROJECT_DESCRIPTION</keyword>
461
+ <keyword>CMAKE_PROJECT_NAME</keyword>
462
+ <keyword>CMAKE_RANLIB</keyword>
463
+ <keyword>CMAKE_ROOT</keyword>
464
+ <keyword>CMAKE_RUNTIME_OUTPUT_DIRECTORY</keyword>
465
+ <keyword>CMAKE_RUNTIME_OUTPUT_DIRECTORY_\w+</keyword>
466
+ <keyword>CMAKE_SCRIPT_MODE_FILE</keyword>
467
+ <keyword>CMAKE_SHARED_LIBRARY_PREFIX</keyword>
468
+ <keyword>CMAKE_SHARED_LIBRARY_SUFFIX</keyword>
469
+ <keyword>CMAKE_SHARED_LINKER_FLAGS</keyword>
470
+ <keyword>CMAKE_SHARED_LINKER_FLAGS_\w+</keyword>
471
+ <keyword>CMAKE_SHARED_LINKER_FLAGS_\w+_INIT</keyword>
472
+ <keyword>CMAKE_SHARED_LINKER_FLAGS_INIT</keyword>
473
+ <keyword>CMAKE_SHARED_MODULE_PREFIX</keyword>
474
+ <keyword>CMAKE_SHARED_MODULE_SUFFIX</keyword>
475
+ <keyword>CMAKE_SIZEOF_VOID_P</keyword>
476
+ <keyword>CMAKE_SKIP_BUILD_RPATH</keyword>
477
+ <keyword>CMAKE_SKIP_INSTALL_ALL_DEPENDENCY</keyword>
478
+ <keyword>CMAKE_SKIP_INSTALL_RPATH</keyword>
479
+ <keyword>CMAKE_SKIP_INSTALL_RULES</keyword>
480
+ <keyword>CMAKE_SKIP_RPATH</keyword>
481
+ <keyword>CMAKE_SOURCE_DIR</keyword>
482
+ <keyword>CMAKE_STAGING_PREFIX</keyword>
483
+ <keyword>CMAKE_STATIC_LIBRARY_PREFIX</keyword>
484
+ <keyword>CMAKE_STATIC_LIBRARY_SUFFIX</keyword>
485
+ <keyword>CMAKE_STATIC_LINKER_FLAGS</keyword>
486
+ <keyword>CMAKE_STATIC_LINKER_FLAGS_\w+</keyword>
487
+ <keyword>CMAKE_STATIC_LINKER_FLAGS_\w+_INIT</keyword>
488
+ <keyword>CMAKE_STATIC_LINKER_FLAGS_INIT</keyword>
489
+ <keyword>CMAKE_SUBLIME_TEXT_2_ENV_SETTINGS</keyword>
490
+ <keyword>CMAKE_SUBLIME_TEXT_2_EXCLUDE_BUILD_TREE</keyword>
491
+ <keyword>CMAKE_SYSROOT</keyword>
492
+ <keyword>CMAKE_SYSROOT_COMPILE</keyword>
493
+ <keyword>CMAKE_SYSROOT_LINK</keyword>
494
+ <keyword>CMAKE_SYSTEM</keyword>
495
+ <keyword>CMAKE_SYSTEM_APPBUNDLE_PATH</keyword>
496
+ <keyword>CMAKE_SYSTEM_FRAMEWORK_PATH</keyword>
497
+ <keyword>CMAKE_SYSTEM_IGNORE_PATH</keyword>
498
+ <keyword>CMAKE_SYSTEM_INCLUDE_PATH</keyword>
499
+ <keyword>CMAKE_SYSTEM_LIBRARY_PATH</keyword>
500
+ <keyword>CMAKE_SYSTEM_NAME</keyword>
501
+ <keyword>CMAKE_SYSTEM_PREFIX_PATH</keyword>
502
+ <keyword>CMAKE_SYSTEM_PROCESSOR</keyword>
503
+ <keyword>CMAKE_SYSTEM_PROGRAM_PATH</keyword>
504
+ <keyword>CMAKE_SYSTEM_VERSION</keyword>
505
+ <keyword>CMAKE_Swift_LANGUAGE_VERSION</keyword>
506
+ <keyword>CMAKE_TOOLCHAIN_FILE</keyword>
507
+ <keyword>CMAKE_TRY_COMPILE_CONFIGURATION</keyword>
508
+ <keyword>CMAKE_TRY_COMPILE_PLATFORM_VARIABLES</keyword>
509
+ <keyword>CMAKE_TRY_COMPILE_TARGET_TYPE</keyword>
510
+ <keyword>CMAKE_TWEAK_VERSION</keyword>
511
+ <keyword>CMAKE_USER_MAKE_RULES_OVERRIDE</keyword>
512
+ <keyword>CMAKE_USER_MAKE_RULES_OVERRIDE_\w+</keyword>
513
+ <keyword>CMAKE_USE_RELATIVE_PATHS</keyword>
514
+ <keyword>CMAKE_VERBOSE_MAKEFILE</keyword>
515
+ <keyword>CMAKE_VERSION</keyword>
516
+ <keyword>CMAKE_VISIBILITY_INLINES_HIDDEN</keyword>
517
+ <keyword>CMAKE_VS_DEVENV_COMMAND</keyword>
518
+ <keyword>CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD</keyword>
519
+ <keyword>CMAKE_VS_INCLUDE_PACKAGE_TO_DEFAULT_BUILD</keyword>
520
+ <keyword>CMAKE_VS_INTEL_Fortran_PROJECT_VERSION</keyword>
521
+ <keyword>CMAKE_VS_MSBUILD_COMMAND</keyword>
522
+ <keyword>CMAKE_VS_NsightTegra_VERSION</keyword>
523
+ <keyword>CMAKE_VS_PLATFORM_NAME</keyword>
524
+ <keyword>CMAKE_VS_PLATFORM_TOOLSET</keyword>
525
+ <keyword>CMAKE_VS_PLATFORM_TOOLSET_CUDA</keyword>
526
+ <keyword>CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE</keyword>
527
+ <keyword>CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION</keyword>
528
+ <keyword>CMAKE_WARN_DEPRECATED</keyword>
529
+ <keyword>CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION</keyword>
530
+ <keyword>CMAKE_WIN32_EXECUTABLE</keyword>
531
+ <keyword>CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS</keyword>
532
+ <keyword>CMAKE_XCODE_ATTRIBUTE_\w+</keyword>
533
+ <keyword>CMAKE_XCODE_GENERATE_SCHEME</keyword>
534
+ <keyword>CMAKE_XCODE_PLATFORM_TOOLSET</keyword>
535
+ <keyword>CPACK_ABSOLUTE_DESTINATION_FILES</keyword>
536
+ <keyword>CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY</keyword>
537
+ <keyword>CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION</keyword>
538
+ <keyword>CPACK_INCLUDE_TOPLEVEL_DIRECTORY</keyword>
539
+ <keyword>CPACK_INSTALL_SCRIPT</keyword>
540
+ <keyword>CPACK_PACKAGING_INSTALL_PREFIX</keyword>
541
+ <keyword>CPACK_SET_DESTDIR</keyword>
542
+ <keyword>CPACK_WARN_ON_ABSOLUTE_INSTALL_DESTINATION</keyword>
543
+ <keyword>CTEST_BINARY_DIRECTORY</keyword>
544
+ <keyword>CTEST_BUILD_COMMAND</keyword>
545
+ <keyword>CTEST_BUILD_NAME</keyword>
546
+ <keyword>CTEST_BZR_COMMAND</keyword>
547
+ <keyword>CTEST_BZR_UPDATE_OPTIONS</keyword>
548
+ <keyword>CTEST_CHANGE_ID</keyword>
549
+ <keyword>CTEST_CHECKOUT_COMMAND</keyword>
550
+ <keyword>CTEST_CONFIGURATION_TYPE</keyword>
551
+ <keyword>CTEST_CONFIGURE_COMMAND</keyword>
552
+ <keyword>CTEST_COVERAGE_COMMAND</keyword>
553
+ <keyword>CTEST_COVERAGE_EXTRA_FLAGS</keyword>
554
+ <keyword>CTEST_CURL_OPTIONS</keyword>
555
+ <keyword>CTEST_CUSTOM_COVERAGE_EXCLUDE</keyword>
556
+ <keyword>CTEST_CUSTOM_ERROR_EXCEPTION</keyword>
557
+ <keyword>CTEST_CUSTOM_ERROR_MATCH</keyword>
558
+ <keyword>CTEST_CUSTOM_ERROR_POST_CONTEXT</keyword>
559
+ <keyword>CTEST_CUSTOM_ERROR_PRE_CONTEXT</keyword>
560
+ <keyword>CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE</keyword>
561
+ <keyword>CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS</keyword>
562
+ <keyword>CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS</keyword>
563
+ <keyword>CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE</keyword>
564
+ <keyword>CTEST_CUSTOM_MEMCHECK_IGNORE</keyword>
565
+ <keyword>CTEST_CUSTOM_POST_MEMCHECK</keyword>
566
+ <keyword>CTEST_CUSTOM_POST_TEST</keyword>
567
+ <keyword>CTEST_CUSTOM_PRE_MEMCHECK</keyword>
568
+ <keyword>CTEST_CUSTOM_PRE_TEST</keyword>
569
+ <keyword>CTEST_CUSTOM_TEST_IGNORE</keyword>
570
+ <keyword>CTEST_CUSTOM_WARNING_EXCEPTION</keyword>
571
+ <keyword>CTEST_CUSTOM_WARNING_MATCH</keyword>
572
+ <keyword>CTEST_CVS_CHECKOUT</keyword>
573
+ <keyword>CTEST_CVS_COMMAND</keyword>
574
+ <keyword>CTEST_CVS_UPDATE_OPTIONS</keyword>
575
+ <keyword>CTEST_DROP_LOCATION</keyword>
576
+ <keyword>CTEST_DROP_METHOD</keyword>
577
+ <keyword>CTEST_DROP_SITE</keyword>
578
+ <keyword>CTEST_DROP_SITE_CDASH</keyword>
579
+ <keyword>CTEST_DROP_SITE_PASSWORD</keyword>
580
+ <keyword>CTEST_DROP_SITE_USER</keyword>
581
+ <keyword>CTEST_EXTRA_COVERAGE_GLOB</keyword>
582
+ <keyword>CTEST_GIT_COMMAND</keyword>
583
+ <keyword>CTEST_GIT_INIT_SUBMODULES</keyword>
584
+ <keyword>CTEST_GIT_UPDATE_CUSTOM</keyword>
585
+ <keyword>CTEST_GIT_UPDATE_OPTIONS</keyword>
586
+ <keyword>CTEST_HG_COMMAND</keyword>
587
+ <keyword>CTEST_HG_UPDATE_OPTIONS</keyword>
588
+ <keyword>CTEST_LABELS_FOR_SUBPROJECTS</keyword>
589
+ <keyword>CTEST_MEMORYCHECK_COMMAND</keyword>
590
+ <keyword>CTEST_MEMORYCHECK_COMMAND_OPTIONS</keyword>
591
+ <keyword>CTEST_MEMORYCHECK_SANITIZER_OPTIONS</keyword>
592
+ <keyword>CTEST_MEMORYCHECK_SUPPRESSIONS_FILE</keyword>
593
+ <keyword>CTEST_MEMORYCHECK_TYPE</keyword>
594
+ <keyword>CTEST_NIGHTLY_START_TIME</keyword>
595
+ <keyword>CTEST_P4_CLIENT</keyword>
596
+ <keyword>CTEST_P4_COMMAND</keyword>
597
+ <keyword>CTEST_P4_OPTIONS</keyword>
598
+ <keyword>CTEST_P4_UPDATE_OPTIONS</keyword>
599
+ <keyword>CTEST_SCP_COMMAND</keyword>
600
+ <keyword>CTEST_SITE</keyword>
601
+ <keyword>CTEST_SOURCE_DIRECTORY</keyword>
602
+ <keyword>CTEST_SVN_COMMAND</keyword>
603
+ <keyword>CTEST_SVN_OPTIONS</keyword>
604
+ <keyword>CTEST_SVN_UPDATE_OPTIONS</keyword>
605
+ <keyword>CTEST_TEST_LOAD</keyword>
606
+ <keyword>CTEST_TEST_TIMEOUT</keyword>
607
+ <keyword>CTEST_TRIGGER_SITE</keyword>
608
+ <keyword>CTEST_UPDATE_COMMAND</keyword>
609
+ <keyword>CTEST_UPDATE_OPTIONS</keyword>
610
+ <keyword>CTEST_UPDATE_VERSION_ONLY</keyword>
611
+ <keyword>CTEST_USE_LAUNCHERS</keyword>
612
+ <keyword>CYGWIN</keyword>
613
+ <keyword>EXECUTABLE_OUTPUT_PATH</keyword>
614
+ <keyword>GHS-MULTI</keyword>
615
+ <keyword>LIBRARY_OUTPUT_PATH</keyword>
616
+ <keyword>MINGW</keyword>
617
+ <keyword>MSVC</keyword>
618
+ <keyword>MSVC10</keyword>
619
+ <keyword>MSVC11</keyword>
620
+ <keyword>MSVC12</keyword>
621
+ <keyword>MSVC14</keyword>
622
+ <keyword>MSVC60</keyword>
623
+ <keyword>MSVC70</keyword>
624
+ <keyword>MSVC71</keyword>
625
+ <keyword>MSVC80</keyword>
626
+ <keyword>MSVC90</keyword>
627
+ <keyword>MSVC_IDE</keyword>
628
+ <keyword>MSVC_VERSION</keyword>
629
+ <keyword>PROJECT_BINARY_DIR</keyword>
630
+ <keyword>PROJECT_DESCRIPTION</keyword>
631
+ <keyword>PROJECT_NAME</keyword>
632
+ <keyword>PROJECT_SOURCE_DIR</keyword>
633
+ <keyword>PROJECT_VERSION</keyword>
634
+ <keyword>PROJECT_VERSION_MAJOR</keyword>
635
+ <keyword>PROJECT_VERSION_MINOR</keyword>
636
+ <keyword>PROJECT_VERSION_PATCH</keyword>
637
+ <keyword>PROJECT_VERSION_TWEAK</keyword>
638
+ <keyword>UNIX</keyword>
639
+ <keyword>WIN32</keyword>
640
+ <keyword>WINCE</keyword>
641
+ <keyword>WINDOWS_PHONE</keyword>
642
+ <keyword>WINDOWS_STORE</keyword>
643
+ <keyword>XCODE</keyword>
644
+ <keyword>XCODE_VERSION</keyword>
645
+ </context>
646
+
647
+ <context id="operator" style-ref="operator">
648
+ <keyword>AND</keyword>
649
+ <keyword>BOOL</keyword>
650
+ <keyword>CACHE</keyword>
651
+ <keyword>COMMAND</keyword>
652
+ <keyword>DEFINED</keyword>
653
+ <keyword>DOC</keyword>
654
+ <keyword>EQUAL</keyword>
655
+ <keyword>EXISTS</keyword>
656
+ <keyword>GREATER</keyword>
657
+ <keyword>INTERNAL</keyword>
658
+ <keyword>LESS</keyword>
659
+ <keyword>MATCHES</keyword>
660
+ <keyword>NAME</keyword>
661
+ <keyword>NAMES</keyword>
662
+ <keyword>NAME_WE</keyword>
663
+ <keyword>NOT</keyword>
664
+ <keyword>OR</keyword>
665
+ <keyword>PATH</keyword>
666
+ <keyword>PATHS</keyword>
667
+ <keyword>PROGRAM</keyword>
668
+ <keyword>STREQUAL</keyword>
669
+ <keyword>STRGREATER</keyword>
670
+ <keyword>STRING</keyword>
671
+ <keyword>STRLESS</keyword>
672
+ </context>
673
+
674
+ <context id="control" style-ref="control">
675
+ <prefix>(?i)\b</prefix> <!-- case insensitive -->
676
+ <keyword>BREAK</keyword>
677
+ <keyword>CONTINUE</keyword>
678
+ <keyword>ELSE</keyword>
679
+ <keyword>ELSEIF</keyword>
680
+ <keyword>ENDFOREACH</keyword>
681
+ <keyword>ENDFUNCTION</keyword>
682
+ <keyword>ENDIF</keyword>
683
+ <keyword>ENDMACRO</keyword>
684
+ <keyword>ENDWHILE</keyword>
685
+ <keyword>FOREACH</keyword>
686
+ <keyword>FUNCTION</keyword>
687
+ <keyword>IF</keyword>
688
+ <keyword>MACRO</keyword>
689
+ <keyword>RETURN</keyword>
690
+ <keyword>WHILE</keyword>
691
+ </context>
692
+
693
+ <context id="escape-sequence">
694
+ <match>(\\([trn;]|[^A-Za-z0-9;]))|(\\(.|$))</match>
695
+ <include>
696
+ <context sub-pattern="1" style-ref="def:special-char"/>
697
+ <context sub-pattern="3" style-ref="def:error"/>
698
+ </include>
699
+ </context>
700
+
701
+ <context id="disallowed-variable-reference-char" style-ref="def:error" extend-parent="false">
702
+ <match>[^A-Za-z0-9_./+-]</match>
703
+ </context>
704
+
705
+ <context id="variable-reference" style-ref="variable"
706
+ style-inside="true" end-at-line-end="true"
707
+ >
708
+ <start>\$\{</start>
709
+ <end>\}</end>
710
+ <include>
711
+ <context sub-pattern="0" where="start" style-ref="def:special-char"/>
712
+ <context sub-pattern="0" where="end" style-ref="def:special-char"/>
713
+ <context ref="builtin-variable"/>
714
+ <context ref="variable-reference"/>
715
+ <context ref="env-variable-reference"/>
716
+ <context ref="escape-sequence"/>
717
+ <context ref="disallowed-variable-reference-char"/>
718
+ </include>
719
+ </context>
720
+
721
+ <context id="env-variable-reference" style-ref="variable"
722
+ style-inside="true" end-at-line-end="true">
723
+ <start>\$ENV\{</start>
724
+ <end>\}</end>
725
+ <include>
726
+ <context sub-pattern="0" where="start" style-ref="def:special-char"/>
727
+ <context sub-pattern="0" where="end" style-ref="def:special-char"/>
728
+ <context ref="variable-reference"/>
729
+ <context ref="env-variable-reference"/>
730
+ <context ref="escape-sequence"/>
731
+ <context ref="disallowed-variable-reference-char"/>
732
+ </include>
733
+ </context>
734
+
735
+ <context id="quoted-argument" style-ref="quoted-argument">
736
+ <start>(?&lt;=[()"]|\s|^)"</start>
737
+ <end>"</end>
738
+ <include>
739
+ <context ref="variable-reference"/>
740
+ <context ref="env-variable-reference"/>
741
+ <context style-ref="def:special-char">
742
+ <match>\\$</match> <!-- quoted_continuation from the grammar -->
743
+ </context>
744
+ <context ref="escape-sequence"/>
745
+ </include>
746
+ </context>
747
+
748
+ <context id="bracket-argument" style-ref="bracket-argument">
749
+ <start>\[(=*)\[</start>
750
+ <end>\]\%{1@start}\]</end>
751
+ </context>
752
+
753
+ <context id="bracket-comment" style-ref="def:comment" class="comment" class-disabled="no-spell-check">
754
+ <start>#\[(=*)\[</start>
755
+ <end>\]\%{1@start}\]</end>
756
+ <include>
757
+ <context ref="def:in-comment"/>
758
+ </include>
759
+ </context>
760
+
761
+ <context id="in-unquoted-argument">
762
+ <include>
763
+ <context ref="constant"/>
764
+ <context ref="variable-reference"/>
765
+ <context ref="env-variable-reference"/>
766
+ <context ref="escape-sequence"/>
767
+ <context style-ref="legacy-syntax" end-at-line-end="true">
768
+ <start>"</start>
769
+ <end>"</end>
770
+ <include>
771
+ <context ref="escape-sequence"/>
772
+ </include>
773
+ </context>
774
+ <context style-ref="legacy-syntax">
775
+ <match>\$\(\w+\)</match>
776
+ </context>
777
+ </include>
778
+ </context>
779
+
780
+ <context id="arguments">
781
+ <start>\(</start>
782
+ <end>\)</end>
783
+ <include>
784
+ <context ref="quoted-argument"/>
785
+ <context ref="bracket-argument"/>
786
+ <context ref="in-unquoted-argument"/>
787
+ <context ref="operator"/>
788
+ <context ref="arguments"/>
789
+ <context ref="bracket-comment"/>
790
+ <context ref="def:shell-like-comment"/>
791
+ </include>
792
+ </context>
793
+
794
+ <context id="variable-assignment">
795
+ <start>\b((?i)SET|UNSET)\b\s*\(\s*([\w_][\w\d_]*)</start>
796
+ <end>\)</end>
797
+ <include>
798
+ <context sub-pattern="1" where="start" style-ref="builtin-command"/>
799
+ <context sub-pattern="2" where="start" style-ref="variable"/>
800
+ <context ref="arguments:*"/>
801
+ </include>
802
+ </context>
803
+
804
+ <context id="cmake">
805
+ <include>
806
+ <context ref="variable-assignment"/>
807
+ <context ref="builtin-command"/>
808
+ <context ref="deprecated-builtin-command"/>
809
+ <context ref="control"/>
810
+ <context ref="arguments"/>
811
+ <context ref="bracket-comment"/>
812
+ <context ref="def:shell-like-comment"/>
813
+ </include>
814
+ </context>
815
+
816
+ </definitions>
817
+ </language>