gtksourceview3 3.0.9-x86-mingw32 → 3.1.0-x86-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
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Part I. API reference: GtkSourceView 3 Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
7
  <link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
8
8
  <link rel="up" href="index.html" title="GtkSourceView 3 Reference Manual">
9
9
  <link rel="prev" href="index.html" title="GtkSourceView 3 Reference Manual">
@@ -42,6 +42,9 @@
42
42
  <dt>
43
43
  <span class="refentrytitle"><a href="GtkSourceLanguageManager.html">GtkSourceLanguageManager</a></span><span class="refpurpose"> — Provides access to GtkSourceLanguages</span>
44
44
  </dt>
45
+ </dl></dd>
46
+ <dt><span class="chapter"><a href="ch03.html">Styling</a></span></dt>
47
+ <dd><dl>
45
48
  <dt>
46
49
  <span class="refentrytitle"><a href="GtkSourceStyle.html">GtkSourceStyle</a></span><span class="refpurpose"> — Represents a style</span>
47
50
  </dt>
@@ -61,7 +64,7 @@
61
64
  <span class="refentrytitle"><a href="GtkSourceStyleSchemeChooserWidget.html">GtkSourceStyleSchemeChooserWidget</a></span><span class="refpurpose"> — A widget for choosing style schemes</span>
62
65
  </dt>
63
66
  </dl></dd>
64
- <dt><span class="chapter"><a href="ch03.html">Completion</a></span></dt>
67
+ <dt><span class="chapter"><a href="ch04.html">Completion</a></span></dt>
65
68
  <dd><dl>
66
69
  <dt>
67
70
  <span class="refentrytitle"><a href="GtkSourceCompletion.html">GtkSourceCompletion</a></span><span class="refpurpose"> — Main Completion Object</span>
@@ -85,7 +88,7 @@
85
88
  <span class="refentrytitle"><a href="GtkSourceCompletionWords.html">GtkSourceCompletionWords</a></span><span class="refpurpose"> — A GtkSourceCompletionProvider for the completion of words</span>
86
89
  </dt>
87
90
  </dl></dd>
88
- <dt><span class="chapter"><a href="ch04.html">File Loading and Saving</a></span></dt>
91
+ <dt><span class="chapter"><a href="ch05.html">File Loading and Saving</a></span></dt>
89
92
  <dd><dl>
90
93
  <dt>
91
94
  <span class="refentrytitle"><a href="GtkSourceEncoding.html">GtkSourceEncoding</a></span><span class="refpurpose"> — Character encoding</span>
@@ -100,7 +103,7 @@
100
103
  <span class="refentrytitle"><a href="GtkSourceFileSaver.html">GtkSourceFileSaver</a></span><span class="refpurpose"> — Save a GtkSourceBuffer into a file</span>
101
104
  </dt>
102
105
  </dl></dd>
103
- <dt><span class="chapter"><a href="ch05.html">Gutter and Marks</a></span></dt>
106
+ <dt><span class="chapter"><a href="ch06.html">Gutter and Marks</a></span></dt>
104
107
  <dd><dl>
105
108
  <dt>
106
109
  <span class="refentrytitle"><a href="GtkSourceGutter.html">GtkSourceGutter</a></span><span class="refpurpose"> — Gutter object for GtkSourceView</span>
@@ -121,11 +124,11 @@
121
124
  <span class="refentrytitle"><a href="GtkSourceMarkAttributes.html">GtkSourceMarkAttributes</a></span><span class="refpurpose"> — The source mark attributes object</span>
122
125
  </dt>
123
126
  </dl></dd>
124
- <dt><span class="chapter"><a href="ch06.html">Printing</a></span></dt>
127
+ <dt><span class="chapter"><a href="ch07.html">Printing</a></span></dt>
125
128
  <dd><dl><dt>
126
129
  <span class="refentrytitle"><a href="GtkSourcePrintCompositor.html">GtkSourcePrintCompositor</a></span><span class="refpurpose"> — Compose a GtkSourceBuffer for printing</span>
127
130
  </dt></dl></dd>
128
- <dt><span class="chapter"><a href="ch07.html">Search and Replace</a></span></dt>
131
+ <dt><span class="chapter"><a href="ch08.html">Search and Replace</a></span></dt>
129
132
  <dd><dl>
