gtksourceview3 3.0.7-x64-mingw32 → 3.0.8-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (318) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
  4. data/vendor/local/include/gtksourceview-3.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +4 -0
  5. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +4 -0
  6. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceautocleanups.h +52 -0
  7. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +68 -1
  8. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletion.h +18 -5
  9. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h +8 -2
  10. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioninfo.h +9 -6
  11. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h +4 -1
  12. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionproposal.h +36 -10
  13. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionprovider.h +27 -1
  14. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceencoding.h +28 -11
  15. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefile.h +36 -1
  16. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefileloader.h +15 -1
  17. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefilesaver.h +18 -1
  18. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +9 -3
  19. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderer.h +39 -1
  20. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrendererpixbuf.h +10 -2
  21. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderertext.h +6 -0
  22. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguage.h +11 -0
  23. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguagemanager.h +8 -4
  24. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemap.h +67 -0
  25. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemark.h +6 -0
  26. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h +18 -2
  27. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h +54 -8
  28. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +20 -0
  29. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h +12 -0
  30. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h +2 -0
  31. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +9 -2
  32. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +8 -6
  33. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +9 -6
  34. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +9 -6
  35. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschememanager.h +10 -0
  36. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetag.h +51 -0
  37. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +2 -0
  38. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h +13 -0
  39. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceutils.h +4 -0
  40. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceversion.h +493 -0
  41. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +21 -0
  42. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +47 -5
  43. data/vendor/local/lib/girepository-1.0/GtkSource-3.0.typelib +0 -0
  44. data/vendor/local/lib/libgtksourceview-3.0.dll.a +0 -0
  45. data/vendor/local/lib/libgtksourceview-3.0.la +5 -5
  46. data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +4 -4
  47. data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +880 -151
  48. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +475 -261
  49. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +104 -108
  50. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +31 -34
  51. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +42 -44
  52. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +64 -39
  53. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +171 -75
  54. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +164 -77
  55. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +29 -31
  56. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +65 -45
  57. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +259 -61
  58. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +99 -96
  59. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +88 -94
  60. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +44 -46
  61. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +187 -195
  62. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +37 -39
  63. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +91 -20
  64. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +88 -93
  65. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +47 -50
  66. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMap.html +254 -0
  67. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +39 -42
  68. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +89 -91
  69. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +249 -277
  70. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +158 -169
  71. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +69 -75
  72. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +83 -40
  73. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +46 -49
  74. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html +9 -10
  75. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +13 -15
  76. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +12 -14
  77. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +33 -36
  78. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceTag.html +177 -0
  79. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +40 -43
  80. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +328 -252
  81. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +6 -10
  82. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-0.html +62 -0
  83. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-10.html +90 -0
  84. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-12.html +34 -0
  85. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-2.html +270 -0
  86. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-4.html +38 -0
  87. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-8.html +50 -0
  88. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +4 -5
  89. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +2 -3
  90. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +2 -3
  91. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +2 -3
  92. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +4 -5
  93. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-18.html +114 -0
  94. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-20.html +130 -0
  95. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +2 -3
  96. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +8 -5
  97. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +214 -3
  98. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +2 -3
  99. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +2 -3
  100. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +2 -3
  101. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +2 -3
  102. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +2 -3
  103. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +2 -3
  104. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +2 -3
  105. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +13 -5
  106. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/{pt02.html → ch09.html} +9 -13
  107. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +19 -22
  108. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-Version-Information.html +472 -0
  109. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +95 -13
  110. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +21 -6
  111. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +10 -8
  112. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +6 -7
  113. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +16 -14
  114. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +11 -3
  115. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +37 -15
  116. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style.css +9 -6
  117. data/vendor/local/share/gtksourceview-3.0/language-specs/bibtex.lang +9 -0
  118. data/vendor/local/share/gtksourceview-3.0/language-specs/c.lang +14 -2
  119. data/vendor/local/share/gtksourceview-3.0/language-specs/chdr.lang +11 -3
  120. data/vendor/local/share/gtksourceview-3.0/language-specs/cmake.lang +18 -12
  121. data/vendor/local/share/gtksourceview-3.0/language-specs/cpphdr.lang +42 -0
  122. data/vendor/local/share/gtksourceview-3.0/language-specs/csharp.lang +5 -0
  123. data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +418 -14
  124. data/vendor/local/share/gtksourceview-3.0/language-specs/csv.lang +74 -0
  125. data/vendor/local/share/gtksourceview-3.0/language-specs/desktop.lang +6 -6
  126. data/vendor/local/share/gtksourceview-3.0/language-specs/diff.lang +2 -2
  127. data/vendor/local/share/gtksourceview-3.0/language-specs/fsharp.lang +1 -0
  128. data/vendor/local/share/gtksourceview-3.0/language-specs/gdb-log.lang +1 -1
  129. data/vendor/local/share/gtksourceview-3.0/language-specs/html.lang +6 -0
  130. data/vendor/local/share/gtksourceview-3.0/language-specs/imagej.lang +1 -1
  131. data/vendor/local/share/gtksourceview-3.0/language-specs/jade.lang +250 -0
  132. data/vendor/local/share/gtksourceview-3.0/language-specs/javascript.lang +14 -1
  133. data/vendor/local/share/gtksourceview-3.0/language-specs/json.lang +1 -1
  134. data/vendor/local/share/gtksourceview-3.0/language-specs/latex.lang +15 -15
  135. data/vendor/local/share/gtksourceview-3.0/language-specs/matlab.lang +8 -30
  136. data/vendor/local/share/gtksourceview-3.0/language-specs/meson.lang +103 -0
  137. data/vendor/local/share/gtksourceview-3.0/language-specs/ocaml.lang +1 -1
  138. data/vendor/local/share/gtksourceview-3.0/language-specs/octave.lang +208 -145
  139. data/vendor/local/share/gtksourceview-3.0/language-specs/pig.lang +12 -2
  140. data/vendor/local/share/gtksourceview-3.0/language-specs/protobuf.lang +52 -20
  141. data/vendor/local/share/gtksourceview-3.0/language-specs/python3.lang +2 -0
  142. data/vendor/local/share/gtksourceview-3.0/language-specs/rpmspec.lang +2 -0
  143. data/vendor/local/share/gtksourceview-3.0/language-specs/rust.lang +292 -0
  144. data/vendor/local/share/gtksourceview-3.0/language-specs/sh.lang +20 -2
  145. data/vendor/local/share/gtksourceview-3.0/language-specs/vala.lang +37 -0
  146. data/vendor/local/share/gtksourceview-3.0/language-specs/vbnet.lang +3 -0
  147. data/vendor/local/share/gtksourceview-3.0/styles/classic.xml +3 -3
  148. data/vendor/local/share/gtksourceview-3.0/styles/cobalt.xml +2 -2
  149. data/vendor/local/share/gtksourceview-3.0/styles/kate.xml +3 -3
  150. data/vendor/local/share/gtksourceview-3.0/styles/oblivion.xml +5 -3
  151. data/vendor/local/share/gtksourceview-3.0/styles/solarized-dark.xml +2 -1
  152. data/vendor/local/share/gtksourceview-3.0/styles/solarized-light.xml +1 -1
  153. data/vendor/local/share/gtksourceview-3.0/styles/styles.rng +1 -3
  154. data/vendor/local/share/gtksourceview-3.0/styles/tango.xml +3 -4
  155. data/vendor/local/share/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  156. data/vendor/local/share/locale/as/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  157. data/vendor/local/share/locale/ast/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  158. data/vendor/local/share/locale/az/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  159. data/vendor/local/share/locale/be/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  160. data/vendor/local/share/locale/bg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  161. data/vendor/local/share/locale/bn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  162. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  163. data/vendor/local/share/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  164. data/vendor/local/share/locale/ca/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  165. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  166. data/vendor/local/share/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  167. data/vendor/local/share/locale/cy/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  168. data/vendor/local/share/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  169. data/vendor/local/share/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  170. data/vendor/local/share/locale/dz/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  171. data/vendor/local/share/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  172. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  173. data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  174. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  175. data/vendor/local/share/locale/eo/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  176. data/vendor/local/share/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  177. data/vendor/local/share/locale/et/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  178. data/vendor/local/share/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  179. data/vendor/local/share/locale/fa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  180. data/vendor/local/share/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  181. data/vendor/local/share/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  182. data/vendor/local/share/locale/ga/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  183. data/vendor/local/share/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  184. data/vendor/local/share/locale/gu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  185. data/vendor/local/share/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  186. data/vendor/local/share/locale/hi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  187. data/vendor/local/share/locale/hr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  188. data/vendor/local/share/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  189. data/vendor/local/share/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  190. data/vendor/local/share/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  191. data/vendor/local/share/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  192. data/vendor/local/share/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  193. data/vendor/local/share/locale/kn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  194. data/vendor/local/share/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  195. data/vendor/local/share/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  196. data/vendor/local/share/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  197. data/vendor/local/share/locale/mai/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  198. data/vendor/local/share/locale/mg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  199. data/vendor/local/share/locale/mk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  200. data/vendor/local/share/locale/ml/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  201. data/vendor/local/share/locale/mn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  202. data/vendor/local/share/locale/mr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  203. data/vendor/local/share/locale/ms/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  204. data/vendor/local/share/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  205. data/vendor/local/share/locale/ne/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  206. data/vendor/local/share/locale/nl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  207. data/vendor/local/share/locale/nn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  208. data/vendor/local/share/locale/oc/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  209. data/vendor/local/share/locale/or/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  210. data/vendor/local/share/locale/pa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  211. data/vendor/local/share/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  212. data/vendor/local/share/locale/pt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  213. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  214. data/vendor/local/share/locale/ro/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  215. data/vendor/local/share/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  216. data/vendor/local/share/locale/rw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  217. data/vendor/local/share/locale/si/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  218. data/vendor/local/share/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  219. data/vendor/local/share/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  220. data/vendor/local/share/locale/sq/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  221. data/vendor/local/share/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  222. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  223. data/vendor/local/share/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  224. data/vendor/local/share/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  225. data/vendor/local/share/locale/te/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  226. data/vendor/local/share/locale/tg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  227. data/vendor/local/share/locale/th/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  228. data/vendor/local/share/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  229. data/vendor/local/share/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  230. data/vendor/local/share/locale/uk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  231. data/vendor/local/share/locale/vi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  232. data/vendor/local/share/locale/xh/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  233. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  234. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  235. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  236. metadata +109 -90
  237. data/vendor/local/lib/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  238. data/vendor/local/lib/locale/as/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  239. data/vendor/local/lib/locale/ast/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  240. data/vendor/local/lib/locale/az/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  241. data/vendor/local/lib/locale/be/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  242. data/vendor/local/lib/locale/bg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  243. data/vendor/local/lib/locale/bn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  244. data/vendor/local/lib/locale/bn_IN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  245. data/vendor/local/lib/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  246. data/vendor/local/lib/locale/ca/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  247. data/vendor/local/lib/locale/ca@valencia/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  248. data/vendor/local/lib/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  249. data/vendor/local/lib/locale/cy/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  250. data/vendor/local/lib/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  251. data/vendor/local/lib/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  252. data/vendor/local/lib/locale/dz/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  253. data/vendor/local/lib/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  254. data/vendor/local/lib/locale/en@shaw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  255. data/vendor/local/lib/locale/en_CA/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  256. data/vendor/local/lib/locale/en_GB/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  257. data/vendor/local/lib/locale/eo/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  258. data/vendor/local/lib/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  259. data/vendor/local/lib/locale/et/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  260. data/vendor/local/lib/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  261. data/vendor/local/lib/locale/fa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  262. data/vendor/local/lib/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  263. data/vendor/local/lib/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  264. data/vendor/local/lib/locale/ga/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  265. data/vendor/local/lib/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  266. data/vendor/local/lib/locale/gu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  267. data/vendor/local/lib/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  268. data/vendor/local/lib/locale/hi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  269. data/vendor/local/lib/locale/hr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  270. data/vendor/local/lib/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  271. data/vendor/local/lib/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  272. data/vendor/local/lib/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  273. data/vendor/local/lib/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  274. data/vendor/local/lib/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  275. data/vendor/local/lib/locale/kn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  276. data/vendor/local/lib/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  277. data/vendor/local/lib/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  278. data/vendor/local/lib/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  279. data/vendor/local/lib/locale/mai/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  280. data/vendor/local/lib/locale/mg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  281. data/vendor/local/lib/locale/mk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  282. data/vendor/local/lib/locale/ml/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  283. data/vendor/local/lib/locale/mn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  284. data/vendor/local/lib/locale/mr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  285. data/vendor/local/lib/locale/ms/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  286. data/vendor/local/lib/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  287. data/vendor/local/lib/locale/ne/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  288. data/vendor/local/lib/locale/nl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  289. data/vendor/local/lib/locale/nn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  290. data/vendor/local/lib/locale/oc/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  291. data/vendor/local/lib/locale/or/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  292. data/vendor/local/lib/locale/pa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  293. data/vendor/local/lib/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  294. data/vendor/local/lib/locale/pt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  295. data/vendor/local/lib/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  296. data/vendor/local/lib/locale/ro/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  297. data/vendor/local/lib/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  298. data/vendor/local/lib/locale/rw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  299. data/vendor/local/lib/locale/si/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  300. data/vendor/local/lib/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  301. data/vendor/local/lib/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  302. data/vendor/local/lib/locale/sq/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  303. data/vendor/local/lib/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  304. data/vendor/local/lib/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  305. data/vendor/local/lib/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  306. data/vendor/local/lib/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  307. data/vendor/local/lib/locale/te/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  308. data/vendor/local/lib/locale/tg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  309. data/vendor/local/lib/locale/th/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  310. data/vendor/local/lib/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  311. data/vendor/local/lib/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  312. data/vendor/local/lib/locale/uk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  313. data/vendor/local/lib/locale/vi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  314. data/vendor/local/lib/locale/xh/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  315. data/vendor/local/lib/locale/zh_CN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  316. data/vendor/local/lib/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  317. data/vendor/local/lib/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  318. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.sgml +0 -987
