gtksourceview3 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +15 -2
- data/ext/gtksourceview3/extconf.rb +7 -2
- data/lib/1.9/gtksourceview3.so +0 -0
- data/lib/2.0/gtksourceview3.so +0 -0
- data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +4 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +4 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +80 -90
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioninfo.h +4 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h +2 -2
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderer.h +9 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrendererpixbuf.h +2 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h +3 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +133 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h +85 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h +8 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +52 -35
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschememanager.h +2 -6
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +2 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceutils.h +34 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +6 -6
- data/vendor/local/lib/girepository-1.0/GtkSource-3.0.typelib +0 -0
- data/vendor/local/lib/libgtksourceview-3.0.dll.a +0 -0
- data/vendor/local/lib/libgtksourceview-3.0.la +5 -5
- data/vendor/local/lib/locale/as/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/be/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ca/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ca@valencia/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ga/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +2 -2
- data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +9479 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +311 -252
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +26 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +24 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +16 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +12 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +22 -20
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +24 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +25 -21
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +118 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +19 -23
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +27 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +895 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +465 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +16 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +43 -40
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +11 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +195 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +35 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +42 -13
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +182 -13
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +26 -17
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +140 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +155 -105
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +23 -12
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.sgml +213 -150
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +18 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +202 -196
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +11 -9
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style.css +71 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/up.png +0 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/changelog.lang +1 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/cpp.lang +6 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/javascript.lang +1 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/julia.lang +378 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/mediawiki.lang +323 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/perl.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/scala.lang +384 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/xml.lang +2 -2
- data/vendor/local/share/gtksourceview-3.0/styles/classic.xml +1 -1
- data/vendor/local/share/gtksourceview-3.0/styles/cobalt.xml +2 -1
- data/vendor/local/share/gtksourceview-3.0/styles/kate.xml +1 -1
- data/vendor/local/share/gtksourceview-3.0/styles/oblivion.xml +2 -2
- data/vendor/local/share/gtksourceview-3.0/styles/tango.xml +2 -2
- metadata +26 -293
- data/README +0 -29
- data/vendor/local/bin/libgtksourceview-3.0-0.dll +0 -0
- data/vendor/local/bin/libxml2-2.dll +0 -0
- data/vendor/local/bin/xmlcatalog.exe +0 -0
- data/vendor/local/bin/xmllint.exe +0 -0
- data/vendor/local/include/libxml2/libxml/DOCBparser.h +0 -96
- data/vendor/local/include/libxml2/libxml/HTMLparser.h +0 -306
- data/vendor/local/include/libxml2/libxml/HTMLtree.h +0 -147
- data/vendor/local/include/libxml2/libxml/SAX.h +0 -173
- data/vendor/local/include/libxml2/libxml/SAX2.h +0 -176
- data/vendor/local/include/libxml2/libxml/c14n.h +0 -126
- data/vendor/local/include/libxml2/libxml/catalog.h +0 -182
- data/vendor/local/include/libxml2/libxml/chvalid.h +0 -230
- data/vendor/local/include/libxml2/libxml/debugXML.h +0 -217
- data/vendor/local/include/libxml2/libxml/dict.h +0 -80
- data/vendor/local/include/libxml2/libxml/encoding.h +0 -240
- data/vendor/local/include/libxml2/libxml/entities.h +0 -150
- data/vendor/local/include/libxml2/libxml/globals.h +0 -502
- data/vendor/local/include/libxml2/libxml/hash.h +0 -233
- data/vendor/local/include/libxml2/libxml/list.h +0 -137
- data/vendor/local/include/libxml2/libxml/nanoftp.h +0 -163
- data/vendor/local/include/libxml2/libxml/nanohttp.h +0 -81
- data/vendor/local/include/libxml2/libxml/parser.h +0 -1240
- data/vendor/local/include/libxml2/libxml/parserInternals.h +0 -644
- data/vendor/local/include/libxml2/libxml/pattern.h +0 -100
- data/vendor/local/include/libxml2/libxml/relaxng.h +0 -213
- data/vendor/local/include/libxml2/libxml/schemasInternals.h +0 -958
- data/vendor/local/include/libxml2/libxml/schematron.h +0 -142
- data/vendor/local/include/libxml2/libxml/threads.h +0 -84
- data/vendor/local/include/libxml2/libxml/tree.h +0 -1303
- data/vendor/local/include/libxml2/libxml/uri.h +0 -94
- data/vendor/local/include/libxml2/libxml/valid.h +0 -458
- data/vendor/local/include/libxml2/libxml/xinclude.h +0 -129
- data/vendor/local/include/libxml2/libxml/xlink.h +0 -189
- data/vendor/local/include/libxml2/libxml/xmlIO.h +0 -366
- data/vendor/local/include/libxml2/libxml/xmlautomata.h +0 -146
- data/vendor/local/include/libxml2/libxml/xmlerror.h +0 -944
- data/vendor/local/include/libxml2/libxml/xmlexports.h +0 -162
- data/vendor/local/include/libxml2/libxml/xmlmemory.h +0 -224
- data/vendor/local/include/libxml2/libxml/xmlmodule.h +0 -57
- data/vendor/local/include/libxml2/libxml/xmlreader.h +0 -428
- data/vendor/local/include/libxml2/libxml/xmlregexp.h +0 -222
- data/vendor/local/include/libxml2/libxml/xmlsave.h +0 -88
- data/vendor/local/include/libxml2/libxml/xmlschemas.h +0 -246
- data/vendor/local/include/libxml2/libxml/xmlschemastypes.h +0 -151
- data/vendor/local/include/libxml2/libxml/xmlstring.h +0 -140
- data/vendor/local/include/libxml2/libxml/xmlunicode.h +0 -202
- data/vendor/local/include/libxml2/libxml/xmlversion.h +0 -480
- data/vendor/local/include/libxml2/libxml/xmlwriter.h +0 -488
- data/vendor/local/include/libxml2/libxml/xpath.h +0 -550
- data/vendor/local/include/libxml2/libxml/xpathInternals.h +0 -632
- data/vendor/local/include/libxml2/libxml/xpointer.h +0 -114
- data/vendor/local/lib/libxml2.def +0 -1659
- data/vendor/local/lib/libxml2.dll.a +0 -0
- data/vendor/local/lib/libxml2.lib +0 -0
- data/vendor/local/lib/pkgconfig/libxml-2.0.pc +0 -13
- data/vendor/local/manifest/libxml2-dev_2.9.0-1_win32.mft +0 -268
- data/vendor/local/manifest/libxml2_2.9.0-1_win32.mft +0 -2
- data/vendor/local/share/aclocal/libxml.m4 +0 -188
- data/vendor/local/share/doc/libxml2-2.9.0/Copyright +0 -27
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testHTML.c +0 -880
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testSAX.c +0 -1198
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testXPath.c +0 -229
- data/vendor/local/share/doc/libxml2-2.9.0/examples/xmllint.c +0 -3770
- data/vendor/local/share/doc/libxml2-2.9.0/html/DOM.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/FAQ.html +0 -282
- data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-180x168.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-90x34.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/encoding.html +0 -207
- data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xml +0 -751
- data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xsl +0 -174
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/book1.html +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/home.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/index.html +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/left.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-DOCBparser.html +0 -51
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLparser.html +0 -184
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLtree.html +0 -73
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX.html +0 -125
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX2.html +0 -128
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-c14n.html +0 -38
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-catalog.html +0 -142
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-chvalid.html +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-debugXML.html +0 -120
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-dict.html +0 -58
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-encoding.html +0 -124
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-entities.html +0 -79
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-globals.html +0 -152
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-hash.html +0 -116
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-lib.html +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-list.html +0 -120
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanoftp.html +0 -94
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanohttp.html +0 -65
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parser.html +0 -559
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parserInternals.html +0 -322
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-pattern.html +0 -76
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-relaxng.html +0 -162
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schemasInternals.html +0 -373
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schematron.html +0 -81
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-threads.html +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-tree.html +0 -989
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-uri.html +0 -73
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-valid.html +0 -289
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xinclude.html +0 -59
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xlink.html +0 -82
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlIO.html +0 -212
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlautomata.html +0 -85
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlerror.html +0 -864
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlexports.html +0 -20
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmemory.html +0 -107
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmodule.html +0 -38
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlreader.html +0 -330
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlregexp.html +0 -143
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlsave.html +0 -60
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemas.html +0 -185
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemastypes.html +0 -123
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlstring.html +0 -108
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlunicode.html +0 -512
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlversion.html +0 -62
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlwriter.html +0 -261
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpath.html +0 -310
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpathInternals.html +0 -394
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpointer.html +0 -83
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/right.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/up.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/index.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/io1.c +0 -166
- data/vendor/local/share/doc/libxml2-2.9.0/html/io1.res +0 -5
- data/vendor/local/share/doc/libxml2-2.9.0/html/io2.c +0 -58
- data/vendor/local/share/doc/libxml2-2.9.0/html/io2.res +0 -2
- data/vendor/local/share/doc/libxml2-2.9.0/html/libxml.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse1.c +0 -56
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse2.c +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse3.c +0 -60
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse4.c +0 -143
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.c +0 -107
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.res +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader2.c +0 -122
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.c +0 -120
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.res +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.c +0 -122
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.res +0 -3
- data/vendor/local/share/doc/libxml2-2.9.0/html/redhat.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/smallfootonly.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/structure.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/test1.xml +0 -1
- data/vendor/local/share/doc/libxml2-2.9.0/html/test2.xml +0 -13
- data/vendor/local/share/doc/libxml2-2.9.0/html/test3.xml +0 -39
- data/vendor/local/share/doc/libxml2-2.9.0/html/testWriter.c +0 -1198
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.c +0 -94
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.res +0 -4
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.c +0 -118
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.res +0 -18
- data/vendor/local/share/doc/libxml2-2.9.0/html/tst.xml +0 -7
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apa.html +0 -8
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apb.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apc.html +0 -82
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apd.html +0 -76
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ape.html +0 -78
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apf.html +0 -67
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apg.html +0 -75
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/aph.html +0 -76
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/api.html +0 -4
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s02.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s03.html +0 -47
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s04.html +0 -54
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s05.html +0 -55
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s06.html +0 -35
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s07.html +0 -30
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s08.html +0 -38
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s09.html +0 -63
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/1.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/10.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/2.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/3.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/4.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/5.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/6.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/7.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/8.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/9.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/caution.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/draft.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/home.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/important.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/next.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/note.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/prev.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/tip.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-minus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-plus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/up.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/warning.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddattribute.c +0 -64
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddkeyword.c +0 -75
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeconvert.c +0 -73
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includegetattribute.c +0 -72
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includekeyword.c +0 -79
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includexpath.c +0 -74
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/index.html +0 -14
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ix01.html +0 -1
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/xmltutorial.pdf +0 -1336
- data/vendor/local/share/doc/libxml2-2.9.0/html/w3c.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/writer.xml +0 -2
- data/vendor/local/share/doc/libxml2-2.9.0/html/xml.html +0 -5715
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.c +0 -250
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.res +0 -5
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.c +0 -190
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.res +0 -30
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceGutterRenderer.html +0 -956
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceGutterRendererPixbuf.html +0 -199
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceGutterRendererText.html +0 -137
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/rn01.html +0 -101
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/rn02.html +0 -53
- data/vendor/local/share/gtk-doc/html/libxml2/general.html +0 -38
- data/vendor/local/share/gtk-doc/html/libxml2/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/index.html +0 -67
- data/vendor/local/share/gtk-doc/html/libxml2/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-DOCBparser.html +0 -138
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +0 -373
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLtree.html +0 -172
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX.html +0 -243
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX2.html +0 -247
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-c14n.html +0 -91
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-catalog.html +0 -278
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-chvalid.html +0 -241
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-debugXML.html +0 -225
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +0 -134
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html +0 -218
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-entities.html +0 -166
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-globals.html +0 -383
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html +0 -214
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html +0 -226
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html +0 -187
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanohttp.html +0 -142
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +0 -766
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html +0 -688
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-pattern.html +0 -166
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-relaxng.html +0 -278
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html +0 -860
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schematron.html +0 -166
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-threads.html +0 -161
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +0 -1596
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-uri.html +0 -154
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-valid.html +0 -528
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xinclude.html +0 -169
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xlink.html +0 -160
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html +0 -347
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlautomata.html +0 -176
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +0 -952
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlexports.html +0 -87
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmemory.html +0 -186
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html +0 -97
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +0 -565
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlregexp.html +0 -280
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html +0 -133
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html +0 -314
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html +0 -237
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +0 -217
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlunicode.html +0 -887
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html +0 -287
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html +0 -479
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +0 -532
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +0 -787
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html +0 -171
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +0 -3569
- data/vendor/local/share/gtk-doc/html/libxml2/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/style.css +0 -66
- data/vendor/local/share/gtk-doc/html/libxml2/up.png +0 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/check-language.sh +0 -32
- data/vendor/local/share/gtksourceview-3.0/styles/check-style.sh +0 -20
- data/vendor/local/share/man/man1/xml2-config.1 +0 -30
- data/vendor/local/share/man/man1/xmlcatalog.1 +0 -340
- data/vendor/local/share/man/man1/xmllint.1 +0 -427
- data/vendor/local/share/man/man3/libxml.3 +0 -71
- data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.log +0 -867
- data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.sh +0 -68
@@ -0,0 +1,323 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!--
|
3
|
+
Author: Jean-Philippe Fleury <contact@jpfleury.net>
|
4
|
+
Copyright © Jean-Philippe Fleury, 2009, 2011-2012.
|
5
|
+
|
6
|
+
This program is free software: you can redistribute it and/or modify it
|
7
|
+
under the terms of the GNU General Public License as published
|
8
|
+
by the Free Software Foundation, either version 3 of the License,
|
9
|
+
or (at your option) any later version.
|
10
|
+
|
11
|
+
This program is distributed in the hope that it will be useful,
|
12
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
13
|
+
or FITNESS FOR A PARTICULAR PURPOSE.
|
14
|
+
See the GNU General Public License for more details.
|
15
|
+
|
16
|
+
You should have received a copy of the GNU General Public License
|
17
|
+
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
18
|
+
-->
|
19
|
+
<language id="mediawiki" _name="MediaWiki" version="2.0" _section="Markup">
|
20
|
+
<metadata>
|
21
|
+
<property name="block-comment-start"><!--</property>
|
22
|
+
<property name="block-comment-end">--></property>
|
23
|
+
</metadata>
|
24
|
+
|
25
|
+
<styles>
|
26
|
+
<style id="strong-emphasis" _name="Strong Emphasis" map-to="def:statement"/>
|
27
|
+
<style id="light-emphasis" _name="Light Emphasis" map-to="def:doc-comment-element"/>
|
28
|
+
<style id="signature" _name="Signature" map-to="def:statement"/>
|
29
|
+
<style id="url" _name="URL" map-to="def:underlined"/>
|
30
|
+
<style id="link" _name="Link" map-to="def:comment"/>
|
31
|
+
<style id="link-symbol" _name="Symbol on a Link" map-to="def:shebang"/>
|
32
|
+
<style id="line" _name="Line" map-to="def:type"/>
|
33
|
+
<style id="list" _name="List" map-to="def:statement"/>
|
34
|
+
<style id="magic-word" _name="Magic Word" map-to="def:statement"/>
|
35
|
+
<style id="table-symbol" _name="Symbol of a Table" map-to="def:statement"/>
|
36
|
+
<style id="preformatted" _name="Preformatted" map-to="def:identifier"/>
|
37
|
+
<style id="redirect" _name="Redirect" map-to="def:statement"/>
|
38
|
+
<style id="title" _name="Title" map-to="def:type"/>
|
39
|
+
<style id="template" _name="Template" map-to="def:statement"/>
|
40
|
+
</styles>
|
41
|
+
|
42
|
+
<definitions>
|
43
|
+
<!-- See <http://www.mediawiki.org/wiki/Manual:$wgUrlProtocols>. -->
|
44
|
+
<define-regex id="regex-url">(http://|https://|ftp://|irc://|gopher://|telnet://|nntp://|worldwind://|mailto:|news:)[^\s]+</define-regex>
|
45
|
+
|
46
|
+
<define-regex id="regex-internal-link">\[\[\s*[^\[\]\s][^\[\]]*?((\|)[^\[\]\|]*)?\]\]</define-regex>
|
47
|
+
|
48
|
+
<context id="double-emphasis" style-ref="strong-emphasis">
|
49
|
+
<match>'''''.+?'''''</match>
|
50
|
+
</context>
|
51
|
+
|
52
|
+
<context id="strong-emphasis" style-ref="strong-emphasis">
|
53
|
+
<match>'''.+?'''</match>
|
54
|
+
</context>
|
55
|
+
|
56
|
+
<context id="light-emphasis" style-ref="light-emphasis">
|
57
|
+
<match>''.+?''</match>
|
58
|
+
</context>
|
59
|
+
|
60
|
+
<!-- See <http://www.mediawiki.org/wiki/Help:Signatures/fr>. -->
|
61
|
+
<context id="signature" style-ref="signature">
|
62
|
+
<match>~{3,5}</match>
|
63
|
+
</context>
|
64
|
+
|
65
|
+
<context id="url" style-ref="url">
|
66
|
+
<match>(\%{regex-url})</match>
|
67
|
+
<include>
|
68
|
+
<context sub-pattern="1" style-ref="link"/>
|
69
|
+
</include>
|
70
|
+
</context>
|
71
|
+
|
72
|
+
<context id="internal-link" style-ref="link">
|
73
|
+
<match>\%{regex-internal-link}</match>
|
74
|
+
<include>
|
75
|
+
<context sub-pattern="2" style-ref="link-symbol"/>
|
76
|
+
</include>
|
77
|
+
</context>
|
78
|
+
|
79
|
+
<context id="external-link" style-ref="link">
|
80
|
+
<match extended="true">
|
81
|
+
(?<!\[)
|
82
|
+
\[
|
83
|
+
\s*
|
84
|
+
(\%{regex-url})
|
85
|
+
[^\[\]]*
|
86
|
+
\]
|
87
|
+
(?!\])
|
88
|
+
</match>
|
89
|
+
<include>
|
90
|
+
<context sub-pattern="1" style-ref="url"/>
|
91
|
+
</include>
|
92
|
+
</context>
|
93
|
+
|
94
|
+
<context id="line" style-ref="line">
|
95
|
+
<match>^-{4,}</match>
|
96
|
+
</context>
|
97
|
+
|
98
|
+
<context id="list">
|
99
|
+
<match>^((\*|#(?!REDIRECT))+)\s*[^\*#\s]+</match>
|
100
|
+
<include>
|
101
|
+
<context sub-pattern="1" style-ref="list"/>
|
102
|
+
</include>
|
103
|
+
</context>
|
104
|
+
|
105
|
+
<context id="glossary-term">
|
106
|
+
<match extended="true">
|
107
|
+
^(;)
|
108
|
+
\s*
|
109
|
+
[^;:\s]+?
|
110
|
+
[^:]*
|
111
|
+
(:?)
|
112
|
+
</match>
|
113
|
+
<include>
|
114
|
+
<context sub-pattern="1" style-ref="list"/>
|
115
|
+
<context sub-pattern="2" style-ref="list"/>
|
116
|
+
</include>
|
117
|
+
</context>
|
118
|
+
|
119
|
+
<context id="glossary-definition">
|
120
|
+
<match extended="true">
|
121
|
+
^(:)
|
122
|
+
\s*
|
123
|
+
[^;:\s]+
|
124
|
+
</match>
|
125
|
+
<include>
|
126
|
+
<context sub-pattern="1" style-ref="list"/>
|
127
|
+
</include>
|
128
|
+
</context>
|
129
|
+
|
130
|
+
<!-- Magic words. See <http://www.mediawiki.org/wiki/Help:Magic_words>. -->
|
131
|
+
|
132
|
+
<context id="magic-word-1" style-ref="magic-word">
|
133
|
+
<prefix>__</prefix>
|
134
|
+
<suffix>__</suffix>
|
135
|
+
|
136
|
+
<!-- Behavior switches. -->
|
137
|
+
<keyword>NOTOC</keyword>
|
138
|
+
<keyword>FORCETOC</keyword>
|
139
|
+
<keyword>TOC</keyword>
|
140
|
+
<keyword>NOEDITSECTION</keyword>
|
141
|
+
<keyword>NEWSECTIONLINK</keyword>
|
142
|
+
<keyword>NONEWSECTIONLINK</keyword>
|
143
|
+
<keyword>NOGALLERY</keyword>
|
144
|
+
<keyword>HIDDENCAT</keyword>
|
145
|
+
<keyword>NOCONTENTCONVERT</keyword>
|
146
|
+
<keyword>NOCC</keyword>
|
147
|
+
<keyword>NOTITLECONVERT</keyword>
|
148
|
+
<keyword>NOTC</keyword>
|
149
|
+
<keyword>START</keyword>
|
150
|
+
<keyword>END</keyword>
|
151
|
+
<keyword>INDEX</keyword>
|
152
|
+
<keyword>NOINDEX</keyword>
|
153
|
+
<keyword>STATICREDIRECT</keyword>
|
154
|
+
</context>
|
155
|
+
|
156
|
+
<context id="magic-word-2" style-ref="magic-word">
|
157
|
+
<prefix>{{</prefix>
|
158
|
+
<suffix>}}</suffix>
|
159
|
+
|
160
|
+
<!-- Date and time. -->
|
161
|
+
<keyword>CURRENTYEAR</keyword>
|
162
|
+
<keyword>CURRENTMONTH</keyword>
|
163
|
+
<keyword>CURRENTMONTHNAME</keyword>
|
164
|
+
<keyword>CURRENTMONTHNAMEGEN</keyword>
|
165
|
+
<keyword>CURRENTMONTHABBREV</keyword>
|
166
|
+
<keyword>CURRENTDAY</keyword>
|
167
|
+
<keyword>CURRENTDAY2</keyword>
|
168
|
+
<keyword>CURRENTDOW</keyword>
|
169
|
+
<keyword>CURRENTDAYNAME</keyword>
|
170
|
+
<keyword>CURRENTTIME</keyword>
|
171
|
+
<keyword>CURRENTHOUR</keyword>
|
172
|
+
<keyword>CURRENTWEEK</keyword>
|
173
|
+
<keyword>CURRENTTIMESTAMP</keyword>
|
174
|
+
<keyword>LOCALYEAR</keyword>
|
175
|
+
<keyword>LOCALMONTH</keyword>
|
176
|
+
<keyword>LOCALMONTHNAME</keyword>
|
177
|
+
<keyword>LOCALMONTHNAMEGEN</keyword>
|
178
|
+
<keyword>LOCALMONTHABBREV</keyword>
|
179
|
+
<keyword>LOCALDAY</keyword>
|
180
|
+
<keyword>LOCALDAY2</keyword>
|
181
|
+
<keyword>LOCALDOW</keyword>
|
182
|
+
<keyword>LOCALDAYNAME</keyword>
|
183
|
+
<keyword>LOCALTIME</keyword>
|
184
|
+
<keyword>LOCALHOUR</keyword>
|
185
|
+
<keyword>LOCALWEEK</keyword>
|
186
|
+
<keyword>LOCALTIMESTAMP</keyword>
|
187
|
+
|
188
|
+
<!-- Technical metadata. -->
|
189
|
+
<keyword>SITENAME</keyword>
|
190
|
+
<keyword>SERVER</keyword>
|
191
|
+
<keyword>SERVERNAME</keyword>
|
192
|
+
<keyword>DIRMARK</keyword>
|
193
|
+
<keyword>DIRECTIONMARK</keyword>
|
194
|
+
<keyword>SCRIPTPATH</keyword>
|
195
|
+
<keyword>STYLEPATH</keyword>
|
196
|
+
<keyword>CURRENTVERSION</keyword>
|
197
|
+
<keyword>CONTENTLANGUAGE</keyword>
|
198
|
+
<keyword>CONTENTLANG</keyword>
|
199
|
+
<keyword>REVISIONID</keyword>
|
200
|
+
<keyword>REVISIONDAY</keyword>
|
201
|
+
<keyword>REVISIONDAY2</keyword>
|
202
|
+
<keyword>REVISIONMONTH</keyword>
|
203
|
+
<keyword>REVISIONMONTH1</keyword>
|
204
|
+
<keyword>REVISIONYEAR</keyword>
|
205
|
+
<keyword>REVISIONTIMESTAMP</keyword>
|
206
|
+
<keyword>REVISIONUSER</keyword>
|
207
|
+
|
208
|
+
<!-- Statistics. -->
|
209
|
+
<keyword>NUMBEROFPAGES</keyword>
|
210
|
+
<keyword>NUMBEROFARTICLES</keyword>
|
211
|
+
<keyword>NUMBEROFFILES</keyword>
|
212
|
+
<keyword>NUMBEROFEDITS</keyword>
|
213
|
+
<keyword>NUMBEROFVIEWS</keyword>
|
214
|
+
<keyword>NUMBEROFUSERS</keyword>
|
215
|
+
<keyword>NUMBEROFADMINS</keyword>
|
216
|
+
<keyword>NUMBEROFACTIVEUSERS</keyword>
|
217
|
+
|
218
|
+
<!-- Page names. -->
|
219
|
+
<keyword>FULLPAGENAME</keyword>
|
220
|
+
<keyword>PAGENAME</keyword>
|
221
|
+
<keyword>BASEPAGENAME</keyword>
|
222
|
+
<keyword>SUBPAGENAME</keyword>
|
223
|
+
<keyword>SUBJECTPAGENAME</keyword>
|
224
|
+
<keyword>TALKPAGENAME</keyword>
|
225
|
+
<keyword>FULLPAGENAMEE</keyword>
|
226
|
+
<keyword>PAGENAMEE</keyword>
|
227
|
+
<keyword>BASEPAGENAMEE</keyword>
|
228
|
+
<keyword>SUBPAGENAMEE</keyword>
|
229
|
+
<keyword>SUBJECTPAGENAMEE</keyword>
|
230
|
+
<keyword>TALKPAGENAMEE</keyword>
|
231
|
+
|
232
|
+
<!-- Namespaces. -->
|
233
|
+
<keyword>NAMESPACE</keyword>
|
234
|
+
<keyword>SUBJECTSPACE</keyword>
|
235
|
+
<keyword>ARTICLESPACE</keyword>
|
236
|
+
<keyword>TALKSPACE</keyword>
|
237
|
+
<keyword>NAMESPACEE</keyword>
|
238
|
+
<keyword>SUBJECTSPACEE</keyword>
|
239
|
+
<keyword>TALKSPACEE</keyword>
|
240
|
+
</context>
|
241
|
+
|
242
|
+
<context id="table">
|
243
|
+
<start>^\s*({\|)</start>
|
244
|
+
<end>^\s*(\|})</end>
|
245
|
+
<include>
|
246
|
+
<context sub-pattern="1" where="start" style-ref="table-symbol"/>
|
247
|
+
<context sub-pattern="1" where="end" style-ref="table-symbol"/>
|
248
|
+
<context ref="double-emphasis"/>
|
249
|
+
<context ref="strong-emphasis"/>
|
250
|
+
<context ref="light-emphasis"/>
|
251
|
+
<context ref="signature"/>
|
252
|
+
<context ref="url"/>
|
253
|
+
<context ref="internal-link"/>
|
254
|
+
<context ref="external-link"/>
|
255
|
+
<context ref="magic-word-1"/>
|
256
|
+
<context ref="magic-word-2"/>
|
257
|
+
<context ref="html:html"/>
|
258
|
+
<context id="table-symbol" extend-parent="false" style-ref="table-symbol">
|
259
|
+
<match extended="true">
|
260
|
+
^\s*(\|\+ | \|-+ | !) | \| | !{2,}
|
261
|
+
</match>
|
262
|
+
</context>
|
263
|
+
</include>
|
264
|
+
</context>
|
265
|
+
|
266
|
+
<context id="preformatted" style-ref="preformatted">
|
267
|
+
<match>^ +[^ ]+.*$</match>
|
268
|
+
</context>
|
269
|
+
|
270
|
+
<context id="redirect">
|
271
|
+
<match>^(#REDIRECT)\s*(\%{regex-internal-link})</match>
|
272
|
+
<include>
|
273
|
+
<context sub-pattern="1" style-ref="redirect"/>
|
274
|
+
<context sub-pattern="2" style-ref="link"/>
|
275
|
+
<context sub-pattern="4" style-ref="link-symbol"/>
|
276
|
+
</include>
|
277
|
+
</context>
|
278
|
+
|
279
|
+
<context id="title" style-ref="title">
|
280
|
+
<match>^=.+=\s*$</match>
|
281
|
+
</context>
|
282
|
+
|
283
|
+
<context id="template">
|
284
|
+
<match>({{)\s*[^{}\s]+[^{}]*(}})</match>
|
285
|
+
<include>
|
286
|
+
<context sub-pattern="1" style-ref="template"/>
|
287
|
+
<context sub-pattern="2" style-ref="template"/>
|
288
|
+
</include>
|
289
|
+
</context>
|
290
|
+
|
291
|
+
<context id="mediawiki-syntax">
|
292
|
+
<include>
|
293
|
+
<context ref="double-emphasis"/>
|
294
|
+
<context ref="strong-emphasis"/>
|
295
|
+
<context ref="light-emphasis"/>
|
296
|
+
<context ref="signature"/>
|
297
|
+
<context ref="url"/>
|
298
|
+
<context ref="internal-link"/>
|
299
|
+
<context ref="external-link"/>
|
300
|
+
<context ref="line"/>
|
301
|
+
<context ref="list"/>
|
302
|
+
<context ref="glossary-term"/>
|
303
|
+
<context ref="glossary-definition"/>
|
304
|
+
<context ref="magic-word-1"/>
|
305
|
+
<context ref="magic-word-2"/>
|
306
|
+
<context ref="table"/>
|
307
|
+
<context ref="preformatted"/>
|
308
|
+
<context ref="redirect"/>
|
309
|
+
<context ref="title"/>
|
310
|
+
<context ref="template"/>
|
311
|
+
</include>
|
312
|
+
</context>
|
313
|
+
|
314
|
+
<replace id="html:embedded-lang-hook" ref="mediawiki-syntax"/>
|
315
|
+
|
316
|
+
<context id="mediawiki">
|
317
|
+
<include>
|
318
|
+
<context ref="mediawiki-syntax"/>
|
319
|
+
<context ref="html:html"/>
|
320
|
+
</include>
|
321
|
+
</context>
|
322
|
+
</definitions>
|
323
|
+
</language>
|
@@ -565,7 +565,7 @@ FIXME: =pod should require an empty line before/after, as written in perlpod
|
|
565
565
|
and \%{here-doc-bound-char}+ when not).
|
566
566
|
-->
|
567
567
|
|
568
|
-
<define-regex id="here-doc-bound-char">[^\s'"=;)]</define-regex>
|
568
|
+
<define-regex id="here-doc-bound-char">[^\s'"=;)<>]</define-regex>
|
569
569
|
|
570
570
|
<context id="here-doc-no-ve">
|
571
571
|
<start extended="true" dupnames="true">
|
@@ -0,0 +1,384 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!--
|
3
|
+
|
4
|
+
This file is part of GtkSourceView
|
5
|
+
|
6
|
+
Authors: Min Huang, Felix Dietze
|
7
|
+
Copyright (C) 2009 Min Huang <min.huang@alumni.usc.edu>
|
8
|
+
Copyright (C) 2012 Felix Dietze <felix@beerleader.net>
|
9
|
+
|
10
|
+
GtkSourceView is free software; you can redistribute it and/or
|
11
|
+
modify it under the terms of the GNU Lesser General Public
|
12
|
+
License as published by the Free Software Foundation; either
|
13
|
+
version 2.1 of the License, or (at your option) any later version.
|
14
|
+
|
15
|
+
GtkSourceView is distributed in the hope that it will be useful,
|
16
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
17
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
18
|
+
Lesser General Public License for more details.
|
19
|
+
|
20
|
+
You should have received a copy of the GNU Lesser General Public
|
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
|
23
|
+
|
24
|
+
-->
|
25
|
+
<language id="scala" _name="Scala" version="2.0" _section="Sources">
|
26
|
+
|
27
|
+
<metadata>
|
28
|
+
<property name="mimetypes">text/x-scala</property>
|
29
|
+
<property name="globs">*.scala</property>
|
30
|
+
<property name="line-comment-start">//</property>
|
31
|
+
<property name="block-comment-start">/*</property>
|
32
|
+
<property name="block-comment-end">*/</property>
|
33
|
+
</metadata>
|
34
|
+
|
35
|
+
<styles>
|
36
|
+
<style id="error" _name="Error" map-to="def:error"/>
|
37
|
+
<style id="external" _name="External" map-to="def:preprocessor"/>
|
38
|
+
<style id="comment" _name="Comment" map-to="def:comment"/>
|
39
|
+
<style id="string" _name="String" map-to="def:string"/>
|
40
|
+
<style id="escaped-character" _name="Escaped Character" map-to="def:special-char"/>
|
41
|
+
<style id="declaration" _name="Declaration" map-to="def:type"/>
|
42
|
+
<style id="modifier" _name="Modifier" map-to="def:type"/>
|
43
|
+
<style id="keyword" _name="Keyword" map-to="def:keyword"/>
|
44
|
+
<style id="special" _name="Special Constant" map-to="def:special-constant"/>
|
45
|
+
<style id="number" _name="Number" map-to="def:decimal"/>
|
46
|
+
<style id="operator" _name="Operator" map-to="def:operator"/>
|
47
|
+
<style id="type" _name="Data Type" map-to="def:identifier"/>
|
48
|
+
<style id="builtin" _name="Built In" map-to="def:type"/>
|
49
|
+
<style id="other" _name="Other" map-to="def:special-char"/>
|
50
|
+
<style id="xmltag" _name="XML Tag" map-to="def:identifier"/>
|
51
|
+
</styles>
|
52
|
+
|
53
|
+
<definitions>
|
54
|
+
<define-regex id="escaped-character" extended="true">
|
55
|
+
\\( # leading backslash
|
56
|
+
[\\\"\'nrbtf] | # escaped character
|
57
|
+
[0-9]{1,3} | # latin encoded char
|
58
|
+
u[0-9]{1,4} # unicode char
|
59
|
+
)
|
60
|
+
</define-regex>
|
61
|
+
|
62
|
+
<context id="string" style-ref="string" end-at-line-end="true" class="string" class-disabled="no-spell-check">
|
63
|
+
<start>"</start>
|
64
|
+
<end>"</end>
|
65
|
+
<include>
|
66
|
+
<context id="escaped-character" style-ref="escaped-character">
|
67
|
+
<match>\%{escaped-character}</match>
|
68
|
+
</context>
|
69
|
+
</include>
|
70
|
+
</context>
|
71
|
+
|
72
|
+
<context id="multiline-string" style-ref="string" end-at-line-end="false" class="string" class-disabled="no-spell-check">
|
73
|
+
<start>"""</start>
|
74
|
+
<end>"""</end>
|
75
|
+
</context>
|
76
|
+
|
77
|
+
<context id="operators" style-ref="operator" extend-parent="false">
|
78
|
+
<match>[-.~^@,;:/%|\=\+\*\!\?&<>()_\[\]]</match>
|
79
|
+
</context>
|
80
|
+
|
81
|
+
<context id="character" style-ref="special">
|
82
|
+
<match>'(\%{escaped-character}|.)'</match>
|
83
|
+
</context>
|
84
|
+
|
85
|
+
<context id="character-error" style-ref="error">
|
86
|
+
<match>'(\%{escaped-character}|.)[^\s]+'</match>
|
87
|
+
</context>
|
88
|
+
|
89
|
+
<context id="symbol" style-ref="special">
|
90
|
+
<match>'[a-zA-Z_][a-zA-Z0-9_]*</match>
|
91
|
+
</context>
|
92
|
+
|
93
|
+
<context id="block-comment" style-ref="comment">
|
94
|
+
<start>/\*</start>
|
95
|
+
<end>\*/</end>
|
96
|
+
<include>
|
97
|
+
<context ref="def:in-comment"/>
|
98
|
+
<context ref="block-comment"/>
|
99
|
+
</include>
|
100
|
+
</context>
|
101
|
+
|
102
|
+
<context id="numeric" style-ref="number">
|
103
|
+
<match extended="true">
|
104
|
+
(\b([0-9]+|0[xX][0-9a-fA-F]+)[Ll]?\b|\b(([0-9]+[Ee][-]?[0-9]+|([0-9]*\.[0-9]+|[0-9]+\.)([Ee][-]?[0-9]+)?)[fFdD]?|[0-9]+[FfDd]))
|
105
|
+
</match>
|
106
|
+
</context>
|
107
|
+
|
108
|
+
<context id="annotation">
|
109
|
+
<match>(^\s*|[^a-zA-Z0-9_\s]\s*)(@[a-zA-Z][a-zA-Z0-9_]*)</match>
|
110
|
+
<include>
|
111
|
+
<context sub-pattern="2" style-ref="special"/>
|
112
|
+
</include>
|
113
|
+
</context>
|
114
|
+
|
115
|
+
<context id="xmltag">
|
116
|
+
<match>(</?\w+)(\s(\w+\=)\{.*\})*(/?>)</match>
|
117
|
+
<include>
|
118
|
+
<context sub-pattern="1" style-ref="xmltag" />
|
119
|
+
<context sub-pattern="3" style-ref="xmltag" />
|
120
|
+
<context sub-pattern="4" style-ref="xmltag" />
|
121
|
+
</include>
|
122
|
+
</context>
|
123
|
+
|
124
|
+
<context id="literal-identifier">
|
125
|
+
<start>`</start>
|
126
|
+
<end>`</end>
|
127
|
+
</context>
|
128
|
+
|
129
|
+
<context id="external" style-ref="external">
|
130
|
+
<keyword>import</keyword>
|
131
|
+
<keyword>package</keyword>
|
132
|
+
</context>
|
133
|
+
|
134
|
+
<context id="declaration" style-ref="declaration">
|
135
|
+
<keyword>case class</keyword>
|
136
|
+
<keyword>class</keyword>
|
137
|
+
<keyword>def</keyword>
|
138
|
+
<keyword>extends</keyword>
|
139
|
+
<keyword>forSome</keyword>
|
140
|
+
<keyword>mixin</keyword>
|
141
|
+
<keyword>object</keyword>
|
142
|
+
<keyword>trait</keyword>
|
143
|
+
<keyword>type</keyword>
|
144
|
+
<keyword>val</keyword>
|
145
|
+
<keyword>var</keyword>
|
146
|
+
<keyword>with</keyword>
|
147
|
+
</context>
|
148
|
+
|
149
|
+
<context id="primitive-type" style-ref="type">
|
150
|
+
<keyword>Boolean</keyword>
|
151
|
+
<keyword>Byte</keyword>
|
152
|
+
<keyword>Char</keyword>
|
153
|
+
<keyword>Double</keyword>
|
154
|
+
<keyword>Float</keyword>
|
155
|
+
<keyword>Int</keyword>
|
156
|
+
<keyword>Long</keyword>
|
157
|
+
<keyword>Short</keyword>
|
158
|
+
<keyword>Unit</keyword>
|
159
|
+
</context>
|
160
|
+
|
161
|
+
<context id="library-type" style-ref="type">
|
162
|
+
<!-- collection types //-->
|
163
|
+
<keyword>Iterator</keyword>
|
164
|
+
<keyword>Array</keyword>
|
165
|
+
<keyword>String</keyword>
|
166
|
+
<keyword>IterableProxy</keyword>
|
167
|
+
<keyword>SeqProxy</keyword>
|
168
|
+
<keyword>TraversableProxy</keyword>
|
169
|
+
|
170
|
+
<!-- general //-->
|
171
|
+
<keyword>Cell</keyword>
|
172
|
+
<keyword>Option</keyword>
|
173
|
+
<keyword>Some</keyword>
|
174
|
+
<keyword>None</keyword>
|
175
|
+
<keyword>Either</keyword>
|
176
|
+
<keyword>Left</keyword>
|
177
|
+
<keyword>Right</keyword>
|
178
|
+
<keyword>Nil</keyword>
|
179
|
+
<keyword>Null</keyword>
|
180
|
+
<keyword>Nothing</keyword>
|
181
|
+
<keyword>Class</keyword>
|
182
|
+
<keyword>Any</keyword>
|
183
|
+
<keyword>AnyVal</keyword>
|
184
|
+
<keyword>AnyRef</keyword>
|
185
|
+
<keyword>Pair</keyword>
|
186
|
+
<keyword>Triple</keyword>
|
187
|
+
<keyword>BigDecimal</keyword>
|
188
|
+
<keyword>BigInt</keyword>
|
189
|
+
|
190
|
+
<!-- immutable collections //-->
|
191
|
+
<keyword>BitSet</keyword>
|
192
|
+
<keyword>DefaultMap</keyword>
|
193
|
+
<keyword>HashMap</keyword>
|
194
|
+
<keyword>HashSet</keyword>
|
195
|
+
<keyword>IndexedSeq</keyword>
|
196
|
+
<keyword>IntMap</keyword>
|
197
|
+
<keyword>Iterable</keyword>
|
198
|
+
<keyword>LinearSeq</keyword>
|
199
|
+
<keyword>List</keyword>
|
200
|
+
<keyword>ListMap</keyword>
|
201
|
+
<keyword>ListSet</keyword>
|
202
|
+
<keyword>LongMap</keyword>
|
203
|
+
<keyword>Map</keyword>
|
204
|
+
<keyword>MapLike</keyword>
|
205
|
+
<keyword>MapProxy</keyword>
|
206
|
+
<keyword>Nil</keyword>
|
207
|
+
<keyword>NumericRange</keyword>
|
208
|
+
<keyword>RangeUtils</keyword>
|
209
|
+
<keyword>PagedSeq</keyword>
|
210
|
+
<keyword>Queue</keyword>
|
211
|
+
<keyword>Range</keyword>
|
212
|
+
<keyword>RedBlack</keyword>
|
213
|
+
<keyword>Seq</keyword>
|
214
|
+
<keyword>Set</keyword>
|
215
|
+
<keyword>SetProxy</keyword>
|
216
|
+
<keyword>SortedMap</keyword>
|
217
|
+
<keyword>SortedSet</keyword>
|
218
|
+
<keyword>Stack</keyword>
|
219
|
+
<keyword>Stream</keyword>
|
220
|
+
<keyword>StreamIterator</keyword>
|
221
|
+
<keyword>StreamView</keyword>
|
222
|
+
<keyword>StreamViewLike</keyword>
|
223
|
+
<keyword>StringLike</keyword>
|
224
|
+
<keyword>StringOps</keyword>
|
225
|
+
<keyword>Traversable</keyword>
|
226
|
+
<keyword>TreeMap</keyword>
|
227
|
+
<keyword>TreeSet</keyword>
|
228
|
+
<keyword>Vector</keyword>
|
229
|
+
<keyword>VectorBuilder</keyword>
|
230
|
+
<keyword>VectorIterator</keyword>
|
231
|
+
<keyword>WrappedString</keyword>
|
232
|
+
|
233
|
+
<!-- mutable collections //-->
|
234
|
+
<keyword>AddingBuilder</keyword>
|
235
|
+
<keyword>ArrayBuffer</keyword>
|
236
|
+
<keyword>ArrayBuilder</keyword>
|
237
|
+
<keyword>ArrayLike</keyword>
|
238
|
+
<keyword>ArrayOps</keyword>
|
239
|
+
<keyword>ArraySeq</keyword>
|
240
|
+
<keyword>ArrayStack</keyword>
|
241
|
+
<keyword>BitSet</keyword>
|
242
|
+
<keyword>Buffer</keyword>
|
243
|
+
<keyword>BufferLike</keyword>
|
244
|
+
<keyword>BufferProxy</keyword>
|
245
|
+
<keyword>Builder</keyword>
|
246
|
+
<keyword>Cloneable</keyword>
|
247
|
+
<keyword>ConcurrentMap</keyword>
|
248
|
+
<keyword>DefaultEntry</keyword>
|
249
|
+
<keyword>DefaultMapModel</keyword>
|
250
|
+
<keyword>DoubleLinkedList</keyword>
|
251
|
+
<keyword>DoubleLinkedListLike</keyword>
|
252
|
+
<keyword>FlatHashTable</keyword>
|
253
|
+
<keyword>GrowingBuilder</keyword>
|
254
|
+
<keyword>HashEntry</keyword>
|
255
|
+
<keyword>HashMap</keyword>
|
256
|
+
<keyword>HashSet</keyword>
|
257
|
+
<keyword>HashTable</keyword>
|
258
|
+
<keyword>History</keyword>
|
259
|
+
<keyword>ImmutableMapAdaptor</keyword>
|
260
|
+
<keyword>ImmutableSetAdaptor</keyword>
|
261
|
+
<keyword>IndexedSeq</keyword>
|
262
|
+
<keyword>IndexedSeqLike</keyword>
|
263
|
+
<keyword>IndexedSeqOptimized</keyword>
|
264
|
+
<keyword>IndexedSeqView</keyword>
|
265
|
+
<keyword>Iterable</keyword>
|
266
|
+
<keyword>LazyBuilder</keyword>
|
267
|
+
<keyword>LinearSeq</keyword>
|
268
|
+
<keyword>LinkedEntry</keyword>
|
269
|
+
<keyword>LinkedHashMap</keyword>
|
270
|
+
<keyword>LinkedHashSet</keyword>
|
271
|
+
<keyword>LinkedList</keyword>
|
272
|
+
<keyword>LinkedListLike</keyword>
|
273
|
+
<keyword>ListBuffer</keyword>
|
274
|
+
<keyword>ListMap</keyword>
|
275
|
+
<keyword>Map</keyword>
|
276
|
+
<keyword>MapBuilder</keyword>
|
277
|
+
<keyword>MapLike</keyword>
|
278
|
+
<keyword>MapProxy</keyword>
|
279
|
+
<keyword>MultiMap</keyword>
|
280
|
+
<keyword>MutableList</keyword>
|
281
|
+
<keyword>ObservableBuffer</keyword>
|
282
|
+
<keyword>ObservableMap</keyword>
|
283
|
+
<keyword>ObservableSet</keyword>
|
284
|
+
<keyword>OpenHashMap</keyword>
|
285
|
+
<keyword>PriorityQueue</keyword>
|
286
|
+
<keyword>PriorityQueueProxy</keyword>
|
287
|
+
<keyword>Publisher</keyword>
|
288
|
+
<keyword>Queue</keyword>
|
289
|
+
<keyword>QueueProxy</keyword>
|
290
|
+
<keyword>ResizableArray</keyword>
|
291
|
+
<keyword>RevertibleHistory</keyword>
|
292
|
+
<keyword>Seq</keyword>
|
293
|
+
<keyword>SeqLike</keyword>
|
294
|
+
<keyword>Set</keyword>
|
295
|
+
<keyword>SetBuilder</keyword>
|
296
|
+
<keyword>SetLike</keyword>
|
297
|
+
<keyword>SetProxy</keyword>
|
298
|
+
<keyword>Stack</keyword>
|
299
|
+
<keyword>StackProxy</keyword>
|
300
|
+
<keyword>StringBuilder</keyword>
|
301
|
+
<keyword>Subscriber</keyword>
|
302
|
+
<keyword>SynchronizedBuffer</keyword>
|
303
|
+
<keyword>SynchronizedMap</keyword>
|
304
|
+
<keyword>SynchronizedPriorityQueue</keyword>
|
305
|
+
<keyword>SynchronizedQueue</keyword>
|
306
|
+
<keyword>SynchronizedSet</keyword>
|
307
|
+
<keyword>SynchronizedStack</keyword>
|
308
|
+
<keyword>Traversable</keyword>
|
309
|
+
<keyword>Undoable</keyword>
|
310
|
+
<keyword>UnrolledBuffer</keyword>
|
311
|
+
<keyword>WeakHashMap</keyword>
|
312
|
+
<keyword>WrappedArray</keyword>
|
313
|
+
<keyword>WrappedArrayBuilder</keyword>
|
314
|
+
</context>
|
315
|
+
|
316
|
+
<context id="modifier" style-ref="modifier">
|
317
|
+
<keyword>abstract</keyword>
|
318
|
+
<keyword>final</keyword>
|
319
|
+
<keyword>implicit</keyword>
|
320
|
+
<keyword>lazy</keyword>
|
321
|
+
<keyword>override</keyword>
|
322
|
+
<keyword>private</keyword>
|
323
|
+
<keyword>protected</keyword>
|
324
|
+
<keyword>sealed</keyword>
|
325
|
+
</context>
|
326
|
+
|
327
|
+
<context id="flow" style-ref="keyword">
|
328
|
+
<keyword>case</keyword>
|
329
|
+
<keyword>catch</keyword>
|
330
|
+
<keyword>do</keyword>
|
331
|
+
<keyword>else</keyword>
|
332
|
+
<keyword>finally</keyword>
|
333
|
+
<keyword>for</keyword>
|
334
|
+
<keyword>if</keyword>
|
335
|
+
<keyword>match</keyword>
|
336
|
+
<keyword>requires</keyword>
|
337
|
+
<keyword>return</keyword>
|
338
|
+
<keyword>throw</keyword>
|
339
|
+
<keyword>try</keyword>
|
340
|
+
<keyword>while</keyword>
|
341
|
+
<keyword>yield</keyword>
|
342
|
+
</context>
|
343
|
+
|
344
|
+
<context id="memory" style-ref="keyword">
|
345
|
+
<keyword>new</keyword>
|
346
|
+
<keyword>super</keyword>
|
347
|
+
<keyword>this</keyword>
|
348
|
+
</context>
|
349
|
+
|
350
|
+
<context id="special" style-ref="special">
|
351
|
+
<keyword>true</keyword>
|
352
|
+
<keyword>false</keyword>
|
353
|
+
<keyword>null</keyword>
|
354
|
+
</context>
|
355
|
+
|
356
|
+
|
357
|
+
<context id="scala" class="no-spell-check">
|
358
|
+
<include>
|
359
|
+
<context ref="literal-identifier"/>
|
360
|
+
<context ref="multiline-string"/>
|
361
|
+
<context ref="string"/>
|
362
|
+
<context ref="character"/>
|
363
|
+
<context ref="character-error"/>
|
364
|
+
<context ref="symbol"/>
|
365
|
+
<context ref="def:c-like-comment"/>
|
366
|
+
<context ref="block-comment"/>
|
367
|
+
<context ref="def:c-like-close-comment-outside-comment"/>
|
368
|
+
<context ref="annotation"/>
|
369
|
+
<context ref="external"/>
|
370
|
+
<context ref="declaration"/>
|
371
|
+
<context ref="primitive-type"/>
|
372
|
+
<context ref="library-type"/>
|
373
|
+
<context ref="modifier"/>
|
374
|
+
<context ref="flow"/>
|
375
|
+
<context ref="memory"/>
|
376
|
+
<context ref="special"/>
|
377
|
+
<context ref="numeric"/>
|
378
|
+
<context ref="xmltag"/>
|
379
|
+
<context ref="operators"/>
|
380
|
+
</include>
|
381
|
+
</context>
|
382
|
+
|
383
|
+
</definitions>
|
384
|
+
</language>
|