130
133
  <dt>
131
134
  <span class="refentrytitle"><a href="GtkSourceSearchContext.html">GtkSourceSearchContext</a></span><span class="refpurpose"> — Search context</span>
@@ -134,12 +137,15 @@
134
137
  <span class="refentrytitle"><a href="GtkSourceSearchSettings.html">GtkSourceSearchSettings</a></span><span class="refpurpose"> — Search settings</span>
135
138
  </dt>
136
139
  </dl></dd>
137
- <dt><span class="chapter"><a href="ch08.html">Others</a></span></dt>
140
+ <dt><span class="chapter"><a href="ch09.html">Other</a></span></dt>
138
141
  <dd><dl>
139
142
  <dt>
140
143
  <span class="refentrytitle"><a href="GtkSourceMap.html">GtkSourceMap</a></span><span class="refpurpose"> — Widget that displays a map for a specific <span class="type">GtkSourceView</span></span>
141
144
  </dt>
142
145
  <dt>
146
+ <span class="refentrytitle"><a href="GtkSourceRegion.html">GtkSourceRegion</a></span><span class="refpurpose"> — Region utility</span>
147
+ </dt>
148
+ <dt>
143
149
  <span class="refentrytitle"><a href="GtkSourceTag.html">GtkSourceTag</a></span><span class="refpurpose"> — A tag that can be applied to text in a GtkSourceBuffer</span>
144
150
  </dt>
145
151
  <dt>
@@ -0,0 +1,49 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <title>Part II. Syntax highlighting reference: GtkSourceView 3 Reference Manual</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
+ <link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
8
+ <link rel="up" href="index.html" title="GtkSourceView 3 Reference Manual">
9
+ <link rel="prev" href="gtksourceview-3.0-Version-Information.html" title="Version Information">
10
+ <link rel="next" href="lang-tutorial.html" title="Language Definition v2.0 Tutorial">
11
+ <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
12
+ <link rel="stylesheet" href="style.css" type="text/css">
13
+ </head>
14
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts"></td>
17
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
+ <td><a accesskey="p" href="gtksourceview-3.0-Version-Information.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="lang-tutorial.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
+ </tr></table>
22
+ <div class="part">
23
+ <div class="titlepage"><div><div><h1 class="title">
24
+ <a name="id-1.3"></a>Part II. Syntax highlighting reference</h1></div></div></div>
25
+ <div class="toc">
26
+ <p><b>Table of Contents</b></p>
27
+ <dl class="toc">
28
+ <dt>
29
+ <span class="refentrytitle"><a href="lang-tutorial.html">Language Definition v2.0 Tutorial</a></span><span class="refpurpose"> —
30
+ Guide to the GtkSourceView language definition file format
31
+ </span>
32
+ </dt>
33
+ <dt>
34
+ <span class="refentrytitle"><a href="lang-reference.html">Language Definition v2.0 Reference</a></span><span class="refpurpose"> —
35
+ Reference to the GtkSourceView language definition file format
36
+ </span>
37
+ </dt>
38
+ <dt>
39
+ <span class="refentrytitle"><a href="style-reference.html">Style Scheme Definition Reference</a></span><span class="refpurpose"> —
40
+ Reference to the GtkSourceView style scheme definition file format
41
+ </span>
42
+ </dt>
43
+ </dl>
44
+ </div>
45
+ </div>
46
+ <div class="footer">
47
+ <hr>Generated by GTK-Doc V1.25.1</div>
48
+ </body>
49
+ </html>
@@ -0,0 +1,53 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <title>Part III. Annexes: GtkSourceView 3 Reference Manual</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
+ <link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
8
+ <link rel="up" href="index.html" title="GtkSourceView 3 Reference Manual">
9
+ <link rel="prev" href="style-reference.html" title="Style Scheme Definition Reference">
10
+ <link rel="next" href="object-tree.html" title="Object Hierarchy">
11
+ <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
12
+ <link rel="stylesheet" href="style.css" type="text/css">
13
+ </head>
14
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts"></td>
17
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
+ <td><a accesskey="p" href="style-reference.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="object-tree.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
+ </tr></table>
22
+ <div class="part">
23
+ <div class="titlepage"><div><div><h1 class="title">
24
+ <a name="id-1.4"></a>Part III. Annexes</h1></div></div></div>
25
+ <div class="toc">
26
+ <p><b>Table of Contents</b></p>
27
+ <dl class="toc">
28
+ <dt><span class="chapter"><a href="object-tree.html">Object Hierarchy</a></span></dt>
29
+ <dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
30
+ <dt><span class="index"><a href="api-index-full.html">Index of all symbols</a></span></dt>
31
+ <dt><span class="index"><a href="api-index-deprecated.html">Index of deprecated symbols</a></span></dt>
32
+ <dt><span class="index"><a href="api-index-2-0.html">Index of new symbols in 2.0</a></span></dt>
33
+ <dt><span class="index"><a href="api-index-2-2.html">Index of new symbols in 2.2</a></span></dt>
34
+ <dt><span class="index"><a href="api-index-2-4.html">Index of new symbols in 2.4</a></span></dt>
35
+ <dt><span class="index"><a href="api-index-2-8.html">Index of new symbols in 2.8</a></span></dt>
36
+ <dt><span class="index"><a href="api-index-2-10.html">Index of new symbols in 2.10</a></span></dt>
37
+ <dt><span class="index"><a href="api-index-2-12.html">Index of new symbols in 2.12</a></span></dt>
38
+ <dt><span class="index"><a href="api-index-3-0.html">Index of new symbols in 3.0</a></span></dt>
39
+ <dt><span class="index"><a href="api-index-3-4.html">Index of new symbols in 3.4</a></span></dt>
40
+ <dt><span class="index"><a href="api-index-3-10.html">Index of new symbols in 3.10</a></span></dt>
41
+ <dt><span class="index"><a href="api-index-3-12.html">Index of new symbols in 3.12</a></span></dt>
42
+ <dt><span class="index"><a href="api-index-3-14.html">Index of new symbols in 3.14</a></span></dt>
43
+ <dt><span class="index"><a href="api-index-3-16.html">Index of new symbols in 3.16</a></span></dt>
44
+ <dt><span class="index"><a href="api-index-3-18.html">Index of new symbols in 3.18</a></span></dt>
45
+ <dt><span class="index"><a href="api-index-3-20.html">Index of new symbols in 3.20</a></span></dt>
46
+ <dt><span class="index"><a href="api-index-3-22.html">Index of new symbols in 3.22</a></span></dt>
47
+ </dl>
48
+ </div>
49
+ </div>
50
+ <div class="footer">
51
+ <hr>Generated by GTK-Doc V1.25.1</div>
52
+ </body>
53
+ </html>
@@ -3,11 +3,11 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Style Scheme Definition Reference: GtkSourceView 3 Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
7
  <link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
