gtksourceview3 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (235) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/ext/gtksourceview3/extconf.rb +1 -2
  4. data/ext/gtksourceview3/rbgtksourcegutterrenderertext.c +1 -25
  5. data/ext/gtksourceview3/rbgtksourceview3conversions.h +7 -0
  6. data/ext/gtksourceview3/rbgtksourceview3private.h +0 -1
  7. data/lib/2.0/gtksourceview3.so +0 -0
  8. data/test/run-test.rb +17 -7
  9. data/test/test_mark_attributes.rb +1 -1
  10. data/test/test_source_gutter_renderer.rb +33 -0
  11. data/test/test_source_language_manager.rb +46 -0
  12. data/test/test_source_view.rb +34 -0
  13. data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
  14. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +4 -0
  15. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +28 -0
  16. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceencoding.h +54 -0
  17. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefile.h +115 -0
  18. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefileloader.h +122 -0
  19. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefilesaver.h +147 -0
  20. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +3 -0
  21. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +48 -2
  22. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h +1 -3
  23. data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +33 -0
  24. data/vendor/local/lib/girepository-1.0/GtkSource-3.0.typelib +0 -0
  25. data/vendor/local/lib/libgtksourceview-3.0.dll.a +0 -0
  26. data/vendor/local/lib/libgtksourceview-3.0.la +3 -3
  27. data/vendor/local/lib/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  28. data/vendor/local/lib/locale/as/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  29. data/vendor/local/lib/locale/be/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  30. data/vendor/local/lib/locale/bg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  31. data/vendor/local/lib/locale/bn_IN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  32. data/vendor/local/lib/locale/ca/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  33. data/vendor/local/lib/locale/ca@valencia/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  34. data/vendor/local/lib/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  35. data/vendor/local/lib/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  36. data/vendor/local/lib/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  37. data/vendor/local/lib/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  38. data/vendor/local/lib/locale/en_GB/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  39. data/vendor/local/lib/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  40. data/vendor/local/lib/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  41. data/vendor/local/lib/locale/fa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  42. data/vendor/local/lib/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  43. data/vendor/local/lib/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  44. data/vendor/local/lib/locale/ga/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  45. data/vendor/local/lib/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  46. data/vendor/local/lib/locale/gu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  47. data/vendor/local/lib/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  48. data/vendor/local/lib/locale/hi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  49. data/vendor/local/lib/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  50. data/vendor/local/lib/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  51. data/vendor/local/lib/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  52. data/vendor/local/lib/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  53. data/vendor/local/lib/locale/kn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  54. data/vendor/local/lib/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  55. data/vendor/local/lib/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  56. data/vendor/local/lib/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  57. data/vendor/local/lib/locale/ml/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  58. data/vendor/local/lib/locale/mr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  59. data/vendor/local/lib/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  60. data/vendor/local/lib/locale/nl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  61. data/vendor/local/lib/locale/or/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  62. data/vendor/local/lib/locale/pa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  63. data/vendor/local/lib/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  64. data/vendor/local/lib/locale/pt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  65. data/vendor/local/lib/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  66. data/vendor/local/lib/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  67. data/vendor/local/lib/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  68. data/vendor/local/lib/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  69. data/vendor/local/lib/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  70. data/vendor/local/lib/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  71. data/vendor/local/lib/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  72. data/vendor/local/lib/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  73. data/vendor/local/lib/locale/te/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  74. data/vendor/local/lib/locale/th/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  75. data/vendor/local/lib/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  76. data/vendor/local/lib/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  77. data/vendor/local/lib/locale/uk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  78. data/vendor/local/lib/locale/vi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  79. data/vendor/local/lib/locale/zh_CN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  80. data/vendor/local/lib/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  81. data/vendor/local/lib/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
  82. data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +2 -2
  83. data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +2211 -330
  84. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +1682 -983
  85. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +818 -573
  86. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +267 -189
  87. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +209 -157
  88. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +247 -167
  89. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +428 -295
  90. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +558 -420
  91. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +217 -125
  92. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +366 -0
  93. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +563 -0
  94. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +769 -0
  95. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +962 -0
  96. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +341 -196
  97. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +1211 -827
  98. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +327 -206
  99. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +156 -96
  100. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +431 -269
  101. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +300 -235
  102. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +203 -139
  103. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +640 -452
  104. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +1444 -1114
  105. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +794 -573
  106. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +421 -280
  107. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +232 -99
  108. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +283 -178
  109. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +326 -220
  110. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +313 -194
  111. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +1430 -924
  112. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +33 -13
  113. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +7 -7
  114. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +47 -47
  115. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +39 -0
  116. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +299 -0
  117. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +5 -5
  118. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +35 -15
  119. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +742 -430
  120. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +31 -19
  121. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +4 -4
  122. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +95 -81
  123. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +519 -463
  124. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +32 -18
  125. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.sgml +326 -153
  126. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +151 -57
  127. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +14 -17
  128. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +42 -37
  129. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +39 -8
  130. data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style.css +260 -105
  131. data/vendor/local/share/gtksourceview-3.0/language-specs/actionscript.lang +1 -1
  132. data/vendor/local/share/gtksourceview-3.0/language-specs/ada.lang +1 -1
  133. data/vendor/local/share/gtksourceview-3.0/language-specs/ansforth94.lang +729 -0
  134. data/vendor/local/share/gtksourceview-3.0/language-specs/asp.lang +1 -1
  135. data/vendor/local/share/gtksourceview-3.0/language-specs/automake.lang +3 -2
  136. data/vendor/local/share/gtksourceview-3.0/language-specs/awk.lang +1 -1
  137. data/vendor/local/share/gtksourceview-3.0/language-specs/bennugd.lang +1 -1
  138. data/vendor/local/share/gtksourceview-3.0/language-specs/bluespec.lang +1 -1
  139. data/vendor/local/share/gtksourceview-3.0/language-specs/boo.lang +1 -1
  140. data/vendor/local/share/gtksourceview-3.0/language-specs/c.lang +1 -1
  141. data/vendor/local/share/gtksourceview-3.0/language-specs/cg.lang +1 -1
  142. data/vendor/local/share/gtksourceview-3.0/language-specs/changelog.lang +1 -1
  143. data/vendor/local/share/gtksourceview-3.0/language-specs/chdr.lang +1 -1
  144. data/vendor/local/share/gtksourceview-3.0/language-specs/cmake.lang +1 -1
  145. data/vendor/local/share/gtksourceview-3.0/language-specs/cobol.lang +536 -345
  146. data/vendor/local/share/gtksourceview-3.0/language-specs/cpp.lang +1 -1
  147. data/vendor/local/share/gtksourceview-3.0/language-specs/csharp.lang +1 -1
  148. data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +6 -1
  149. data/vendor/local/share/gtksourceview-3.0/language-specs/cuda.lang +1 -1
  150. data/vendor/local/share/gtksourceview-3.0/language-specs/d.lang +25 -3
  151. data/vendor/local/share/gtksourceview-3.0/language-specs/def.lang +8 -0
  152. data/vendor/local/share/gtksourceview-3.0/language-specs/desktop.lang +1 -1
  153. data/vendor/local/share/gtksourceview-3.0/language-specs/diff.lang +1 -1
  154. data/vendor/local/share/gtksourceview-3.0/language-specs/dosbatch.lang +1 -1
  155. data/vendor/local/share/gtksourceview-3.0/language-specs/dot.lang +1 -1
  156. data/vendor/local/share/gtksourceview-3.0/language-specs/dpatch.lang +2 -2
  157. data/vendor/local/share/gtksourceview-3.0/language-specs/dtd.lang +1 -1
  158. data/vendor/local/share/gtksourceview-3.0/language-specs/eiffel.lang +1 -1
  159. data/vendor/local/share/gtksourceview-3.0/language-specs/erlang.lang +1 -1
  160. data/vendor/local/share/gtksourceview-3.0/language-specs/fcl.lang +1 -3
  161. data/vendor/local/share/gtksourceview-3.0/language-specs/forth.lang +1 -1
  162. data/vendor/local/share/gtksourceview-3.0/language-specs/fortran.lang +85 -6
  163. data/vendor/local/share/gtksourceview-3.0/language-specs/fsharp.lang +1 -1
  164. data/vendor/local/share/gtksourceview-3.0/language-specs/gdb-log.lang +1 -1
  165. data/vendor/local/share/gtksourceview-3.0/language-specs/glsl.lang +1 -1
  166. data/vendor/local/share/gtksourceview-3.0/language-specs/go.lang +1 -1
  167. data/vendor/local/share/gtksourceview-3.0/language-specs/gtkrc.lang +1 -1
  168. data/vendor/local/share/gtksourceview-3.0/language-specs/haskell-literate.lang +1 -1
  169. data/vendor/local/share/gtksourceview-3.0/language-specs/haskell.lang +1 -1
  170. data/vendor/local/share/gtksourceview-3.0/language-specs/html.lang +238 -137
  171. data/vendor/local/share/gtksourceview-3.0/language-specs/idl.lang +1 -1
  172. data/vendor/local/share/gtksourceview-3.0/language-specs/ini.lang +2 -2
  173. data/vendor/local/share/gtksourceview-3.0/language-specs/j.lang +1 -1
  174. data/vendor/local/share/gtksourceview-3.0/language-specs/java.lang +1 -1
  175. data/vendor/local/share/gtksourceview-3.0/language-specs/javascript.lang +1 -1
  176. data/vendor/local/share/gtksourceview-3.0/language-specs/json.lang +1 -1
  177. data/vendor/local/share/gtksourceview-3.0/language-specs/latex.lang +389 -133
  178. data/vendor/local/share/gtksourceview-3.0/language-specs/lex.lang +209 -0
  179. data/vendor/local/share/gtksourceview-3.0/language-specs/libtool.lang +1 -1
  180. data/vendor/local/share/gtksourceview-3.0/language-specs/llvm.lang +315 -0
  181. data/vendor/local/share/gtksourceview-3.0/language-specs/lua.lang +1 -1
  182. data/vendor/local/share/gtksourceview-3.0/language-specs/m4.lang +4 -4
  183. data/vendor/local/share/gtksourceview-3.0/language-specs/makefile.lang +1 -1
  184. data/vendor/local/share/gtksourceview-3.0/language-specs/mediawiki.lang +16 -12
  185. data/vendor/local/share/gtksourceview-3.0/language-specs/nemerle.lang +1 -1
  186. data/vendor/local/share/gtksourceview-3.0/language-specs/netrexx.lang +1 -1
  187. data/vendor/local/share/gtksourceview-3.0/language-specs/nsis.lang +1 -1
  188. data/vendor/local/share/gtksourceview-3.0/language-specs/objc.lang +1 -1
  189. data/vendor/local/share/gtksourceview-3.0/language-specs/objj.lang +1 -1
  190. data/vendor/local/share/gtksourceview-3.0/language-specs/ocaml.lang +1 -1
  191. data/vendor/local/share/gtksourceview-3.0/language-specs/ocl.lang +1 -1
  192. data/vendor/local/share/gtksourceview-3.0/language-specs/ooc.lang +1 -1
  193. data/vendor/local/share/gtksourceview-3.0/language-specs/opal.lang +1 -1
  194. data/vendor/local/share/gtksourceview-3.0/language-specs/opencl.lang +1 -1
  195. data/vendor/local/share/gtksourceview-3.0/language-specs/pascal.lang +12 -12
  196. data/vendor/local/share/gtksourceview-3.0/language-specs/perl.lang +1 -1
  197. data/vendor/local/share/gtksourceview-3.0/language-specs/php.lang +15 -15
  198. data/vendor/local/share/gtksourceview-3.0/language-specs/pkgconfig.lang +1 -1
  199. data/vendor/local/share/gtksourceview-3.0/language-specs/po.lang +1 -1
  200. data/vendor/local/share/gtksourceview-3.0/language-specs/prolog.lang +1 -1
  201. data/vendor/local/share/gtksourceview-3.0/language-specs/protobuf.lang +2 -4
  202. data/vendor/local/share/gtksourceview-3.0/language-specs/puppet.lang +1 -1
  203. data/vendor/local/share/gtksourceview-3.0/language-specs/python.lang +62 -3
  204. data/vendor/local/share/gtksourceview-3.0/language-specs/python3.lang +1 -1
  205. data/vendor/local/share/gtksourceview-3.0/language-specs/rpmspec.lang +3 -1
  206. data/vendor/local/share/gtksourceview-3.0/language-specs/rst.lang +142 -0
  207. data/vendor/local/share/gtksourceview-3.0/language-specs/ruby.lang +2 -2
  208. data/vendor/local/share/gtksourceview-3.0/language-specs/scala.lang +1 -1
  209. data/vendor/local/share/gtksourceview-3.0/language-specs/scheme.lang +1 -1
  210. data/vendor/local/share/gtksourceview-3.0/language-specs/sh.lang +2 -2
  211. data/vendor/local/share/gtksourceview-3.0/language-specs/sml.lang +1 -1
  212. data/vendor/local/share/gtksourceview-3.0/language-specs/sparql.lang +1 -1
  213. data/vendor/local/share/gtksourceview-3.0/language-specs/sql.lang +1 -1
  214. data/vendor/local/share/gtksourceview-3.0/language-specs/sweave.lang +67 -0
  215. data/vendor/local/share/gtksourceview-3.0/language-specs/systemverilog.lang +1 -1
  216. data/vendor/local/share/gtksourceview-3.0/language-specs/tcl.lang +1 -1
  217. data/vendor/local/share/gtksourceview-3.0/language-specs/vala.lang +1 -1
  218. data/vendor/local/share/gtksourceview-3.0/language-specs/vbnet.lang +1 -1
  219. data/vendor/local/share/gtksourceview-3.0/language-specs/verilog.lang +1 -1
  220. data/vendor/local/share/gtksourceview-3.0/language-specs/vhdl.lang +1 -1
  221. data/vendor/local/share/gtksourceview-3.0/language-specs/yacc.lang +2 -2
  222. data/vendor/local/share/gtksourceview-3.0/language-specs/yaml.lang +214 -0
  223. data/vendor/local/share/gtksourceview-3.0/styles/classic.xml +13 -2
  224. data/vendor/local/share/gtksourceview-3.0/styles/cobalt.xml +16 -5
  225. data/vendor/local/share/gtksourceview-3.0/styles/kate.xml +11 -3
  226. data/vendor/local/share/gtksourceview-3.0/styles/oblivion.xml +14 -4
  227. data/vendor/local/share/gtksourceview-3.0/styles/solarized-dark.xml +101 -0
  228. data/vendor/local/share/gtksourceview-3.0/styles/solarized-light.xml +101 -0
  229. data/vendor/local/share/gtksourceview-3.0/styles/styles.rng +3 -0
  230. data/vendor/local/share/gtksourceview-3.0/styles/tango.xml +14 -2
  231. data/vendor/local/share/license/gtksourceview/AUTHORS +1 -0
  232. data/vendor/local/share/license/gtksourceview/COPYING +415 -251
  233. metadata +31 -13
  234. data/lib/1.9/gtksourceview3.so +0 -0
  235. data/lib/2.1/gtksourceview3.so +0 -0
