gtksourceview3 3.0.9-x64-mingw32 → 3.1.0-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (210) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +7 -1
  3. data/lib/gtksourceview3/loader.rb +0 -6
  4. data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
  5. data/vendor/local/include/gtksourceview-3.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +11 -3
  6. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +10 -3
  7. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceautocleanups.h +11 -3
  8. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +14 -7
  9. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletion.h +12 -4
  10. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h +12 -4
  11. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioninfo.h +11 -3
  12. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h +11 -3
  13. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionproposal.h +11 -3
  14. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionprovider.h +11 -3
  15. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceencoding.h +11 -3
  16. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefile.h +53 -3
  17. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefileloader.h +13 -4
  18. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefilesaver.h +14 -5
  19. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +11 -3
  20. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderer.h +15 -7
  21. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrendererpixbuf.h +11 -3
  22. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderertext.h +11 -3
  23. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguage.h +11 -3
  24. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguagemanager.h +16 -4
  25. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemap.h +11 -3
  26. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemark.h +11 -3
  27. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h +11 -3
  28. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h +11 -3
  29. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceregion.h +132 -0
  30. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +55 -9
  31. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h +11 -3
  32. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h +17 -5
  33. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +11 -3
  34. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +12 -3
  35. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +11 -3
  36. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +8 -0
  37. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschememanager.h +15 -3
  38. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetag.h +11 -3
  39. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +13 -60
  40. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h +11 -3
  41. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceutils.h +11 -3
  42. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceversion.h +33 -5
  43. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-enumtypes.h +122 -0
  44. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +39 -114
  45. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +57 -34
  46. data/vendor/local/lib/girepository-1.0/GtkSource-3.0.typelib +0 -0
  47. data/vendor/local/lib/libgtksourceview-3.0.dll.a +0 -0
  48. data/vendor/local/lib/libgtksourceview-3.0.la +4 -4
  49. data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +1 -1
  50. data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +749 -36
  51. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +331 -320
  52. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +110 -108
  53. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +37 -35
  54. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +47 -47
  55. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +42 -42
  56. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +62 -62
  57. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +69 -69
  58. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +35 -35
  59. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +30 -30
  60. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +63 -60
  61. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +64 -62
  62. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +64 -60
  63. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +41 -41
  64. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +195 -187
  65. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +38 -38
  66. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +28 -28
  67. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +62 -62
  68. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +43 -43
  69. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMap.html +21 -21
  70. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +36 -36
  71. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +75 -75
  72. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +182 -182
  73. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceRegion.html +870 -0
  74. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +539 -141
  75. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +57 -54
  76. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +98 -49
  77. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +42 -39
  78. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html +10 -10
  79. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +14 -14
  80. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +15 -15
  81. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +32 -32
  82. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceTag.html +24 -22
  83. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +31 -31
  84. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +223 -212
  85. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +9 -10
  86. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-0.html +5 -5
  87. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-10.html +5 -5
  88. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-12.html +5 -5
  89. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-2.html +5 -5
  90. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-4.html +5 -5
  91. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-8.html +5 -5
  92. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +5 -5
  93. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +5 -5
  94. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +5 -5
  95. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +5 -5
  96. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +5 -5
  97. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-18.html +5 -5
  98. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-20.html +7 -7
  99. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-22.html +125 -0
  100. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +5 -5
  101. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +25 -5
  102. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +107 -7
  103. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +1 -1
  104. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +1 -19
  105. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +13 -16
  106. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +20 -11
  107. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +11 -17
  108. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +27 -10
  109. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +10 -15
  110. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +9 -18
  111. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch09.html +22 -19
  112. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +16 -16
  113. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-Version-Information.html +37 -24
  114. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +65 -34
  115. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +20 -10
  116. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +24 -18
  117. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +5 -5
  118. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +41 -22
  119. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +13 -7
  120. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt02.html +49 -0
  121. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt03.html +53 -0
  122. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +5 -5
  123. data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +2 -2
  124. data/vendor/local/share/gtksourceview-3.0/language-specs/jade.lang +8 -9
  125. data/vendor/local/share/gtksourceview-3.0/language-specs/latex.lang +28 -36
  126. data/vendor/local/share/gtksourceview-3.0/language-specs/python3.lang +4 -0
  127. data/vendor/local/share/gtksourceview-3.0/language-specs/rpmspec.lang +3 -2
  128. data/vendor/local/share/gtksourceview-3.0/language-specs/rust.lang +63 -30
  129. data/vendor/local/share/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  130. data/vendor/local/share/locale/as/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  131. data/vendor/local/share/locale/ast/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  132. data/vendor/local/share/locale/az/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  133. data/vendor/local/share/locale/be/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  134. data/vendor/local/share/locale/bg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  135. data/vendor/local/share/locale/bn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  136. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  137. data/vendor/local/share/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  138. data/vendor/local/share/locale/ca/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  139. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  140. data/vendor/local/share/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  141. data/vendor/local/share/locale/cy/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  142. data/vendor/local/share/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  143. data/vendor/local/share/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  144. data/vendor/local/share/locale/dz/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  145. data/vendor/local/share/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  146. data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  147. data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  148. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  149. data/vendor/local/share/locale/eo/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  150. data/vendor/local/share/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  151. data/vendor/local/share/locale/et/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  152. data/vendor/local/share/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  153. data/vendor/local/share/locale/fa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  154. data/vendor/local/share/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  155. data/vendor/local/share/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  156. data/vendor/local/share/locale/ga/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  157. data/vendor/local/share/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  158. data/vendor/local/share/locale/gu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  159. data/vendor/local/share/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  160. data/vendor/local/share/locale/hi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  161. data/vendor/local/share/locale/hr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  162. data/vendor/local/share/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  163. data/vendor/local/share/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  164. data/vendor/local/share/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  165. data/vendor/local/share/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  166. data/vendor/local/share/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  167. data/vendor/local/share/locale/kn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  168. data/vendor/local/share/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  169. data/vendor/local/share/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  170. data/vendor/local/share/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  171. data/vendor/local/share/locale/mai/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  172. data/vendor/local/share/locale/mg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  173. data/vendor/local/share/locale/mk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  174. data/vendor/local/share/locale/ml/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  175. data/vendor/local/share/locale/mn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  176. data/vendor/local/share/locale/mr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  177. data/vendor/local/share/locale/ms/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  178. data/vendor/local/share/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  179. data/vendor/local/share/locale/ne/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  180. data/vendor/local/share/locale/nl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  181. data/vendor/local/share/locale/nn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  182. data/vendor/local/share/locale/oc/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  183. data/vendor/local/share/locale/or/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  184. data/vendor/local/share/locale/pa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  185. data/vendor/local/share/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  186. data/vendor/local/share/locale/pt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  187. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  188. data/vendor/local/share/locale/ro/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  189. data/vendor/local/share/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  190. data/vendor/local/share/locale/rw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  191. data/vendor/local/share/locale/si/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  192. data/vendor/local/share/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  193. data/vendor/local/share/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  194. data/vendor/local/share/locale/sq/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  195. data/vendor/local/share/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  196. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  197. data/vendor/local/share/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  198. data/vendor/local/share/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  199. data/vendor/local/share/locale/te/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  200. data/vendor/local/share/locale/tg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  201. data/vendor/local/share/locale/th/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  202. data/vendor/local/share/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  203. data/vendor/local/share/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  204. data/vendor/local/share/locale/uk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  205. data/vendor/local/share/locale/vi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  206. data/vendor/local/share/locale/xh/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  207. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  208. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  209. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  210. metadata +13 -7