8
- <link rel="up" href="ch09.html" title="Syntax highlighting reference">
8
+ <link rel="up" href="pt02.html" title="Part II. Syntax highlighting reference">
9
9
  <link rel="prev" href="lang-reference.html" title="Language Definition v2.0 Reference">
10
- <link rel="next" href="object-tree.html" title="Object Hierarchy">
10
+ <link rel="next" href="pt03.html" title="Part III. Annexes">
11
11
  <meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
@@ -15,9 +15,9 @@
15
15
  <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
16
  <td width="100%" align="left" class="shortcuts"></td>
17
17
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
- <td><a accesskey="u" href="ch09.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
18
+ <td><a accesskey="u" href="pt02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
19
19
  <td><a accesskey="p" href="lang-reference.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
- <td><a accesskey="n" href="object-tree.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
20
+ <td><a accesskey="n" href="pt03.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
22
  <div class="refentry">
23
23
  <a name="style-reference"></a><div class="titlepage"></div>
@@ -138,7 +138,7 @@
138
138
  </context>
139
139
 
140
140
  <context id="hexadecimal-color" style-ref="color">
141
- <match>#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})\b</match>
141
+ <match>#([a-fA-F0-9]{8}|[a-fA-F0-9]{6}|[a-fA-F0-9]{4}|[a-fA-F0-9]{3})\b</match>
142
142
  </context>
143
143
 
144
144
  <context id="named-color" style-ref="color">
@@ -175,7 +175,7 @@
175
175
  </context>
176
176
 
177
177
  <context id="dimension" style-ref="dimension">