@@ -0,0 +1,67 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+
4
+ This file is part of GtkSourceView
5
+
6
+ Authors: Lawrence Hudson
7
+ Copyright (C) 2010, 2014 Lawrence Hudson <quicklizard@googlemail.com>
8
+
9
+ GtkSourceView is free software; you can redistribute it and/or
10
+ modify it under the terms of the GNU Lesser General Public
11
+ License as published by the Free Software Foundation; either
12
+ version 2.1 of the License, or (at your option) any later version.
13
+
14
+ GtkSourceView is distributed in the hope that it will be useful,
15
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
+ Lesser General Public License for more details.
18
+
19
+ You should have received a copy of the GNU Lesser General Public
20
+ License along with this library; if not, write to the Free Software
21
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22
+
23
+ -->
24
+
25
+ <language id="sweave" _name="Sweave" version="2.0" _section="Markup">
26
+ <metadata>
27
+ <property name="globs">*.rnw;*.Rnw;*.snw;*.Snw</property>
28
+ <property name="line-comment-start">%</property>
29
+ </metadata>
30
+
31
+ <styles>
32
+ <style id="comment" _name="Comment" map-to="latex:comment"/>
33
+ <style id="command" _name="Command" map-to="latex:command"/>
34
+ <style id="verbatim" _name="Verbatim" map-to="latex:verbatim"/>
35
+ </styles>
36
+
37
+ <definitions>
38
+ <context id="inline-R" class="no-spell-check">
39
+ <match>(\\Sexpr)\{([^\}]*)\}</match>
40
+ <include>
41
+ <context sub-pattern="1" style-ref="command"/>
42
+ <context sub-pattern="2" style-ref="verbatim"/>
43
+ </include>
44
+ </context>
45
+
46
+ <context id="R-block" class="no-spell-check">
47
+ <start>^\s*&lt;&lt;.*&gt;&gt;=</start>
48
+ <end>@</end>
49
+ <include>
50
+ <context sub-pattern="0" where="start" style-ref="command"/>
51
+ <context sub-pattern="0" where="end" style-ref="command"/>
52
+ <context ref="r:r"/>
53
+ <context id="R-slot" class="no-spell-check">
54
+ <match>[[:alnum:]]@[[:alnum:]]</match>
55
+ </context>
56
+ </include>
57
+ </context>
58
+
59
+ <context id="sweave">
60
+ <include>
61
+ <context ref="inline-R"/>
62
+ <context ref="R-block"/>
63
+ <context ref="latex:latex"/>
64
+ </include>
65
+ </context>
66
+ </definitions>
67
+ </language>
@@ -19,7 +19,7 @@
19
19
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
20
20
 