@@ -3,10 +3,10 @@
3
3
 
4
4
  This file is part of GtkSourceView
5
5
 
6
- Syntax highlighting for Pig Latin 0.12
6
+ Syntax highlighting for Pig Latin 0.15
7
7
 
8
8
  Author: Eyal Allweil <eallweil@paypal.com>
9
- Copyright (C) 2014 Eyal Allweil <eallweil@paypal.com>
9
+ Copyright (C) 2014-2015 Eyal Allweil <eallweil@paypal.com>
10
10
 
11
11
  GtkSourceView is free software; you can redistribute it and/or
12
12
  modify it under the terms of the GNU Lesser General Public
@@ -173,11 +173,13 @@
173
173
  <context id="builtin-functions" style-ref="builtin-functions">
174
174
  <keyword>ABS</keyword>
175
175
  <keyword>ACOS</keyword>
176
+ <keyword>AccumuloStorage</keyword>
176
177
  <keyword>AddDuration</keyword>
177
178
  <keyword>ASIN</keyword>
178
179
  <keyword>ATAN</keyword>
179
180
  <keyword>AVG</keyword>
180
181
  <keyword>AvroStorage</keyword>
182
+ <keyword>BagToString</keyword>
181
183
  <keyword>BinStorage</keyword>
182
184
  <keyword>CBRT</keyword>