178
- <match>[\+-]?([0-9]+|[0-9]*\.[0-9]+)(%|e(m|x)|p(x|t|c)|in|ft|(m|c)m|k?Hz|deg|g?rad|m?s)</match>
178
+ <match>[\+-]?([0-9]+|[0-9]*\.[0-9]+)(%|e(m|x)|(v(h|w|min|max))|ch|rem|p(x|t|c)|in|ft|(m|c)m|k?Hz|deg|g?rad|m?s)</match>
179
179
  </context>
180
180
 
181
181
  <context id="resolution" style-ref="dimension">
@@ -7,20 +7,19 @@
7
7
  Copyright (C) 2011 Remy Loubradou <remy.loubradou@gmail.com>
8
8
  Copyright (C) 2015 Seán de Búrca <leftmostcat@gmail.com>
9
9
 
10
- This library is free software; you can redistribute it and/or
11
- modify it under the terms of the GNU Library General Public
10
+ GtkSourceView is free software; you can redistribute it and/or
11
+ modify it under the terms of the GNU Lesser General Public
12
12
  License as published by the Free Software Foundation; either
13
- version 2 of the License, or (at your option) any later version.
13
+ version 2.1 of the License, or (at your option) any later version.
14
14
 
15
- This library is distributed in the hope that it will be useful,
15
+ GtkSourceView is distributed in the hope that it will be useful,
16
16
  but WITHOUT ANY WARRANTY; without even the implied warranty of
17
17
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18
- Library General Public License for more details.
18
+ Lesser General Public License for more details.
19
19
 
20
- You should have received a copy of the GNU Library General Public
21
- License along with this library; if not, write to the
22
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23
- Boston, MA 02111-1307, USA.
20
+ You should have received a copy of the GNU Lesser General Public
21
+ License along with this library; if not, write to the Free Software
22
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
24
23
 
25
24
  -->
26
25
  <language id="jade" _name="Jade" version="2.0" _section="Markup">
@@ -5,7 +5,7 @@
5
5
 
6
6
  Copyright (C) 2005-2007 - Marco Barisione <barisione@gmail.com>
7
7
  Copyright (C) 2012-2013 - Tobias Marczewski <tmarczewski@ed-alumni.net>
8
- Copyright (C) 2013 - Sébastien Wilmet <swilmet@gnome.org>
8
+ Copyright (C) 2013, 2016 - Sébastien Wilmet <swilmet@gnome.org>
9
9
 
10
10
  GtkSourceView is free software; you can redistribute it and/or
11
11
  modify it under the terms of the GNU Lesser General Public
@@ -47,9 +47,6 @@
47
47
  <style id="subsubsection" _name="SubSubSection Heading" map-to="def:heading4"/>
48
48
  <style id="paragraph" _name="Paragraph Heading" map-to="def:heading5"/>
49
49
  <style id="subparagraph" _name="SubParagraph Heading" map-to="def:heading6"/>
50
-
51
- <!-- names, e.g., name of package, name of environment, name of class -->
52
- <style id="name" _name="Name" map-to="def:identifier"/>
53
50
  </styles>
54
51
 
55
52
  <definitions>
@@ -79,11 +76,22 @@
79
76
  <!-- verbatim -->
80
77
 
81
78
  <context id="verbatim-env" style-inside="true" style-ref="verbatim" class-disabled="no-spell-check">
82
- <start>(\\begin)\{(verbatim\*?|lstlisting|alltt)\}</start>
83
- <end>(\\end)\{\%{2@start}\}</end>
79
+ <start>(\\begin)\{(verbatim\*?|alltt)\}</start>
80
+ <end>(\\end)\{(\%{2@start})\}</end>
84
81
  <include>
85
82
  <context sub-pattern="1" where="start" style-ref="common-commands" class="no-spell-check"/>
86
83
  <context sub-pattern="1" where="end" style-ref="common-commands" class="no-spell-check"/>
84
+ <context sub-pattern="2" where="start" class="no-spell-check"/>
85
+ <context sub-pattern="2" where="end" class="no-spell-check"/>
86
+ </include>
87
+ </context>
88
+
89
+ <context id="lstlisting-env" style-inside="true" style-ref="verbatim" class="no-spell-check">
90
+ <start>(\\begin)\{lstlisting\}</start>
91
+ <end>(\\end)\{lstlisting\}</end>
92
+ <include>
93
+ <context sub-pattern="1" where="start" style-ref="common-commands"/>
94
+ <context sub-pattern="1" where="end" style-ref="common-commands"/>
87
95
  </include>