21
21
  -->
22
- <language id="systemverilog" _name="SystemVerilog" version="2.0" _section="Sources">
22
+ <language id="systemverilog" _name="SystemVerilog" version="2.0" _section="Source">
23
23
  <metadata>
24
24
  <property name="globs">*.sv;*.svh</property>
25
25
  <property name="line-comment-start">//</property>
@@ -21,7 +21,7 @@
21
21
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22
22
 
23
23
  -->
24
- <language id="tcl" _name="Tcl" version="2.0" _section="Scripts">
24
+ <language id="tcl" _name="Tcl" version="2.0" _section="Script">
25
25
  <metadata>
26
26
  <property name="mimetypes">text/x-tcl;application/x-tcl</property>
27
27
  <property name="globs">*.tcl;*.tk</property>
@@ -25,7 +25,7 @@
25
25
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
26
26
 
27
27
  -->
28
- <language id="vala" _name="Vala" version="2.0" _section="Sources">
28
+ <language id="vala" _name="Vala" version="2.0" _section="Source">
29
29
  <metadata>
30
30
  <property name="mimetypes">text/x-vala</property>
31
31
  <property name="globs">*.vala;*.vapi</property>
@@ -21,7 +21,7 @@
21
21
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22
22
 
23
23
  -->
24
- <language id="vbnet" _name="VB.NET" version="2.0" _section="Sources">
24
+ <language id="vbnet" _name="VB.NET" version="2.0" _section="Source">
25
25
  <metadata>