183
185
  <keyword>CEIL</keyword>
@@ -203,6 +205,9 @@
203
205
  <keyword>GetWeekYear</keyword>
204
206
  <keyword>GetYear</keyword>
205
207
  <keyword>HBaseStorage</keyword>
208
+ <keyword>HiveUDAF</keyword>
209
+ <keyword>HiveUDF</keyword>
210
+ <keyword>HiveUDTF</keyword>
206
211
  <keyword>HoursBetween</keyword>
207
212
  <keyword>INDEXOF</keyword>
208
213
  <keyword>IsEmpty</keyword>
@@ -219,6 +224,7 @@
219
224
  <keyword>MIN</keyword>
220
225
  <keyword>MinutesBetween</keyword>
221
226
  <keyword>MonthsBetween</keyword>
227
+ <keyword>OrcStorage</keyword>
222
228
  <keyword>PigDump</keyword>
223
229
  <keyword>PigStorage</keyword>
224
230
  <keyword>PluckTuple</keyword>
@@ -226,14 +232,17 @@
226
232
  <keyword>REGEX_EXTRACT_ALL</keyword>
227
233
  <keyword>REGEX_EXTRACT</keyword>
228
234
  <keyword>REPLACE</keyword>
235
+ <keyword>ROUND_TO</keyword>
229
236
  <keyword>ROUND</keyword>