88
96
  </context>
89
97
 
@@ -91,12 +99,10 @@
91
99
 
92
100
  <context id="R-block" class="no-spell-check">
93
101
  <start>(\\begin)\{(Scode|Sinput|Soutput)\}</start>
94
- <end>(\\end)\{(\%{2@start})\}</end>
102
+ <end>(\\end)\{\%{2@start}\}</end>
95
103
  <include>
96
104
  <context sub-pattern="1" where="start" style-ref="common-commands"/>
97
- <context sub-pattern="2" where="start" style-ref="name"/>
98
105
  <context sub-pattern="1" where="end" style-ref="common-commands"/>
99
- <context sub-pattern="2" where="end" style-ref="name"/>
100
106
  <context ref="r:r"/>
101
107
  </include>
102
108
  </context>
@@ -118,29 +124,29 @@
118
124
 
119
125
  If using \verb instead of \lstinline, the brackets cannot be used
120
126
  -->
121
- <context id="lstinline-curly-brackets" style-inside="true" style-ref="verbatim" class-disabled="no-spell-check">
127
+ <context id="lstinline-curly-brackets" style-inside="true" style-ref="verbatim" class="no-spell-check">
122
128
  <start>(\\lstinline)(\[.*?\])?{</start>
123
129
  <end>}</end>
124
130
  <include>
125
- <context sub-pattern="1" where="start" style-ref="command" class="no-spell-check"/>
131
+ <context sub-pattern="1" where="start" style-ref="command"/>
126
132
  </include>
127
133
  </context>
128
134
 
129
- <context id="lstinline-square-brackets" style-inside="true" style-ref="verbatim" class-disabled="no-spell-check">
135
+ <context id="lstinline-square-brackets" style-inside="true" style-ref="verbatim" class="no-spell-check">
130
136
  <!-- square brackets don't match with the pair, and they require an
131
137
  optional argument, even if empty -->