26
26
  <property name="mimetypes">text/x-vbnet;text/x-vb</property>
27
27
  <property name="globs">*.vb</property>
@@ -21,7 +21,7 @@
21
21
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22
22
 
23
23
  -->
24
- <language id="verilog" _name="Verilog" version="2.0" _section="Sources">
24
+ <language id="verilog" _name="Verilog" version="2.0" _section="Source">
25
25
  <metadata>
26
26
  <property name="mimetypes">text/x-verilog-src</property>
27
27
  <property name="globs">*.v</property>
@@ -21,7 +21,7 @@
21
21
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22
22
 
23
23
  -->
24
- <language id="vhdl" _name="VHDL" version="2.0" _section="Sources">
24
+ <language id="vhdl" _name="VHDL" version="2.0" _section="Source">
25
25
  <metadata>
26
26
  <property name="mimetypes">text/x-vhdl</property>
27
27
  <property name="globs">*.vhd</property>
@@ -21,7 +21,7 @@
21
21
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22
22
 
23
23
  -->
24
- <language id="yacc" _name="Yacc" _section="Others" version="2.0">
24
+ <language id="yacc" _name="Yacc" _section="Other" version="2.0">
25
25
  <metadata>
26
26
  <property name="mimetypes">text/x-yacc;text/x-bison</property>
27
27
  <property name="globs">*.y;*.yacc</property>
@@ -33,7 +33,7 @@
33
33
  <styles>
34
34
  <!--FIXME make it better names, and make them translatable -->
35
35
  <style id="keyword" _name="keyword" map-to="def:keyword"/>
36
- <style id="token-type" _name="token-type" map-to="def:type"/>
36
+ <style id="token-type" _name="token type" map-to="def:type"/>
37
37
  <style id="rule" _name="rule" map-to="def:identifier"/>
38
38
  </styles>