230
237
  <keyword>RTRIM</keyword>
231
238
  <keyword>SecondsBetween</keyword>
232
239
  <keyword>SINH</keyword>
233
240
  <keyword>SIN</keyword>
234
241
  <keyword>SIZE</keyword>
242
+ <keyword>SPRINTF</keyword>
235
243
  <keyword>SQRT</keyword>
236
244
  <keyword>STARTSWITH</keyword>
245
+ <keyword>STRSPLITTOBAG</keyword>
237
246
  <keyword>STRSPLIT</keyword>
238
247
  <keyword>SUBSTRING</keyword>
239
248
  <keyword>SubtractDuration</keyword>
@@ -255,6 +264,7 @@
255
264
  <keyword>TRIM</keyword>
256
265
  <keyword>TrevniStrorage</keyword>
257
266
  <keyword>UCFIRST</keyword>
267
+ <keyword>UniqueID</keyword>
258
268
  <keyword>UPPER</keyword>
259
269
  <keyword>Usage</keyword>
260
270
  <keyword>WeeksBetween</keyword>
@@ -23,18 +23,47 @@
23
23
  <property name="mimetypes">text/x-protobuf</property>
24
24
  <property name="globs">*.proto</property>
25
25
  <property name="line-comment-start">//</property>
26
+ <property name="block-comment-start">/*</property>
27
+ <property name="block-comment-end">*/</property>
26
28
  </metadata>