@@ -35,6 +35,7 @@ except according to those terms.
35
35
 
36
36
  <language id="rust" _name="Rust" version="2.0" _section="Source">
37
37
  <metadata>
38
+ <property name="mimetypes">text/rust</property>
38
39
  <property name="globs">*.rs</property>
39
40
  <property name="line-comment-start">//</property>
40
41
  <property name="block-comment-start">/*</property>
@@ -42,17 +43,18 @@ except according to those terms.
42
43
  </metadata>
43
44
 
44
45
  <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"/>
46
+ <style id="comment" _name="Comment" map-to="def:comment"/>
47
+ <style id="string" _name="String" map-to="def:string"/>
48
+ <style id="char" _name="Character" map-to="def:character"/>
49
+ <style id="keyword" _name="Keyword" map-to="def:keyword"/>
50
+ <style id="type" _name="Data Type" map-to="def:type"/>
51
+ <style id="boolean" _name="Boolean value" map-to="def:boolean"/>
52
+ <style id="identifier" _name="Identifier" map-to="def:identifier"/>
53
+ <style id="number" _name="Number" map-to="def:number"/>
54
+ <style id="scope" _name="Scope" map-to="def:preprocessor"/>
55
+ <style id="attribute" _name="Attribute" map-to="def:preprocessor"/>
56
+ <style id="macro" _name="Macro" map-to="def:preprocessor"/>
57
+ <style id="error" _name="Error" map-to="def:error"/>
56
58
  </styles>
57
59
 
58
60
  <definitions>
@@ -66,51 +68,56 @@ except according to those terms.
66
68
  </context>
67
69
 
68
70
  <context id="keywords" style-ref="keyword">
69
- <keyword>abstract</keyword>
70
- <keyword>alignof</keyword>
71
71
  <keyword>as</keyword>
72
- <keyword>become</keyword>
73
72
  <keyword>box</keyword>
74
73
  <keyword>break</keyword>
75
74
  <keyword>const</keyword>
76
75
  <keyword>continue</keyword>
77
76
  <keyword>crate</keyword>
78
- <keyword>do</keyword>
77
+ <keyword>default</keyword>
79
78
  <keyword>else</keyword>
80
79
  <keyword>enum</keyword>
81
80
  <keyword>extern</keyword>
82
- <keyword>final</keyword>
83
81
  <keyword>for</keyword>
84
82
  <keyword>if</keyword>
85
83
  <keyword>impl</keyword>
86
84
  <keyword>in</keyword>
87
85
  <keyword>let</keyword>
88
86
  <keyword>loop</keyword>
89
- <keyword>macro</keyword>
90
87
  <keyword>match</keyword>
91
88
  <keyword>mod</keyword>
92
89
  <keyword>move</keyword>
93
90
  <keyword>mut</keyword>
94
- <keyword>offsetof</keyword>
95
- <keyword>override</keyword>
96
- <keyword>priv</keyword>
97
- <keyword>proc</keyword>
98
91
  <keyword>pub</keyword>
99
- <keyword>pure</keyword>
100
92
  <keyword>ref</keyword>
101
93
  <keyword>return</keyword>
102
- <keyword>sizeof</keyword>
103
94
  <keyword>static</keyword>
104
95
  <keyword>struct</keyword>
105
96
  <keyword>super</keyword>
106
97
  <keyword>trait</keyword>
107
- <keyword>typeof</keyword>
98
+ <keyword>union</keyword>
108
99
  <keyword>unsafe</keyword>
109
- <keyword>unsized</keyword>
110
100
  <keyword>use</keyword>
111
- <keyword>virtual</keyword>
112
101
  <keyword>where</keyword>
113
102
  <keyword>while</keyword>
103
+ </context>
104
+
105
+ <context id="reserved" style-ref="keyword">
106
+ <keyword>abstract</keyword>
107
+ <keyword>alignof</keyword>
108
+ <keyword>become</keyword>
109
+ <keyword>do</keyword>
110
+ <keyword>final</keyword>
111
+ <keyword>macro</keyword>
112
+ <keyword>offsetof</keyword>
113
+ <keyword>override</keyword>
114
+ <keyword>priv</keyword>
115
+ <keyword>proc</keyword>
116
+ <keyword>pure</keyword>
117
+ <keyword>sizeof</keyword>
118
+ <keyword>typeof</keyword>
119
+ <keyword>unsized</keyword>
120
+ <keyword>virtual</keyword>
114
121
  <keyword>yield</keyword>
115
122
  </context>
116
123
 
@@ -143,7 +150,7 @@ except according to those terms.
143
150
  </context>
144
151
 
145
152
  <define-regex id="int-suffix" extended="true">
146
- (i8|i16|i32|i64|i|u8|u16|u32|u64|u)
153
+ (i8|i16|i32|i64|isize|u8|u16|u32|u64|usize)
147
154
  </define-regex>
148
155
 
149
156
  <define-regex id="exponent" extended="true">
@@ -158,6 +165,10 @@ except according to those terms.
158
165
  \%{int-suffix}|\%{float-suffix}
159
166
  </define-regex>
160
167
 
168
+ <define-regex id="bin-digit" extended="true">
169
+ [01]
170
+ </define-regex>
171
+
161
172
  <define-regex id="hex-digit" extended="true">
162
173
  [0-9a-fA-F]
163
174
  </define-regex>
@@ -170,9 +181,8 @@ except according to those terms.
170
181
  <match extended="true">
171
182
  ((?&lt;=\.\.)|(?&lt;![\w\.]))
172
183
  (
173
- [1-9][0-9_]*\%{num-suffix}?|
174
- 0[0-9_]*\%{num-suffix}?|
175
- 0b[01_]+\%{int-suffix}?|
184
+ [0-9][0-9_]*\%{num-suffix}?|
185
+ 0b(\%{bin-digit}|_)+\%{int-suffix}?|
176
186
  0o(\%{oct-digit}|_)+\%{int-suffix}?|
177
187
  0x(\%{hex-digit}|_)+\%{int-suffix}?
178
188
  )
@@ -180,6 +190,18 @@ except according to those terms.
180
190
  </match>
181
191
  </context>
182
192
 
193
+ <context id="invalid-number" style-ref="error">
194
+ <match extended="true">
195
+ ((?&lt;=\.\.)|(?&lt;![\w\.]))
196
+ (
197
+ 0b(\%{bin-digit}|_)*(?!\%{bin-digit}|_).\w*\%{int-suffix}?|
198
+ 0o(\%{oct-digit}|_)*(?!\%{oct-digit}|_).\w*\%{int-suffix}?|
199
+ 0x(\%{hex-digit}|_)*(?!\%{hex-digit}|_).\w*\%{int-suffix}?
200
+ )
201
+ ((?![\w\.].)|(?=\.\.))
202
+ </match>
203
+ </context>
204
+
183
205
  <define-regex id="ident" extended="true">
184
206
  ([^[:cntrl:][:space:][:punct:][:digit:]]|_)([^[:cntrl:][:punct:][:space:]]|_)*
185
207
  </define-regex>
@@ -250,10 +272,18 @@ except according to those terms.
250
272
  <match extended="true">'([^\\']|\\\%{common-escape}|\\\%{unicode-escape})'</match>
251
273
  </context>
252
274
 
275
+ <context id="invalid-char" style-ref="error">
276
+ <match extended="true">'([^\\']|\\\%{common-escape}|\\\%{unicode-escape}){2,}'</match>
277
+ </context>
278
+
253
279
  <context id="byte" style-ref="char">
254
280
  <match extended="true">b'([^\\']|\\\%{common-escape})'</match>
255
281
  </context>
256
282
 
283
+ <context id="invalid-byte" style-ref="error">
284
+ <match extended="true">b'([^\\']|\\\%{common-escape}){2,}'</match>
285
+ </context>
286
+
257
287
  <context id="attribute" style-ref="attribute" class="attribute">
258
288
  <start extended="true">\#!?\[</start>
259
289
  <end>\]</end>
@@ -276,12 +306,15 @@ except according to those terms.
276
306
  <context ref="macro"/>
277
307
  <context ref="boolean"/>
278
308
  <context ref="number"/>
309
+ <context ref="invalid-number"/>
279
310
  <context ref="scope"/>
280
311
  <context ref="string"/>
281
312
  <context ref="byte-string"/>
282
313
  <context ref="raw-string"/>
283
314
  <context ref="char"/>
315
+ <context ref="invalid-char"/>
284
316
  <context ref="byte"/>
317
+ <context ref="invalid-byte"/>
285
318
  <context ref="lifetime"/>
286
319
  <context ref="attribute"/>
287
320
  </include>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gtksourceview3
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.9
4
+ version: 3.1.0
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - The Ruby-GNOME2 Project Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-12 00:00:00.000000000 Z
11
+ date: 2016-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gtk3
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 3.0.9
19
+ version: 3.1.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 3.0.9
26
+ version: 3.1.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: gobject-introspection
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 3.0.9
33
+ version: 3.1.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 3.0.9
40
+ version: 3.1.0
41
41
  description: Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x.
42
42
  email: ruby-gnome2-devel-en@lists.sourceforge.net
43
43
  executables: []
@@ -79,6 +79,7 @@ files:
79
79
  - vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemark.h
80
80
  - vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h
81
81
  - vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h
82
+ - vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceregion.h
82
83
  - vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h
83
84
  - vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h
84
85
  - vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h
@@ -92,6 +93,7 @@ files:
92
93
  - vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h
93
94
  - vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceutils.h
94
95
  - vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceversion.h
96
+ - vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-enumtypes.h
95
97
  - vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h
96
98
  - vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h
97
99
  - vendor/local/lib/girepository-1.0/GtkSource-3.0.typelib
@@ -121,6 +123,7 @@ files:
121
123
  - vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html
122
124
  - vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html
123
125
  - vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html
126
+ - vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceRegion.html
124
127
  - vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html
125
128
  - vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html
126
129
  - vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html
@@ -146,6 +149,7 @@ files:
146
149
  - vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html
147
150
  - vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-18.html
148
151
  - vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-20.html
152
+ - vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-22.html
149
153
  - vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html
150
154
  - vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html
151
155
  - vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html
@@ -169,6 +173,8 @@ files:
169
173
  - vendor/local/share/gtk-doc/html/gtksourceview-3.0/left.png
170
174
  - vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html
171
175
  - vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html
176
+ - vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt02.html
177
+ - vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt03.html
172
178
  - vendor/local/share/gtk-doc/html/gtksourceview-3.0/right-insensitive.png
173
179
  - vendor/local/share/gtk-doc/html/gtksourceview-3.0/right.png
174
180
  - vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html
@@ -409,7 +415,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
409
415
  version: '0'
410
416
  requirements: []
411
417
  rubyforge_project:
412
- rubygems_version: 2.2.2
418
+ rubygems_version: 2.5.1
413
419
  signing_key:
414
420
  specification_version: 4
415
421
  summary: Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x.