39
39
 
@@ -0,0 +1,214 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- vim: tabstop=2 shiftwidth=2
3
+
4
+ yaml.lang basic syntax highlighting of YAML for GtkSourceView
5
+
6
+ Copyright (C) 2013 Masood Behabadi <masood@dentcat.com>
7
+
8
+ This program is free software; you can redistribute it and/or
9
+ modify it under the terms of the GNU Lesser General Public
10
+ License as published by the Free Software Foundation; either
11
+ version 2.1 of the License, or (at your option) any later version.
12
+
13
+ This program is distributed in the hope that it will be useful,
14
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16
+ Lesser General Public License for more details.
17
+
18
+ You should have received a copy of the GNU Lesser General Public
19
+ License along with this library; if not, write to the Free Software
20
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21
+ -->
22
+ <language id="yaml" _name="YAML" _section="Other" version="2.0">
23
+ <metadata>
24
+ <property name="mimetypes">application/x-yaml</property>
25
+ <property name="globs">*.yaml;*.yml;</property>
26
+ <property name="line-comment-start">#</property>
27
+ </metadata>
28
+
29
+ <styles>
30
+ <style id="scalar" _name="Block literal" map-to="def:string"/>
31
+ <style id="comment" _name="Comment" map-to="def:comment"/>
32
+ <style id="string" _name="String" map-to="def:string"/>
33
+ <style id="anchor" _name="Anchor" map-to="def:identifier"/>
34
+ <style id="tag" _name="Tag" map-to="def:preprocessor"/>
35
+ <style id="alias" _name="Alias" map-to="def:type"/>
36
+ <style id="map-key" _name="Map key" map-to="def:keyword"/>
37
+ <style id="directive" _name="Directive" map-to="def:shebang"/>
38
+ <style id="null" _name="Null" map-to="def:special-constant"/>
39
+ <style id="bool" _name="Boolean" map-to="def:boolean"/>
40
+ <style id="int" _name="Integer" map-to="def:decimal"/>
41
+ <style id="float" _name="Floating point" map-to="def:floating-point"/>
42
+ </styles>
43
+
44
+ <definitions>
45
+
46
+ <define-regex id="ischar">[^-\?:,\[\]\{\}#&amp;*!|&gt;'"%@\s]</define-regex>
47
+
48
+ <define-regex id="lschar">[\s\[\{,]</define-regex>
49
+ <define-regex id="rschar">[\s\]\},]</define-regex>
50
+
51
+ <context id="scalar" class-disabled="no-spell-check">
52
+ <start>(?&lt;=^|\s)[|&gt;]$</start>
53
+ <include>
54
+ <context end-parent="true" style-ref="scalar">
55
+ <start>^(?'indent'\s+)</start>
56
+ <end>^(?!\%{indent@start})</end>
57
+ </context>
58
+ <context end-parent="true">
59
+ <match>(?=.)</match>
60
+ </context>
61
+ </include>
62
+ </context>
63
+
64
+ <context id="alias" style-ref="alias">
65
+ <match>(?&lt;=^|\s)\*\%{ischar}+(?=$|\s)</match>
66
+ </context>
67
+
68
+ <context id="tag" style-ref="tag">
69
+ <match>(?&lt;=^|\s)!(?:\%{ischar}*)?!?\%{ischar}+(?=$|\s)</match>
70
+ </context>
71
+
72
+ <context id="anchor" style-ref="anchor">
73
+ <match>(?&lt;=^|\s)&amp;\%{ischar}+(?=$|\s)</match>
74
+ </context>
75
+
76
+ <context id="string" end-at-line-end="true" style-ref="string" class-disabled="no-spell-check">
77
+ <start>(?&lt;=^|\%{lschar})(?'q'["'])</start>
78
+ <end>[^\\]\%{q@start}</end>
79
+ </context>
80
+
81
+ <context id="unquoted-string" end-at-line-end="true" style-ref="string" class-disabled="no-spell-check">
82
+ <start>(?=\%{ischar}|[:-\?\]\}]\S)</start>
83
+ <end>(?=:\s|:$|\s#)</end>
84
+ </context>
85
+
86
+ <context id="inline-unquoted" end-at-line-end="true" style-ref="string" class-disabled="no-spell-check">
87
+ <start>(?=\%{ischar}|-\S)</start>
88
+ <end>(?=[:,?\[\{\]\}]|\s#)</end>
89
+ </context>
90
+
91
+ <context id="null" style-ref="null">
92
+ <match>(?:null)(?=\s*$|\s+#)</match>
93
+ </context>
94
+
95
+ <context id="inline-null" style-ref="null">
96
+ <match>(?:null)(?=\s*[:,?\[\{\]\}]|\s+#)</match>
97
+ </context>
98
+
99
+ <context id="bool" style-ref="bool">
100
+ <match>(?:true|false)(?=\s*$|\s+#)</match>
101
+ </context>
102
+
103
+ <context id="inline-bool" style-ref="bool">
104
+ <match>(?:true|false)(?=\s*[:,?\[\{\]\}]|\s+#)</match>
105
+ </context>
106
+
107
+ <context id="inline-int" style-ref="int">
108
+ <match>-?(?:0|[1-9][0-9]*)(?=\s*[:,?\[\{\]\}]|\s+#)</match>
109
+ </context>
110
+
111
+ <context id="int" style-ref="int">
112
+ <match>-?(?:0|[1-9][0-9]*)(?=\s*$|\s+#)</match>
113
+ </context>
114
+
115
+ <context id="inline-float" style-ref="float">
116
+ <match>-?(?:0|[1-9][0-9]*)(?:[.][0-9]*)?(?:[eE][-+]?[0-9]+)?(?=\s*[:,?\[\{\]\}]|\s+#)</match>
117
+ </context>
118
+
119
+ <context id="float" style-ref="float">
120
+ <match>-?(?:0|[1-9][0-9]*)(?:[.][0-9]*)?(?:[eE][-+]?[0-9]+)?(?=\s*$|\s+#)</match>
121
+ </context>
122
+
123
+ <context id="comment" style-ref="comment">
124
+ <match>(?&lt;=^|\s)#.*$</match>
125
+ </context>
126
+
127
+ <context id="inline-sequence">
128
+ <start>(?&lt;=^|\s)\[</start>
129
+ <include>
130
+ <context ref="scalar"/>
131
+ <context ref="inline-sequence"/>
132
+ <context ref="inline-map"/>
133
+ <context ref="comment"/>
134
+ <context ref="alias"/>
135
+ <context ref="tag"/>
136
+ <context ref="anchor"/>
137
+ <context ref="string"/>
138
+ <context ref="inline-null"/>
139
+ <context ref="inline-bool"/>
140
+ <context ref="inline-int"/>
141
+ <context ref="inline-float"/>
142
+ <context ref="inline-unquoted"/>
143
+ <context end-parent="true">
144
+ <match>\]</match>
145
+ </context>
146
+ </include>
147
+ </context>
148
+
149
+ <context id="inline-map">
150
+ <start>(?&lt;=^|\s)\{</start>
151
+ <include>
152
+ <context ref="scalar"/>
153
+ <context ref="inline-sequence"/>
154
+ <context ref="inline-map"/>
155
+ <context ref="comment"/>
156
+ <context ref="alias"/>
157
+ <context ref="tag"/>
158
+ <context ref="anchor"/>
159
+ <context ref="string"/>
160
+ <context ref="inline-null"/>
161
+ <context ref="inline-bool"/>
162
+ <context ref="inline-int"/>
163
+ <context ref="inline-float"/>
164
+ <context ref="inline-unquoted"/>
165
+ <context end-parent="true">
166
+ <match>\}</match>
167
+ </context>
168
+ </include>
169
+ </context>
170
+
171
+ <context id="map">
172
+ <match>(?&lt;=^|\s)((?:[^:]|:(?=\S))+)(?::\s+|:$)</match>
173
+ <include>
174
+ <context sub-pattern="1" style-ref="map-key"/>
175
+ </include>
176
+ </context>
177
+
178
+ <context id="sequence">
179
+ <match>^\s*-\s+</match>
180
+ </context>
181
+
182
+ <context id="document" style-ref="comment">
183
+ <match>^(?:-{3}|[.]{3})(?:\s+|$)</match>
184
+ </context>
185
+
186
+ <context id="directive" style-ref="directive">
187
+ <match>^%\%{ischar}(?:\%{ischar}|\s+)*</match>
188
+ </context>
189
+
190
+ <context id="yaml" class="no-spell-check">
191
+ <include>
192
+ <context ref="directive"/>
193
+ <context ref="document"/>
194
+ <context ref="scalar"/>
195
+ <context ref="sequence"/>
196
+ <context ref="inline-sequence"/>
197
+ <context ref="inline-map"/>
198
+ <context ref="comment"/>
199
+ <context ref="null"/>
200
+ <context ref="bool"/>
201
+ <context ref="int"/>
202
+ <context ref="float"/>
203
+ <context ref="alias"/>
204
+ <context ref="tag"/>
205
+ <context ref="anchor"/>
206
+ <context ref="map"/>
207
+ <context ref="string"/>
208
+ <context ref="unquoted-string"/>
209
+ </include>
210
+ </context>
211
+
212
+ </definitions>
213
+
214
+ </language>
@@ -54,8 +54,8 @@
54
54
  <style name="right-margin" foreground="#000000" background="#000000"/>
55
55
 
56
56
  <!-- Search Matching -->
57
- <style name="search-match" background="yellow"/>
58
-
57
+ <style name="search-match" background="yellow"/>
58
+
59
59
  <!-- Comments -->
60
60
  <style name="def:comment" foreground="blue"/>
61
61
  <style name="def:shebang" foreground="blue" bold="true"/>
@@ -81,6 +81,17 @@
81
81
  <style name="def:note" foreground="blue" background="yellow" bold="true"/>
82
82
  <style name="def:underlined" italic="true" underline="true"/>
83
83
 
84
+ <!-- Heading styles, uncomment to enable -->
85
+ <!--
86
+ <style name="def:heading0" scale="5.0"/>
87
+ <style name="def:heading1" scale="2.5"/>
88
+ <style name="def:heading2" scale="2.0"/>
89
+ <style name="def:heading3" scale="1.7"/>
90
+ <style name="def:heading4" scale="1.5"/>
91
+ <style name="def:heading5" scale="1.3"/>
92
+ <style name="def:heading6" scale="1.2"/>
93
+ -->
94
+
84
95
  <!-- Language specific styles -->
85
96
  <style name="diff:added-line" foreground="#008B8B"/>
86
97
  <style name="diff:removed-line" foreground="#6A5ACD"/>
@@ -62,7 +62,7 @@
62
62
  <!-- Bracket Matching -->
63
63
  <style name="bracket-match" background="steelblue3"/>
64
64
  <style name="bracket-mismatch" background="dark_red" bold="true"/>
65
-
65
+
66
66
  <!-- Search Matching -->
67
67
  <style name="search-match" foreground="white" background="sea_green"/>
68
68
 
@@ -84,7 +84,7 @@
84
84
  <style name="def:keyword" foreground="bright_orange" bold="true"/>
85
85
  <style name="def:builtin" foreground="bright_orange" bold="true"/>
86
86
  <style name="def:variable" foreground="light_grey"/>
87
-
87
+
88
88
  <!-- Identifiers -->
89
89
  <style name="def:identifier" foreground="light_grey"/>
90
90
  <style name="def:function" use-style="def:identifier"/>
@@ -94,14 +94,25 @@
94
94
 
95
95
  <!-- Types -->
96
96
  <style name="def:type" foreground="teal_blue"/>
97
-
97
+
98
98
  <!-- Others -->
99
99
  <style name="def:error" foreground="white" background="dark_red" bold="true"/>
100
100
  <style name="def:warning" foreground="white" background="nail_polish_pink"/>
101
101
  <style name="def:note" foreground="neon_pink" bold="true"/>
102
102
  <style name="def:net-address-in-comment" foreground="teal_blue" italic="false" underline="true"/>
103
103
  <style name="def:preprocessor" foreground="light_grey"/>
104
-
104
+
105
+ <!-- Heading styles, uncomment to enable -->
106
+ <!--
107
+ <style name="def:heading0" scale="5.0"/>
108
+ <style name="def:heading1" scale="2.5"/>
109
+ <style name="def:heading2" scale="2.0"/>
110
+ <style name="def:heading3" scale="1.7"/>
111
+ <style name="def:heading4" scale="1.5"/>
112
+ <style name="def:heading5" scale="1.3"/>
113
+ <style name="def:heading6" scale="1.2"/>
114
+ -->
115
+
105
116
  <!-- Unknown? -->
106
117
  <style name="def:specials" foreground="white" background="neon_pink"/>
107
118
  <style name="def:boolean" foreground="nail_polish_pink"/>
@@ -127,7 +138,7 @@
127
138
 
128
139
  <!-- SH Styles -->
129
140
  <style name="sh:function" foreground="neon_pink"/>
130
-
141
+
131
142
  <!-- XML Styles -->
132
143
  <style name="xml:attribute-name" foreground="light_grey"/>
133
144
  <style name="xml:element-name" foreground="teal_blue"/>
@@ -91,6 +91,17 @@
91
91
  <style name="def:warning" foreground="brown" underline="true"/>
92
92
  <style name="def:underlined" underline="true"/>
93
93
 
94
+ <!-- Heading styles, uncomment to enable -->
95
+ <!--
96
+ <style name="def:heading0" scale="5.0"/>
97
+ <style name="def:heading1" scale="2.5"/>
98
+ <style name="def:heading2" scale="2.0"/>
99
+ <style name="def:heading3" scale="1.7"/>
100
+ <style name="def:heading4" scale="1.5"/>
101
+ <style name="def:heading5" scale="1.3"/>
102
+ <style name="def:heading6" scale="1.2"/>
103
+ -->
104
+
94
105
  <!-- Language specific styles -->
95
106
  <style name="c:preprocessor" foreground="dark-green"/>
96
107
  <style name="c:included-file" use-style="c:preprocessor"/>
@@ -126,10 +137,7 @@
126
137
  <style name="latex:math-bound" bold="true"/>
127
138
  <style name="latex:common-commands" foreground="dark-red"/>
128
139
  <style name="latex:command" foreground="#7000DF"/>
129
- <style name="latex:structure" bold="true"/>
130
- <style name="latex:section" foreground="#7000DF" bold="true"/>
131
140
  <style name="latex:include" use-style="latex:common-commands"/>
132
- <style name="latex:use-package" use-style="latex:common-commands"/>
133
141
 
134
142
  <style name="changelog:date" use-style="def:type"/>
135
143
  <style name="changelog:email" use-style="c:preprocessor"/>
@@ -94,7 +94,7 @@
94
94
  <style name="def:statement" foreground="white" bold="true"/>
95
95
 
96
96
  <!-- Types -->
97
- <style name="def:type" foreground="chameleon1" bold="true"/>
97
+ <style name="def:type" foreground="chameleon1" bold="true"/>
98
98
 
99
99
  <!-- Others -->
100
100
  <style name="def:preprocessor" foreground="plum1"/>
@@ -103,15 +103,25 @@
103
103
  <style name="def:note" background="butter1" foreground="aluminium4" bold="true"/>
104
104
  <style name="def:underlined" italic="true" underline="true"/>
105
105
 
106
+ <!-- Heading styles, uncomment to enable -->
107
+ <!--
108
+ <style name="def:heading0" scale="5.0"/>
109
+ <style name="def:heading1" scale="2.5"/>
110
+ <style name="def:heading2" scale="2.0"/>
111
+ <style name="def:heading3" scale="1.7"/>
112
+ <style name="def:heading4" scale="1.5"/>
113
+ <style name="def:heading5" scale="1.3"/>
114
+ <style name="def:heading6" scale="1.2"/>
115
+ -->
116
+
106
117
  <!-- Language specific -->
107
118
  <style name="diff:added-line" foreground="butter2"/>
108
119
  <style name="diff:removed-line" foreground="skyblue1"/>
109
120
  <style name="diff:changed-line" foreground="plum1"/>
110
- <style name="diff:diff-file" foreground="chameleon1" bold="true"/>
111
- <style name="diff:location" foreground="chameleon1"/>
121
+ <style name="diff:diff-file" foreground="chameleon1" bold="true"/>
122
+ <style name="diff:location" foreground="chameleon1"/>
112
123
  <style name="diff:special-case" foreground="white" bold="true"/>
113
124
 
114
- <style name="latex:display-math" foreground="plum3"/>
115
125
  <style name="latex:command" foreground="chameleon1" bold="true"/>
116
126
  <style name="latex:include" use-style="def:preprocessor"/>
117
127
 
@@ -0,0 +1,101 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+
4
+ This file is part of GtkSourceView
5
+
6
+ Copyright (C) 2011 Craig Russell
7
+ Author: Craig Russell <craig@craig-russell.co.uk>
8
+
9
+ GtkSourceView is free software; you can redistribute it and/or
10
+ modify it under the terms of the GNU Lesser General Public
11
+ License as published by the Free Software Foundation; either
12
+ version 2.1 of the License, or (at your option) any later version.
13
+
14
+ GtkSourceView is distributed in the hope that it will be useful,
15
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
+ Lesser General Public License for more details.
18
+
19
+ You should have received a copy of the GNU Lesser General Public
20
+ License along with this library; if not, write to the Free Software
21
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22
+
23
+ -->
24
+ <style-scheme id="solarized-dark" _name="Solarized Dark" version="1.0">
25
+ <author>Craig Russell</author>
26
+ <_description>Color scheme using Solarized dark color palette</_description>
27
+
28
+ <!-- Solarized Palette -->
29
+ <color name="base03" value="#002B36"/>
30
+ <color name="base02" value="#073642"/>
31
+ <color name="base01" value="#586E75"/>
32
+ <color name="base00" value="#657B83"/>
33
+ <color name="base0" value="#839496"/>
34
+ <color name="base1" value="#93A1A1"/>
35
+ <color name="base2" value="#EEE8D5"/>
36
+ <color name="base3" value="#FDF6E3"/>
37
+ <color name="yellow" value="#B58900"/>
38
+ <color name="orange" value="#CB4B16"/>
39
+ <color name="red" value="#DC322F"/>
40
+ <color name="magenta" value="#D33682"/>
41
+ <color name="violet" value="#6C71C4"/>
42
+ <color name="blue" value="#268BD2"/>
43
+ <color name="cyan" value="#2AA198"/>
44
+ <color name="green" value="#859900"/>
45
+
46
+ <!-- Global Settings -->
47
+ <style name="text" foreground="base1" background="base03"/>
48
+ <style name="selection" foreground="base03" background="base00"/>
49
+ <style name="cursor" foreground="base1"/>
50
+ <style name="current-line" background="base02"/>
51
+ <style name="line-numbers" foreground="base01" background="base02"/>
52
+
53
+
54
+ <!-- Bracket Matching -->
55
+ <style name="bracket-match" foreground="base03" background="base01"/>
56
+ <style name="bracket-mismatch" foreground="red" background="base01"/>
57
+
58
+ <!-- Right Margin -->
59
+ <style name="right-margin" foreground="base2" background="base1"/>
60
+
61
+ <!-- Search Matching -->
62
+ <style name="search-match" foreground="base03" background="yellow"/>
63
+
64
+ <!-- Comments -->
65
+ <style name="def:comment" foreground="base01"/>
66
+ <style name="def:shebang" foreground="base01" bold="true"/>
67
+ <style name="def:doc-comment-element" italic="true"/>
68
+
69
+ <!-- Constants -->
70
+ <style name="def:constant" foreground="cyan"/>
71
+ <style name="def:special-char" foreground="green"/>
72
+
73
+ <!-- Identifiers -->
74
+ <style name="def:identifier" foreground="blue"/>
75
+
76
+ <!-- Statements -->
77
+ <style name="def:statement" foreground="orange"/>
78
+
79
+ <!-- Types -->
80
+ <style name="def:type" foreground="yellow"/>
81
+
82
+ <!-- Operators -->
83
+ <style name="def:operator" foreground="green"/>
84
+
85
+ <!-- Others -->
86
+ <style name="def:preprocessor" foreground="violet"/>
87
+ <style name="def:error" foreground="red" bold="true"/>
88
+ <style name="def:note" foreground="magenta" bold="true"/>
89
+ <style name="def:underlined" italic="true" underline="true"/>
90
+
91
+ <!-- Heading styles, uncomment to enable -->
92
+ <!--
93
+ <style name="def:heading0" scale="5.0"/>
94
+ <style name="def:heading1" scale="2.5"/>
95
+ <style name="def:heading2" scale="2.0"/>
96
+ <style name="def:heading3" scale="1.7"/>
97
+ <style name="def:heading4" scale="1.5"/>
98
+ <style name="def:heading5" scale="1.3"/>
99
+ <style name="def:heading6" scale="1.2"/>
100
+ -->
101
+ </style-scheme>