132
138
  <start>(\\lstinline)(\[.*?\])\[</start>
133
139
  <end>\[</end>
134
140
  <include>
135
- <context sub-pattern="1" where="start" style-ref="command" class="no-spell-check"/>
141
+ <context sub-pattern="1" where="start" style-ref="command"/>
136
142
  </include>
137
143
  </context>
138
144
 
139
- <context id="lstinline" style-inside="true" style-ref="verbatim" class-disabled="no-spell-check">
145
+ <context id="lstinline" style-inside="true" style-ref="verbatim" class="no-spell-check">
140
146
  <start>(\\lstinline)(\[.*?\])?((?!\[)\S)</start> <!-- ignore when starting with [ -->
141
147
  <end>\%{3@start}</end>
142
148
  <include>
143
- <context sub-pattern="1" where="start" style-ref="command" class="no-spell-check"/>
149
+ <context sub-pattern="1" where="start" style-ref="command"/>
144
150
  </include>
145
151
  </context>
146
152
 
@@ -156,6 +162,7 @@
156
162
  <context id="verbatim">
157
163
  <include>
158
164
  <context ref="verbatim-env"/>
165
+ <context ref="lstlisting-env"/>
159
166
  <context ref="verbatim-inline"/>
160
167
  <context ref="lstinline-curly-brackets"/>
161
168
  <context ref="lstinline-square-brackets"/>
@@ -280,15 +287,6 @@
280
287
  <keyword>zeta</keyword>
281
288
  </context>
282
289
 
283
- <context id="include" style-ref="include" class="no-spell-check">
284
- <prefix>\\</prefix>
285
-
286
- <keyword>input</keyword>
287
- <keyword>include</keyword>
288
- <keyword>includeonly</keyword>
289
- <keyword>usepackage</keyword>
290
- </context>
291
-
292
290
  <context id="generic-command" style-ref="command" class="no-spell-check" extend-parent="false">
293
291
  <match>\\\@?[[:alnum:]]+\*?</match>
294
292
  </context>
@@ -296,26 +294,23 @@
296
294
  <context id="specific-commands">
297
295
  <include>
298
296
  <context id="documentclass" class="no-spell-check">
299
- <match>(\\documentclass)(\[.*\])?\{([a-zA-Z]+)\}</match>
297
+ <match>(\\documentclass)(\[.*\])?(\{.*\})?</match>
300
298
  <include>
301
299
  <context sub-pattern="1" style-ref="common-commands"/>
302
- <context sub-pattern="3" style-ref="name"/>
303
300
  </include>
304
301
  </context>
305
302
 
306
- <context id="usepackage" class="no-spell-check">
307
- <match>(\\usepackage)(\[.*\])?\{([0-9a-zA-Z,\s]+)\}</match>
303
+ <context id="include" class="no-spell-check">
304
+ <match>(\\(input|include|includeonly|usepackage))(\[.*\])?(\{.*\})?</match>
308
305
  <include>
309
306
  <context sub-pattern="1" style-ref="include"/>
310
- <context sub-pattern="3" style-ref="name"/>
311
307
  </include>
312
308
  </context>
313
309
 
314
310
  <context id="begin-end-command" class="no-spell-check">
315
- <match>(\\(begin|end))\{([a-zA-Z0-9]+\*?)\}</match>
311
+ <match>(\\(begin|end))\{.*\}</match>
316
312
  <include>
317
313
  <context sub-pattern="1" style-ref="common-commands"/>
318
- <context sub-pattern="3" style-ref="name"/>
319
314
  </include>
320
315
  </context>
321
316
  </include>
@@ -540,14 +535,12 @@
540
535
  </include>
541
536
  </context>
542
537
 
543
- <context id="math-env" style-ref="math" class="no-spell-check">
538
+ <context id="math-env" style-ref="math" style-inside="true" class="no-spell-check">
544
539
  <start>(\\begin)\{(math|displaymath|equation\*?|align\*?|eqnarray\*?)\}</start>
545
- <end>(\\end)\{(\%{2@start})\}</end>
540
+ <end>(\\end)\{\%{2@start}\}</end>
546
541
  <include>
547
542
  <context sub-pattern="1" where="start" style-ref="common-commands"/>
548
- <context sub-pattern="2" where="start" style-ref="name"/>
549
543
  <context sub-pattern="1" where="end" style-ref="common-commands"/>
550
- <context sub-pattern="2" where="end" style-ref="name"/>
551
544
  <context ref="in-math"/>
552
545
  </include>
553
546
  </context>
@@ -590,7 +583,6 @@
590
583
  <context ref="headings"/>
591
584
  <context ref="math"/>
592
585
  <context ref="specific-commands"/>
593
- <context ref="include"/>
594
586
  <context ref="common-commands"/>
595
587
  <context ref="special-char"/>
596
588
  <context ref="generic-command"/>
@@ -159,7 +159,11 @@
159
159
 
160
160
  <context ref="python:hex"/>
161
161
 
162
+ <context ref="python:module-handler-from"/>
162
163
  <context ref="python:module-handler"/>
164
+ <context ref="python:function-definition"/>
165
+ <context ref="python:class-definition"/>
166
+ <context ref="python:decorator"/>
163
167
 
164
168
  <context ref="python:keywords"/>
165
169
  <context id="3x-only-keywords" style-ref="keyword">
@@ -47,14 +47,14 @@
47
47
  <definitions>
48
48
 
49
49
  <context id="define" style-ref="define" end-at-line-end="true">
50
- <start>%define</start>
50
+ <start>%(?:define|global)</start>
51
51
  <include>
52
52
  <context ref="def:line-continue" ignore-style="true"/>
53
53
  </include>
54
54
  </context>
55
55
 
56
56
  <context id="conditional-define" style-ref="define" end-at-line-end="true">
57
- <start>%\{\!\?.*%define</start>
57
+ <start>%\{\!\?.*%(?:define|global)</start>
58
58
  <end>\}</end>
59
59
  <include>
60
60
  <context ref="def:line-continue" ignore-style="true"/>
@@ -69,6 +69,7 @@
69
69
  <keyword>[A-Za-z]+Req</keyword>
70
70
  <keyword>Build[A-Za-z]+</keyword>
71
71
  <keyword>Conflicts</keyword>
72
+ <keyword>Enhances</keyword>
72
73
  <keyword>Epoch</keyword>
73
74
  <keyword>Group</keyword>
74
75
  <keyword>Icon</keyword>