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
Binary file
|
@@ -2,22 +2,22 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Object Hierarchy</title>
|
5
|
+
<title>GtkSourceView 3 Reference Manual: Object Hierarchy</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
8
|
<link rel="up" href="index.html" title="GtkSourceView 3 Reference Manual">
|
9
9
|
<link rel="prev" href="style-reference.html" title="Style Scheme Definition Reference">
|
10
10
|
<link rel="next" href="api-index-full.html" title="Index of all symbols">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="
|
16
|
-
<td
|
17
|
-
<td
|
18
|
-
<td><
|
19
|
-
<
|
20
|
-
<td><a accesskey="n" href="api-index-full.html"><img src="right.png" width="
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
|
19
|
+
<td><a accesskey="p" href="style-reference.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="api-index-full.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
21
|
</tr></table>
|
22
22
|
<div class="chapter">
|
23
23
|
<div class="titlepage"><div><div><h1 class="title">
|
@@ -48,6 +48,8 @@
|
|
48
48
|
<a href="http://developer.gnome.org/gtk2/GtkTextMark.html">GtkTextMark</a>
|
49
49
|
<a class="link" href="GtkSourceMark.html" title="GtkSourceMark">GtkSourceMark</a>
|
50
50
|
<a class="link" href="GtkSourcePrintCompositor.html" title="GtkSourcePrintCompositor">GtkSourcePrintCompositor</a>
|
51
|
+
<a class="link" href="GtkSourceSearchContext.html" title="GtkSourceSearchContext">GtkSourceSearchContext</a>
|
52
|
+
<a class="link" href="GtkSourceSearchSettings.html" title="GtkSourceSearchSettings">GtkSourceSearchSettings</a>
|
51
53
|
<a class="link" href="GtkSourceStyle.html" title="GtkSourceStyle">GtkSourceStyle</a>
|
52
54
|
<a class="link" href="GtkSourceStyleScheme.html" title="GtkSourceStyleScheme">GtkSourceStyleScheme</a>
|
53
55
|
<a class="link" href="GtkSourceStyleSchemeManager.html" title="GtkSourceStyleSchemeManager">GtkSourceStyleSchemeManager</a>
|
@@ -59,6 +61,6 @@
|
|
59
61
|
</div>
|
60
62
|
<div class="footer">
|
61
63
|
<hr>
|
62
|
-
Generated by GTK-Doc V1.
|
64
|
+
Generated by GTK-Doc V1.19.1</div>
|
63
65
|
</body>
|
64
66
|
</html>
|
Binary file
|
@@ -2,22 +2,22 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
-
<title>Style Scheme Definition Reference</title>
|
5
|
+
<title>GtkSourceView 3 Reference Manual: Style Scheme Definition Reference</title>
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GtkSourceView 3 Reference Manual">
|
8
8
|
<link rel="up" href="ch02.html" title="Syntax highlighting reference">
|
9
9
|
<link rel="prev" href="lang-reference.html" title="Language Definition v2.0 Reference">
|
10
10
|
<link rel="next" href="object-tree.html" title="Object Hierarchy">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
-
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="
|
16
|
-
<td
|
17
|
-
<td><a accesskey="
|
18
|
-
<td><a accesskey="
|
19
|
-
<
|
20
|
-
<td><a accesskey="n" href="object-tree.html"><img src="right.png" width="
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="lang-reference.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="object-tree.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
21
|
</tr></table>
|
22
22
|
<div class="refentry">
|
23
23
|
<a name="style-reference"></a><div class="titlepage"></div>
|
@@ -37,9 +37,9 @@ This is an overview of the Style Scheme Definition XML format, describing the
|
|
37
37
|
meaning and usage of every element and attribute. The formal definition is
|
38
38
|
stored in the RelaxNG schema file <code class="filename">style.rng</code> which
|
39
39
|
should be installed on your system in the directory
|
40
|
-
<code class="filename">${PREFIX}/share/gtksourceview-
|
40
|
+
<code class="filename">${PREFIX}/share/gtksourceview-3.0/</code> (where
|
41
41
|
<code class="filename">${PREFIX}</code> can be <code class="filename">/usr/</code> or
|
42
|
-
<code class="filename">/usr/local/</code> if you have installed from source.
|
42
|
+
<code class="filename">/usr/local/</code> if you have installed from source).
|
43
43
|
</p>
|
44
44
|
</div>
|
45
45
|
<p>
|
@@ -247,6 +247,6 @@ drawn</p></td>
|
|
247
247
|
</div>
|
248
248
|
<div class="footer">
|
249
249
|
<hr>
|
250
|
-
Generated by GTK-Doc V1.
|
250
|
+
Generated by GTK-Doc V1.19.1</div>
|
251
251
|
</body>
|
252
252
|
</html>
|
@@ -1,3 +1,7 @@
|
|
1
|
+
body
|
2
|
+
{
|
3
|
+
font-family: cantarell, sans-serif;
|
4
|
+
}
|
1
5
|
.synopsis, .classsynopsis
|
2
6
|
{
|
3
7
|
/* tango:aluminium 1/2 */
|
@@ -53,9 +57,9 @@
|
|
53
57
|
table.navigation#top
|
54
58
|
{
|
55
59
|
position: fixed;
|
56
|
-
/* tango:
|
57
|
-
background: #
|
58
|
-
border: solid 1px #
|
60
|
+
/* tango:aluminum 2 */
|
61
|
+
background: #d3d7cf;
|
62
|
+
border: solid 1px #babdb6;
|
59
63
|
margin-top: 0;
|
60
64
|
margin-bottom: 0;
|
61
65
|
top: 0;
|
@@ -65,18 +69,18 @@
|
|
65
69
|
}
|
66
70
|
.navigation a, .navigation a:visited
|
67
71
|
{
|
68
|
-
/* tango:
|
69
|
-
color: #
|
72
|
+
/* tango:sky blue 3 */
|
73
|
+
color: #204a87;
|
70
74
|
}
|
71
75
|
.navigation a:hover
|
72
76
|
{
|
73
|
-
/* tango:
|
74
|
-
color: #
|
77
|
+
/* tango:sky blue 2 */
|
78
|
+
color: #3465a4;
|
75
79
|
}
|
76
80
|
td.shortcuts
|
77
81
|
{
|
78
|
-
/* tango:
|
79
|
-
color: #
|
82
|
+
/* tango:sky blue 2 */
|
83
|
+
color: #3465a4;
|
80
84
|
font-size: 80%;
|
81
85
|
white-space: nowrap;
|
82
86
|
}
|
@@ -89,9 +93,9 @@
|
|
89
93
|
div.titlepage table.navigation {
|
90
94
|
visibility: visible;
|
91
95
|
display: table;
|
92
|
-
/* tango:
|
93
|
-
background: #
|
94
|
-
border: solid 1px #
|
96
|
+
/* tango:aluminum 2 */
|
97
|
+
background: #d3d7cf;
|
98
|
+
border: solid 1px #babdb6;
|
95
99
|
margin-top: 0;
|
96
100
|
margin-bottom: 0;
|
97
101
|
top: 0;
|
@@ -102,7 +106,7 @@
|
|
102
106
|
|
103
107
|
.navigation .title
|
104
108
|
{
|
105
|
-
font-size:
|
109
|
+
font-size: 120%;
|
106
110
|
}
|
107
111
|
|
108
112
|
div.gallery-float
|
@@ -156,14 +160,37 @@ div.table table th
|
|
156
160
|
|
157
161
|
hr
|
158
162
|
{
|
159
|
-
/* tango:aluminium
|
160
|
-
color: #
|
161
|
-
background: #
|
163
|
+
/* tango:aluminium 1 */
|
164
|
+
color: #d3d7cf;
|
165
|
+
background: #d3d7cf;
|
162
166
|
border: none 0px;
|
163
167
|
height: 1px;
|
164
168
|
clear: both;
|
165
169
|
}
|
166
170
|
|
171
|
+
dl.toc dt
|
172
|
+
{
|
173
|
+
padding-bottom: 0.25em;
|
174
|
+
}
|
175
|
+
|
176
|
+
dl.toc > dd > dl > dt
|
177
|
+
{
|
178
|
+
padding-top: 0.25em;
|
179
|
+
padding-bottom: 0.25em;
|
180
|
+
}
|
181
|
+
|
182
|
+
dl.toc > dt
|
183
|
+
{
|
184
|
+
padding-top: 1em;
|
185
|
+
padding-bottom: 0.5em;
|
186
|
+
font-weight: bold;
|
187
|
+
}
|
188
|
+
|
189
|
+
.parameter
|
190
|
+
{
|
191
|
+
font-style: normal;
|
192
|
+
}
|
193
|
+
|
167
194
|
.footer
|
168
195
|
{
|
169
196
|
padding-top: 3.5em;
|
@@ -173,6 +200,18 @@ hr
|
|
173
200
|
font-size: 80%;
|
174
201
|
}
|
175
202
|
|
203
|
+
.informalfigure,
|
204
|
+
.figure
|
205
|
+
{
|
206
|
+
margin: 2em;
|
207
|
+
}
|
208
|
+
|
209
|
+
.informalexample,
|
210
|
+
.example
|
211
|
+
{
|
212
|
+
margin: 2em;
|
213
|
+
}
|
214
|
+
|
176
215
|
.warning
|
177
216
|
{
|
178
217
|
/* tango:orange 0/1 */
|
@@ -190,6 +229,7 @@ hr
|
|
190
229
|
padding: 0.5em;
|
191
230
|
border-width: 1px;
|
192
231
|
border-style: solid;
|
232
|
+
margin: 2em;
|
193
233
|
}
|
194
234
|
.note h3, .warning h3
|
195
235
|
{
|
@@ -200,6 +240,21 @@ hr
|
|
200
240
|
margin-bottom: 0.0em
|
201
241
|
}
|
202
242
|
|
243
|
+
p + div.section
|
244
|
+
{
|
245
|
+
margin-top: 2.5em;
|
246
|
+
}
|
247
|
+
|
248
|
+
div.refnamediv,
|
249
|
+
div.refsynopsisdiv,
|
250
|
+
div.refsect1,
|
251
|
+
div.refsect2,
|
252
|
+
div.toc,
|
253
|
+
div.section
|
254
|
+
{
|
255
|
+
margin-bottom: 2.5em;
|
256
|
+
}
|
257
|
+
|
203
258
|
/* blob links */
|
204
259
|
h2 .extralinks, h3 .extralinks
|
205
260
|
{
|
Binary file
|
@@ -31,6 +31,7 @@
|
|
31
31
|
|
32
32
|
<styles>
|
33
33
|
<style id="date" _name="Date" map-to="def:number"/>
|
34
|
+
<!-- Translators: the name of a person, not an object. -->
|
34
35
|
<style id="name" _name="Name" map-to="def:statement"/>
|
35
36
|
<style id="email" _name="E-mail address" map-to="def:identifier"/>
|
36
37
|
<style id="file" _name="File" map-to="def:comment"/>
|
@@ -42,6 +42,8 @@
|
|
42
42
|
<context id="cpp-proper">
|
43
43
|
<include>
|
44
44
|
<context id="keywords" style-ref="keyword">
|
45
|
+
<keyword>alignas</keyword>
|
46
|
+
<keyword>alignof</keyword>
|
45
47
|
<keyword>and</keyword>
|
46
48
|
<keyword>and_eq</keyword>
|
47
49
|
<keyword>bitand</keyword>
|
@@ -54,14 +56,17 @@
|
|
54
56
|
<keyword>delete</keyword>
|
55
57
|
<keyword>dynamic_cast</keyword>
|
56
58
|
<keyword>false</keyword>
|
59
|
+
<keyword>final</keyword>
|
57
60
|
<keyword>friend</keyword>
|
58
61
|
<keyword>new</keyword>
|
62
|
+
<keyword>noexcept</keyword>
|
59
63
|
<keyword>not</keyword>
|
60
64
|
<keyword>not_eq</keyword>
|
61
65
|
<keyword>nullptr</keyword>
|
62
66
|
<keyword>operator</keyword>
|
63
67
|
<keyword>or</keyword>
|
64
68
|
<keyword>or_eq</keyword>
|
69
|
+
<keyword>override</keyword>
|
65
70
|
<keyword>private</keyword>
|
66
71
|
<keyword>protected</keyword>
|
67
72
|
<keyword>public</keyword>
|
@@ -69,6 +74,7 @@
|
|
69
74
|
<keyword>static_assert</keyword>
|
70
75
|
<keyword>static_cast</keyword>
|
71
76
|
<keyword>this</keyword>
|
77
|
+
<keyword>thread_local</keyword>
|
72
78
|
<keyword>throw</keyword>
|
73
79
|
<keyword>true</keyword>
|
74
80
|
<keyword>try</keyword>
|
@@ -0,0 +1,378 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!--
|
3
|
+
|
4
|
+
This file is part of GtkSourceView
|
5
|
+
|
6
|
+
Authors: Waldir Pimenta
|
7
|
+
Copyright (C) 2013 Waldir Pimenta <waldir@email.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
|
+
<language id="julia" _name="Julia" version="2.0" _section="Scientific" >
|
25
|
+
|
26
|
+
<metadata>
|
27
|
+
<property name="globs" >*.jl</property>
|
28
|
+
<property name="line-comment-start" >#</property>
|
29
|
+
</metadata>
|
30
|
+
|
31
|
+
<!--
|
32
|
+
A list of styles can be defined here, and optionally mapped to the default styles.
|
33
|
+
The full list of available styles can be found in the `def.lang` file:
|
34
|
+
https://git.gnome.org/browse/gtksourceview/tree/data/language-specs/def.lang
|
35
|
+
-->
|
36
|
+
<styles>
|
37
|
+
<style id="string" _name="String" map-to="def:string" />
|
38
|
+
<style id="character" _name="Character" map-to="def:character" />
|
39
|
+
<style id="number" _name="Number" map-to="def:number" />
|
40
|
+
<style id="boolean" _name="Boolean" map-to="def:boolean" />
|
41
|
+
<style id="math-constant" _name="Math Constant" map-to="def:constant" />
|
42
|
+
<style id="special-constant" _name="Special Constant" map-to="def:special-constant" />
|
43
|
+
<style id="operator" _name="Operator" map-to="def:operator" />
|
44
|
+
<style id="keyword" _name="Keyword" map-to="def:keyword" />
|
45
|
+
<style id="macro" _name="Macro" map-to="def:keyword" />
|
46
|
+
<style id="external-command" _name="External Command" map-to="def:constant" />
|
47
|
+
<style id="builtin-function" _name="Built-in Function" map-to="def:builtin" />
|
48
|
+
<style id="module" _name="Module" map-to="def:builtin" />
|
49
|
+
<style id="type" _name="Type" map-to="def:type" />
|
50
|
+
</styles>
|
51
|
+
|
52
|
+
<definitions>
|
53
|
+
|
54
|
+
<context id="string" style-ref="string" class="string" class-disabled="no-spell-check">
|
55
|
+
<start>"</start>
|
56
|
+
<end>"</end>
|
57
|
+
<include>
|
58
|
+
<context ref="def:escape" />
|
59
|
+
</include>
|
60
|
+
</context>
|
61
|
+
|
62
|
+
<!--
|
63
|
+
This context needs to be defined before the "operator" context,
|
64
|
+
so it takes precedence over the transpose operator, '
|
65
|
+
-->
|
66
|
+
<context id="character" style-ref="character">
|
67
|
+
<match extended="true">
|
68
|
+
'(
|
69
|
+
([^\\']|\\.) |
|
70
|
+
\\[0-7]{1,3} |
|
71
|
+
\\x[0-9a-fA-F]{1,2} |
|
72
|
+
\\u[0-9a-fA-F]{1,3} |
|
73
|
+
\\u[0-9a-cA-C][0-9a-fA-F]{3} |
|
74
|
+
\\u[dD][0-7][0-9a-fA-F]{2} |
|
75
|
+
\\U[0-9a-fA-F]{1,5} |
|
76
|
+
\\U10[0-9a-fA-F]{4}
|
77
|
+
)'
|
78
|
+
</match>
|
79
|
+
</context>
|
80
|
+
|
81
|
+
<context id="number" style-ref="number">
|
82
|
+
<match extended="true">
|
83
|
+
(?<!\w) 0b[01]+ | # binary
|
84
|
+
(?<!\w) 0o[0-7]+ | # octal
|
85
|
+
(?<!\w) 0x[0-9a-fA-F]+ | # hexadecimal
|
86
|
+
(?<!\w) (\d+(\.\d+)?|\.\d+)([eE][+-]?\d+)? # decimal
|
87
|
+
</match>
|
88
|
+
</context>
|
89
|
+
|
90
|
+
<context id="boolean" style-ref="boolean">
|
91
|
+
<keyword>true|false</keyword>
|
92
|
+
</context>
|
93
|
+
|
94
|
+
<context id="math-constant" style-ref="math-constant">
|
95
|
+
<match extended="true">
|
96
|
+
(?<=\d|\b) pi \b |
|
97
|
+
(?<=\d|\b) e \b |
|
98
|
+
(?<=\d|\b) im \b |
|
99
|
+
(?<=\d|\b) Inf(32)? \b |
|
100
|
+
(?<=\d|\b) NaN(32)? \b
|
101
|
+
</match>
|
102
|
+
</context>
|
103
|
+
|
104
|
+
<context id="special-constant" style-ref="special-constant">
|
105
|
+
<keyword>nothing</keyword>
|
106
|
+
<!-- http://docs.julialang.org/en/latest/stdlib/constants/ -->
|
107
|
+
<keyword>ARGS</keyword>
|
108
|
+
<keyword>LOAD_PATH</keyword>
|
109
|
+
<keyword>CPU_CORES</keyword>
|
110
|
+
<keyword>OS_NAME</keyword>
|
111
|
+
<keyword>C_NULL</keyword>
|
112
|
+
<keyword>WORD_SIZE</keyword>
|
113
|
+
<keyword>VERSION</keyword>
|
114
|
+
<!-- exports.jl -->
|
115
|
+
<keyword>ENDIAN_BOM</keyword>
|
116
|
+
<keyword>ENV</keyword>
|
117
|
+
<keyword>STDERR</keyword>
|
118
|
+
<keyword>STDIN</keyword>
|
119
|
+
<keyword>STDOUT</keyword>
|
120
|
+
<!-- type-related -->
|
121
|
+
<keyword>T</keyword>
|
122
|
+
<keyword>ANY</keyword>
|
123
|
+
</context>
|
124
|
+
|
125
|
+
<!-- http://docs.julialang.org/en/latest/manual/mathematical-operations.html -->
|
126
|
+
<context id="operator">
|
127
|
+
<include>
|
128
|
+
<context ref="octave:operator" />
|
129
|
+
<context id="julia-operators" style-ref="operator">
|
130
|
+
<match extended="true">
|
131
|
+
[$%]=? |
|
132
|
+
\.[<>%'] |
|
133
|
+
\.[<>=!]=
|
134
|
+
</match>
|
135
|
+
</context>
|
136
|
+
</include>
|
137
|
+
</context>
|
138
|
+
|
139
|
+
<!-- http://docs.julialang.org/en/latest/stdlib/punctuation.html -->
|
140
|
+
<context id="punctuation" style-ref="operator">
|
141
|
+
<match extended="true">
|
142
|
+
\(|\) |
|
143
|
+
\[|\] |
|
144
|
+
\{|\} |
|
145
|
+
\.|,|;|\? |
|
146
|
+
\.\.\.
|
147
|
+
</match>
|
148
|
+
</context>
|
149
|
+
|
150
|
+
<!-- See *lang_keywords[] in ui/repl-readline.c for a list -->
|
151
|
+
<context id="keyword" style-ref="keyword">
|
152
|
+
<!-- code blocks -->
|
153
|
+
<keyword>begin</keyword>
|
154
|
+
<keyword>do</keyword>
|
155
|
+
<keyword>for</keyword>
|
156
|
+
<keyword>in</keyword>
|
157
|
+
<keyword>function</keyword>
|
158
|
+
<keyword>if</keyword>
|
159
|
+
<keyword>immutable</keyword>
|
160
|
+
<keyword>let</keyword>
|
161
|
+
<keyword>quote</keyword>
|
162
|
+
<keyword>try</keyword>
|
163
|
+
<keyword>type</keyword>
|
164
|
+
<keyword>while</keyword>
|
165
|
+
<keyword>catch</keyword>
|
166
|
+
<keyword>finally</keyword>
|
167
|
+
<keyword>else</keyword>
|
168
|
+
<keyword>elseif</keyword>
|
169
|
+
<keyword>end</keyword>
|
170
|
+
<!-- keywords -->
|
171
|
+
<keyword>abstract</keyword>
|
172
|
+
<keyword>bitstype</keyword>
|
173
|
+
<keyword>break</keyword>
|
174
|
+
<keyword>ccall</keyword>
|
175
|
+
<keyword>const</keyword>
|
176
|
+
<keyword>continue</keyword>
|
177
|
+
<keyword>export</keyword>
|
178
|
+
<keyword>global</keyword>
|
179
|
+
<keyword>import</keyword>
|
180
|
+
<keyword>importall</keyword>
|
181
|
+
<keyword>local</keyword>
|
182
|
+
<keyword>macro</keyword>
|
183
|
+
<keyword>module</keyword>
|
184
|
+
<keyword>baremodule</keyword>
|
185
|
+
<keyword>return</keyword>
|
186
|
+
<keyword>typealias</keyword>
|
187
|
+
<keyword>using</keyword>
|
188
|
+
</context>
|
189
|
+
|
190
|
+
<!-- See http://docs.julialang.org/en/latest/manual/running-external-programs/ -->
|
191
|
+
<context id="external-command" style-ref="external-command" >
|
192
|
+
<start>`</start>
|
193
|
+
<end>`</end>
|
194
|
+
</context>
|
195
|
+
|
196
|
+
<!-- jl_init_primitives() in src/builtins.c -->
|
197
|
+
<!-- TODO: once the standard library is stabilized,
|
198
|
+
add more from exports.jl -->
|
199
|
+
<context id="builtin-function" style-ref="builtin-function">
|
200
|
+
<keyword>is</keyword>
|
201
|
+
<keyword>typeof</keyword>
|
202
|
+
<keyword>subtype</keyword>
|
203
|
+
<keyword>isa</keyword>
|
204
|
+
<keyword>typeassert</keyword>
|
205
|
+
<keyword>apply</keyword>
|
206
|
+
<keyword>kwcall</keyword>
|
207
|
+
<keyword>throw</keyword>
|
208
|
+
<keyword>tuple</keyword>
|
209
|
+
<keyword>Union</keyword>
|
210
|
+
<keyword>method_exists</keyword>
|
211
|
+
<keyword>applicable</keyword>
|
212
|
+
<keyword>invoke</keyword>
|
213
|
+
<keyword>eval</keyword>
|
214
|
+
<keyword>isdefined</keyword>
|
215
|
+
<keyword>yieldto</keyword>
|
216
|
+
</context>
|
217
|
+
|
218
|
+
<context id="module" style-ref="module">
|
219
|
+
<!-- http://docs.julialang.org/en/latest/manual/modules/#standard-modules -->
|
220
|
+
<keyword>Base</keyword>
|
221
|
+
<keyword>Core</keyword>
|
222
|
+
<keyword>Main</keyword>
|
223
|
+
<!-- exports.jl -->
|
224
|
+
<keyword>PCRE</keyword>
|
225
|
+
<keyword>FFTW</keyword>
|
226
|
+
<keyword>Collections</keyword>
|
227
|
+
<keyword>DSP</keyword>
|
228
|
+
<keyword>LinAlg</keyword>
|
229
|
+
<keyword>LibRandom</keyword>
|
230
|
+
<keyword>Random</keyword>
|
231
|
+
<keyword>Math</keyword>
|
232
|
+
<keyword>MPFR</keyword>
|
233
|
+
<keyword>GMP</keyword>
|
234
|
+
<keyword>Sort</keyword>
|
235
|
+
<keyword>Test</keyword>
|
236
|
+
<keyword>Pkg</keyword>
|
237
|
+
<keyword>Operators</keyword>
|
238
|
+
<keyword>Errno</keyword>
|
239
|
+
<keyword>Meta</keyword>
|
240
|
+
<keyword>Graphics</keyword>
|
241
|
+
</context>
|
242
|
+
|
243
|
+
<!-- Sources: base/exports.jl and examples/typetree.jl -->
|
244
|
+
<context id="type" style-ref="type">
|
245
|
+
<keyword>Any|None|Nothing|Void</keyword>
|
246
|
+
<keyword>Type(Constructor|Name|Var|_Array)?|(Union|Data|NonTuple)Type</keyword>
|
247
|
+
<keyword>(Abstract|Strided|Bit)?(Array|Matrix|Vector)</keyword>
|
248
|
+
<keyword>Abstract(Cmd|RNG|SparseMatrix)</keyword>
|
249
|
+
<keyword>(Abstract|Strided)?VecOrMat</keyword>
|
250
|
+
<keyword>SparseMatrixCSC</keyword>
|
251
|
+
<keyword>(D|Sub((Or)?D)?)Array</keyword>
|
252
|
+
<keyword>Chars?</keyword>
|
253
|
+
<keyword>(ASCII|Byte|Char|DirectIndex|Generic|Rep|Rev|Rope|Sub|UTF8)?String</keyword>
|
254
|
+
<keyword>Bool</keyword>
|
255
|
+
<keyword>Number</keyword>
|
256
|
+
<keyword>Real</keyword>
|
257
|
+
<keyword>Rational</keyword>
|
258
|
+
<keyword>ImaginaryUnit</keyword>
|
259
|
+
<keyword>Signed|Unsigned</keyword>
|
260
|
+
<keyword>Int(eger|Set|8|16|32|64|128)?</keyword>
|
261
|
+
<keyword>Uint(8|16|32|64|128)?</keyword>
|
262
|
+
<keyword>Float(ingPoint|32|64)</keyword>
|
263
|
+
<keyword>Complex(Pair|64|128)?</keyword>
|
264
|
+
<keyword>Big(Int|Float)</keyword>
|
265
|
+
<keyword>C(float|double|ptrdiff_t|u?(int|long(long)?|char|short)|s?size_t|wchar_t)</keyword>
|
266
|
+
<keyword>(Argument|Bounds|Divide|Domain|EOF|Inexact|Key|Load|Memory|Method|Parse|(Stack)?Overflow|System|Type|UV|UndefRef)Error</keyword>
|
267
|
+
<keyword>(Error|Interrupt|Disconnect)?Exception</keyword>
|
268
|
+
<keyword>Algorithm</keyword>
|
269
|
+
<keyword>Associative</keyword>
|
270
|
+
<keyword>AsyncStream</keyword>
|
271
|
+
<keyword>Box</keyword>
|
272
|
+
<keyword>BunchKaufman</keyword>
|
273
|
+
<keyword>CPUinfo</keyword>
|
274
|
+
<keyword>CallStack</keyword>
|
275
|
+
<keyword>Callback</keyword>
|
276
|
+
<keyword>Cholesky</keyword>
|
277
|
+
<keyword>CholeskyPivoted</keyword>
|
278
|
+
<keyword>Cmd(Redirect)?</keyword>
|
279
|
+
<keyword>(And|Or)Cmds</keyword>
|
280
|
+
<keyword>Colon</keyword>
|
281
|
+
<keyword>LU|(((Sym|LDLT|LU)?Tr|B)id|D)iagonal</keyword>
|
282
|
+
<keyword>Dict</keyword>
|
283
|
+
<keyword>EachLine</keyword>
|
284
|
+
<keyword>Eigen</keyword>
|
285
|
+
<keyword>EmptyCallStack</keyword>
|
286
|
+
<keyword>Enumerate</keyword>
|
287
|
+
<keyword>EnvHash</keyword>
|
288
|
+
<keyword>Executable</keyword>
|
289
|
+
<keyword>Expr(Node)?</keyword>
|
290
|
+
<keyword>Factorization</keyword>
|
291
|
+
<keyword>FDWatcher</keyword>
|
292
|
+
<keyword>(Abstract)?File</keyword>
|
293
|
+
<keyword>File(Monitor|Offset)</keyword>
|
294
|
+
<keyword>Filter</keyword>
|
295
|
+
<keyword>(Intrinsic)?Function</keyword>
|
296
|
+
<keyword>Hermitian</keyword>
|
297
|
+
<keyword>Hessenberg</keyword>
|
298
|
+
<keyword>IO(Buffer|Stream)?</keyword>
|
299
|
+
<keyword>InetAddr</keyword>
|
300
|
+
<keyword>IpAddr|IPv[46]</keyword>
|
301
|
+
<keyword>(Key|Value)Iterator</keyword>
|
302
|
+
<keyword>LambdaStaticData</keyword>
|
303
|
+
<keyword>LocalProcess</keyword>
|
304
|
+
<keyword>Long(Expr|Symbol|Tuple)</keyword>
|
305
|
+
<keyword>MersenneTwister</keyword>
|
306
|
+
<keyword>Method(Table)?</keyword>
|
307
|
+
<keyword>MmapArrayInfo</keyword>
|
308
|
+
<keyword>Module</keyword>
|
309
|
+
<keyword>NTuple</keyword>
|
310
|
+
<keyword>NamedPipe</keyword>
|
311
|
+
<keyword>(Getfield|Goto|Label|LineNumber|Quote)Node</keyword>
|
312
|
+
<keyword>NotFound</keyword>
|
313
|
+
<keyword>OS_FD</keyword>
|
314
|
+
<keyword>ObjectIdDict</keyword>
|
315
|
+
<keyword>PollingFileWatcher</keyword>
|
316
|
+
<keyword>Process(Chain(OrNot)?|Group)?</keyword>
|
317
|
+
<keyword>Ptr</keyword>
|
318
|
+
<keyword>QR(Pivoted)?</keyword>
|
319
|
+
<keyword>Range(s|1|Index|VecIntList)?</keyword>
|
320
|
+
<keyword>RawOrBoxedHandle</keyword>
|
321
|
+
<keyword>Redirectable</keyword>
|
322
|
+
<keyword>Regex(Match(Iterator)?)?</keyword>
|
323
|
+
<keyword>RemoteRef</keyword>
|
324
|
+
<keyword>Rest</keyword>
|
325
|
+
<keyword>Reverse</keyword>
|
326
|
+
<keyword>(Generalized)?(SVD|Schur)</keyword>
|
327
|
+
<keyword>Set</keyword>
|
328
|
+
<keyword>Socket</keyword>
|
329
|
+
<keyword>(Merge|Insertion|Tim|Quick)Sort</keyword>
|
330
|
+
<keyword>SpawnNullStream</keyword>
|
331
|
+
<keyword>Stat</keyword>
|
332
|
+
<keyword>StateUpdate</keyword>
|
333
|
+
<keyword>StaticVarInfo</keyword>
|
334
|
+
<keyword>Symbol(Node)?</keyword>
|
335
|
+
<keyword>TTY</keyword>
|
336
|
+
<keyword>Task</keyword>
|
337
|
+
<keyword>TcpSocket</keyword>
|
338
|
+
<keyword>TmStruct</keyword>
|
339
|
+
<keyword>Top(Node)?</keyword>
|
340
|
+
<keyword>Triangular</keyword>
|
341
|
+
<keyword>UV(Handle|PollingWatcher|Stream)</keyword>
|
342
|
+
<keyword>UdpSocket</keyword>
|
343
|
+
<keyword>Undef(RefTag)?</keyword>
|
344
|
+
<keyword>VarTable</keyword>
|
345
|
+
<keyword>Vararg</keyword>
|
346
|
+
<keyword>VersionNumber</keyword>
|
347
|
+
<keyword>Wait(For|Task)</keyword>
|
348
|
+
<keyword>Weak(KeyDict|Ref)</keyword>
|
349
|
+
<keyword>Woodbury</keyword>
|
350
|
+
<keyword>(Timeout|Idle|Single)?AsyncWork</keyword>
|
351
|
+
<keyword>Work(er|Item)</keyword>
|
352
|
+
<keyword>Zip</keyword>
|
353
|
+
</context>
|
354
|
+
|
355
|
+
<context id="julia" class="no-spell-check">
|
356
|
+
<include>
|
357
|
+
<context ref="def:shebang" />
|
358
|
+
<context ref="def:shell-like-comment" />
|
359
|
+
<context ref="string" />
|
360
|
+
<context ref="character" />
|
361
|
+
<context ref="number" />
|
362
|
+
<context ref="boolean" />
|
363
|
+
<context ref="math-constant" />
|
364
|
+
<context ref="special-constant" />
|
365
|
+
<context ref="operator" />
|
366
|
+
<context ref="punctuation" />
|
367
|
+
<context ref="keyword" />
|
368
|
+
<context ref="external-command" />
|
369
|
+
<context ref="builtin-function" />
|
370
|
+
<context ref="module" />
|
371
|
+
<context ref="type" />
|
372
|
+
<context ref="octave:function-handle" style-ref="macro" />
|
373
|
+
</include>
|
374
|
+
</context>
|
375
|
+
|
376
|
+
</definitions>
|
377
|
+
|
378
|
+
</language>
|