27
29
 
28
30
  <styles>
29
- <style id="comment" _name="Comment" map-to="def:comment"/>
30
- <style id="variable" _name="Variable" map-to="def:type"/>
31
- <style id="type" _name="Data Type" map-to="def:type"/>
32
- <style id="keyword" _name="Keyword" map-to="def:keyword"/>
33
- <style id="boolean" _name="Boolean value" map-to="def:boolean"/>
34
- <style id="string" _name="String" map-to="def:string"/>
31
+ <style id="comment" _name="Comment" map-to="def:comment"/>
32
+ <style id="statement" _name="Statement" map-to="def:preprocessor"/>
33
+ <style id="variable" _name="Variable" map-to="def:type"/>
34
+ <style id="type" _name="Data Type" map-to="def:type"/>
35
+ <style id="keyword" _name="Keyword" map-to="def:keyword"/>
36
+ <style id="boolean" _name="Boolean value" map-to="def:boolean"/>
37
+ <style id="string" _name="String" map-to="def:string"/>
35
38
  </styles>
36
39
 
37
40
  <definitions>
41
+
42
+ <context id="syntax">
43
+ <match>(syntax)\s+=\s+("proto2"|"proto3");</match>
44
+ <include>
45
+ <context sub-pattern="1" style-ref="statement"/>
46
+ <context sub-pattern="2" style-ref="string"/>
47
+ </include>
48
+ </context>
49
+
50
+ <context id="package">
51
+ <match>(package)\s+(.*);</match>
52
+ <include>
53
+ <context sub-pattern="1" style-ref="statement"/>
54
+ <context sub-pattern="2" style-ref="string"/>
55
+ </include>
56
+ </context>
57
+
58
+ <context id="import">
59
+ <match>(import)(\s+(weak|public))?\s+(".*");</match>
60
+ <include>
61
+ <context sub-pattern="1" style-ref="statement"/>
62
+ <context sub-pattern="2" style-ref="statement"/>
63
+ <context sub-pattern="4" style-ref="string"/>
64
+ </include>
65
+ </context>
66
+
38
67
  <context id="variable" style-ref="variable">
39
68
  <match>[$@%][$]?[a-zA-Z_][a-zA-Z0-9_]*</match>
40
69
  </context>
@@ -45,24 +74,23 @@
45
74
  </context>
46
75
 
47
76
  <context id="keywords" style-ref="keyword">
48
- <keyword>message</keyword>
77
+ <keyword>default</keyword>
78
+ <keyword>deprecated</keyword>
49
79
  <keyword>enum</keyword>
50
- <keyword>package</keyword>
51
- <keyword>required</keyword>
52
- <keyword>optional</keyword>
53
- <keyword>repeated</keyword>
54
- <keyword>import</keyword>
55
- <keyword>extensions</keyword>
56
- <keyword>to</keyword>
57
80
  <keyword>extend</keyword>
58
- <keyword>service</keyword>
59
- <keyword>rpc</keyword>
60
- <keyword>returns</keyword>
81
+ <keyword>extensions</keyword>
82
+ <keyword>message</keyword>
83
+ <keyword>oneof</keyword>
84
+ <keyword>optional</keyword>
61
85
  <keyword>option</keyword>
62
-
63
- <keyword>default</keyword>
86
+ <keyword>package</keyword>
64
87
  <keyword>packed</keyword>
65
- <keyword>deprecated</keyword>
88
+ <keyword>repeated</keyword>
89
+ <keyword>required</keyword>
90
+ <keyword>returns</keyword>
91
+ <keyword>rpc</keyword>
92
+ <keyword>service</keyword>
93
+ <keyword>to</keyword>
66
94
  </context>
67
95
 
68
96
  <context id="types" style-ref="type">
@@ -91,6 +119,10 @@
91
119
  <context id="proto" class="no-spell-check">
92
120
  <include>
93
121
  <context ref="def:c-like-comment" style-ref="comment"/>
122
+ <context ref="def:c-like-comment-multiline" style-ref="comment"/>
123
+ <context ref="syntax"/>
124
+ <context ref="package"/>
125
+ <context ref="import"/>
94
126
  <context ref="variable"/>
95
127
  <context ref="string"/>
96
128
  <context ref="keywords"/>
@@ -163,6 +163,8 @@
163
163
 
164
164
  <context ref="python:keywords"/>
165
165
  <context id="3x-only-keywords" style-ref="keyword">
166
+ <keyword>async</keyword>
167
+ <keyword>await</keyword>
166
168
  <keyword>nonlocal</keyword>
167
169
  </context>
168
170
 
@@ -119,7 +119,9 @@
119
119
  <keyword>defattr</keyword>
120
120
  <keyword>docdir</keyword>
121
121
  <keyword>doc</keyword>
122
+ <keyword>license</keyword>
122
123
  <keyword>setup</keyword>
124
+ <keyword>autosetup</keyword>
123
125
  <keyword>config</keyword>
124
126
  <keyword>configure</keyword>
125
127
  <keyword>make</keyword>
@@ -0,0 +1,292 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+
4
+ Copyright 2013-2015 The Rust Project Developers.
5
+
6
+ GtkSourceView is free software; you can redistribute it and/or
7
+ modify it under the terms of the GNU Lesser General Public
8
+ License as published by the Free Software Foundation; either
9
+ version 2.1 of the License, or (at your option) any later version.
10
+
11
+ GtkSourceView is distributed in the hope that it will be useful,
12
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
+ Lesser General Public License for more details.
15
+
16
+ You should have received a copy of the GNU Lesser General Public
17
+ License along with this library; if not, write to the Free Software
18
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19
+
20
+ -->
21
+
22
+ <!--
23
+ This file is based on the file published at
24
+
25
+ https://github.com/rust-lang/gedit-config
26
+
27
+ by the Rust developers, which used the following license:
28
+
29
+ Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
30
+ http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
31
+ <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
32
+ option. This file may not be copied, modified, or distributed
33
+ except according to those terms.
34
+ -->
35
+
36
+ <language id="rust" _name="Rust" version="2.0" _section="Source">
37
+ <metadata>
38
+ <property name="globs">*.rs</property>
39
+ <property name="line-comment-start">//</property>
40
+ <property name="block-comment-start">/*</property>
41
+ <property name="block-comment-end">*/</property>
42
+ </metadata>
43
+
44
+ <styles>
45
+ <style id="comment" _name="Comment" map-to="def:comment"/>
46
+ <style id="string" _name="String" map-to="def:string"/>
47
+ <style id="char" _name="Character" map-to="def:character"/>
48
+ <style id="keyword" _name="Keyword" map-to="def:keyword"/>
49
+ <style id="type" _name="Data Type" map-to="def:type"/>
50
+ <style id="boolean" _name="Boolean value" map-to="def:boolean"/>
51
+ <style id="identifier" _name="Identifier" map-to="def:identifier"/>
52
+ <style id="number" _name="Number" map-to="def:number"/>
53
+ <style id="scope" _name="Scope" map-to="def:preprocessor"/>
54
+ <style id="attribute" _name="Attribute" map-to="def:preprocessor"/>
55
+ <style id="macro" _name="Macro" map-to="def:preprocessor"/>
56
+ </styles>
57
+
58
+ <definitions>
59
+
60
+ <context id="function" style-ref="keyword">
61
+ <keyword>fn</keyword>
62
+ </context>
63
+
64
+ <context id="type" style-ref="keyword">
65
+ <keyword>type</keyword>
66
+ </context>
67
+
68
+ <context id="keywords" style-ref="keyword">
69
+ <keyword>abstract</keyword>
70
+ <keyword>alignof</keyword>
71
+ <keyword>as</keyword>
72
+ <keyword>become</keyword>
73
+ <keyword>box</keyword>
74
+ <keyword>break</keyword>
75
+ <keyword>const</keyword>
76
+ <keyword>continue</keyword>
77
+ <keyword>crate</keyword>
78
+ <keyword>do</keyword>
79
+ <keyword>else</keyword>
80
+ <keyword>enum</keyword>
81
+ <keyword>extern</keyword>
82
+ <keyword>final</keyword>
83
+ <keyword>for</keyword>
84
+ <keyword>if</keyword>
85
+ <keyword>impl</keyword>
86
+ <keyword>in</keyword>
87
+ <keyword>let</keyword>
88
+ <keyword>loop</keyword>
89
+ <keyword>macro</keyword>
90
+ <keyword>match</keyword>
91
+ <keyword>mod</keyword>
92
+ <keyword>move</keyword>
93
+ <keyword>mut</keyword>
94
+ <keyword>offsetof</keyword>
95
+ <keyword>override</keyword>
96
+ <keyword>priv</keyword>
97
+ <keyword>proc</keyword>
98
+ <keyword>pub</keyword>
99
+ <keyword>pure</keyword>
100
+ <keyword>ref</keyword>
101
+ <keyword>return</keyword>
102
+ <keyword>sizeof</keyword>
103
+ <keyword>static</keyword>
104
+ <keyword>struct</keyword>
105
+ <keyword>super</keyword>
106
+ <keyword>trait</keyword>
107
+ <keyword>typeof</keyword>
108
+ <keyword>unsafe</keyword>
109
+ <keyword>unsized</keyword>
110
+ <keyword>use</keyword>
111
+ <keyword>virtual</keyword>
112
+ <keyword>where</keyword>
113
+ <keyword>while</keyword>
114
+ <keyword>yield</keyword>
115
+ </context>
116
+
117
+ <context id="types" style-ref="type">
118
+ <keyword>bool</keyword>
119
+ <keyword>isize</keyword>
120
+ <keyword>usize</keyword>
121
+ <keyword>i8</keyword>
122
+ <keyword>i16</keyword>
123
+ <keyword>i32</keyword>
124
+ <keyword>i64</keyword>
125
+ <keyword>u8</keyword>
126
+ <keyword>u16</keyword>
127
+ <keyword>u32</keyword>
128
+ <keyword>u64</keyword>
129
+ <keyword>f32</keyword>
130
+ <keyword>f64</keyword>
131
+ <keyword>char</keyword>
132
+ <keyword>str</keyword>
133
+ </context>
134
+
135
+ <context id="self" style-ref="identifier">
136
+ <keyword>Self</keyword>
137
+ <keyword>self</keyword>
138
+ </context>
139
+
140
+ <context id="boolean" style-ref="boolean">
141
+ <keyword>true</keyword>
142
+ <keyword>false</keyword>
143
+ </context>
144
+
145
+ <define-regex id="int-suffix" extended="true">
146
+ (i8|i16|i32|i64|i|u8|u16|u32|u64|u)
147
+ </define-regex>
148
+
149
+ <define-regex id="exponent" extended="true">
150
+ ([eE][+-]?[0-9_]+)
151
+ </define-regex>
152
+
153
+ <define-regex id="float-suffix" extended="true">
154
+ (\%{exponent}?(f32|f64)?)|(\.[0-9][0-9_]*\%{exponent}?)?(f32|f64)?|\.
155
+ </define-regex>
156
+
157
+ <define-regex id="num-suffix" extended="true">
158
+ \%{int-suffix}|\%{float-suffix}
159
+ </define-regex>
160
+
161
+ <define-regex id="hex-digit" extended="true">
162
+ [0-9a-fA-F]
163
+ </define-regex>
164
+
165
+ <define-regex id="oct-digit" extended="true">
166
+ [0-7]
167
+ </define-regex>
168
+
169
+ <context id="number" style-ref="number">
170
+ <match extended="true">
171
+ ((?&lt;=\.\.)|(?&lt;![\w\.]))
172
+ (
173
+ [1-9][0-9_]*\%{num-suffix}?|
174
+ 0[0-9_]*\%{num-suffix}?|
175
+ 0b[01_]+\%{int-suffix}?|
176
+ 0o(\%{oct-digit}|_)+\%{int-suffix}?|
177
+ 0x(\%{hex-digit}|_)+\%{int-suffix}?
178
+ )
179
+ ((?![\w\.].)|(?=\.\.))
180
+ </match>
181
+ </context>
182
+
183
+ <define-regex id="ident" extended="true">
184
+ ([^[:cntrl:][:space:][:punct:][:digit:]]|_)([^[:cntrl:][:punct:][:space:]]|_)*
185
+ </define-regex>
186
+
187
+ <context id="scope" style-ref="scope">
188
+ <match extended="true">
189
+ \%{ident}::
190
+ </match>
191
+ </context>
192
+
193
+ <context id="macro" style-ref="macro">
194
+ <match extended="true">
195
+ \%{ident}!
196
+ </match>
197
+ </context>
198
+
199
+ <context id="lifetime" style-ref="keyword">
200
+ <match extended="true">
201
+ '\%{ident}
202
+ </match>
203
+ </context>
204
+
205
+ <define-regex id="common-escape" extended="true">
206
+ '|"|
207
+ \\|n|r|t|0|
208
+ x\%{hex-digit}{2}
209
+ </define-regex>
210
+
211
+ <define-regex id="unicode-escape" extended="true">
212
+ u{\%{hex-digit}{1,6}}
213
+ </define-regex>
214
+
215
+ <context id="string-escape" style-ref="def:special-char">
216
+ <match>\\\%{common-escape}|\\\%{unicode-escape}</match>
217
+ </context>
218
+
219
+ <context id="byte-string-escape" style-ref="def:special-char">
220
+ <match>\\\%{common-escape}</match>
221
+ </context>
222
+
223
+ <context id="raw-string" style-ref="string" class="string" class-disabled="no-spell-check">
224
+ <start>b?r(#*)"</start>
225
+ <end>"\%{1@start}</end>
226
+ <include>
227
+ <context ref="def:line-continue"/>
228
+ </include>
229
+ </context>
230
+
231
+ <context id="string" style-ref="string" class="string" class-disabled="no-spell-check">
232
+ <start>"</start>
233
+ <end>"</end>
234
+ <include>
235
+ <context ref="string-escape"/>
236
+ <context ref="def:line-continue"/>
237
+ </include>
238
+ </context>
239
+
240
+ <context id="byte-string" style-ref="string" class="string" class-disabled="no-spell-check">
241
+ <start>b"</start>
242
+ <end>"</end>
243
+ <include>
244
+ <context ref="byte-string-escape"/>
245
+ <context ref="def:line-continue"/>
246
+ </include>
247
+ </context>
248
+
249
+ <context id="char" style-ref="char">
250
+ <match extended="true">'([^\\']|\\\%{common-escape}|\\\%{unicode-escape})'</match>
251
+ </context>
252
+
253
+ <context id="byte" style-ref="char">
254
+ <match extended="true">b'([^\\']|\\\%{common-escape})'</match>
255
+ </context>
256
+
257
+ <context id="attribute" style-ref="attribute" class="attribute">
258
+ <start extended="true">\#!?\[</start>
259
+ <end>\]</end>
260
+ <include>
261
+ <context ref="def:in-comment"/>
262
+ <context ref="string"/>
263
+ <context ref="raw-string"/>
264
+ </include>
265
+ </context>
266
+
267
+ <context id="rust" class="no-spell-check">
268
+ <include>
269
+ <context ref="def:c-like-comment" style-ref="comment"/>
270
+ <context ref="def:c-like-comment-multiline" style-ref="comment"/>
271
+ <context ref="function"/>
272
+ <context ref="type"/>
273
+ <context ref="keywords"/>
274
+ <context ref="types"/>
275
+ <context ref="self"/>
276
+ <context ref="macro"/>
277
+ <context ref="boolean"/>
278
+ <context ref="number"/>
279
+ <context ref="scope"/>
280
+ <context ref="string"/>
281
+ <context ref="byte-string"/>
282
+ <context ref="raw-string"/>
283
+ <context ref="char"/>
284
+ <context ref="byte"/>
285
+ <context ref="lifetime"/>
286
+ <context ref="attribute"/>
287
+ </include>
288
+ </context>
289
+
290
+ </definitions>
291
+
292
+ </language>