gtksourceview3 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +1 -1
- 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 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +4 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceautocleanups.h +52 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +68 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletion.h +18 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h +8 -2
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioninfo.h +9 -6
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h +4 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionproposal.h +36 -10
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionprovider.h +27 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceencoding.h +28 -11
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefile.h +36 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefileloader.h +15 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefilesaver.h +18 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +9 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderer.h +39 -1
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrendererpixbuf.h +10 -2
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderertext.h +6 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguage.h +11 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguagemanager.h +8 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemap.h +67 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemark.h +6 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h +18 -2
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h +54 -8
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +20 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h +12 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h +2 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +9 -2
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +8 -6
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +9 -6
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +9 -6
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschememanager.h +10 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetag.h +51 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +2 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h +13 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceutils.h +4 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceversion.h +493 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +21 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +47 -5
- 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/pkgconfig/gtksourceview-3.0.pc +4 -4
- data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +880 -151
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +475 -261
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +104 -108
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +31 -34
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +42 -44
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +64 -39
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +171 -75
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +164 -77
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +29 -31
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +65 -45
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +259 -61
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +99 -96
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +88 -94
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +44 -46
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +187 -195
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +37 -39
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +91 -20
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +88 -93
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +47 -50
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMap.html +254 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +39 -42
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +89 -91
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +249 -277
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +158 -169
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +69 -75
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +83 -40
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +46 -49
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html +9 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +13 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +12 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +33 -36
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceTag.html +177 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +40 -43
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +328 -252
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-0.html +62 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-10.html +90 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-12.html +34 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-2.html +270 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-4.html +38 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-8.html +50 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-18.html +114 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-20.html +130 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +8 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +214 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +2 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +13 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/{pt02.html → ch09.html} +9 -13
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +19 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-Version-Information.html +472 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +95 -13
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +21 -6
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +10 -8
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +6 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +16 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +11 -3
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +37 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style.css +9 -6
- data/vendor/local/share/gtksourceview-3.0/language-specs/bibtex.lang +9 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/c.lang +14 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/chdr.lang +11 -3
- data/vendor/local/share/gtksourceview-3.0/language-specs/cmake.lang +18 -12
- data/vendor/local/share/gtksourceview-3.0/language-specs/cpphdr.lang +42 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/csharp.lang +5 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +418 -14
- data/vendor/local/share/gtksourceview-3.0/language-specs/csv.lang +74 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/desktop.lang +6 -6
- data/vendor/local/share/gtksourceview-3.0/language-specs/diff.lang +2 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/fsharp.lang +1 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/gdb-log.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/html.lang +6 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/imagej.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/jade.lang +250 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/javascript.lang +14 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/json.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/latex.lang +15 -15
- data/vendor/local/share/gtksourceview-3.0/language-specs/matlab.lang +8 -30
- data/vendor/local/share/gtksourceview-3.0/language-specs/meson.lang +103 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/ocaml.lang +1 -1
- data/vendor/local/share/gtksourceview-3.0/language-specs/octave.lang +208 -145
- data/vendor/local/share/gtksourceview-3.0/language-specs/pig.lang +12 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/protobuf.lang +52 -20
- data/vendor/local/share/gtksourceview-3.0/language-specs/python3.lang +2 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/rpmspec.lang +2 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/rust.lang +292 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/sh.lang +20 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/vala.lang +37 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/vbnet.lang +3 -0
- data/vendor/local/share/gtksourceview-3.0/styles/classic.xml +3 -3
- data/vendor/local/share/gtksourceview-3.0/styles/cobalt.xml +2 -2
- data/vendor/local/share/gtksourceview-3.0/styles/kate.xml +3 -3
- data/vendor/local/share/gtksourceview-3.0/styles/oblivion.xml +5 -3
- data/vendor/local/share/gtksourceview-3.0/styles/solarized-dark.xml +2 -1
- data/vendor/local/share/gtksourceview-3.0/styles/solarized-light.xml +1 -1
- data/vendor/local/share/gtksourceview-3.0/styles/styles.rng +1 -3
- data/vendor/local/share/gtksourceview-3.0/styles/tango.xml +3 -4
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- metadata +109 -90
- data/vendor/local/lib/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/as/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ast/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/az/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/bg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/bn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/bn_IN/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/bs/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/cy/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/dz/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/el/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/en@shaw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/en_CA/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/en_GB/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/eo/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/et/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/eu/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/fa/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/gu/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/hi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/hr/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/kk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/kn/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/mai/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/mg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/mk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ml/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/mn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/mr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ms/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/ne/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/nl/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/nn/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/oc/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/or/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/ro/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/rw/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/si/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/sk/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/sq/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/sv/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/te/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/tg/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/th/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/uk/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/vi/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/xh/LC_MESSAGES/gtksourceview-3.0.mo +0 -0
- data/vendor/local/lib/locale/zh_CN/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/share/gtk-doc/html/gtksourceview-3.0/index.sgml +0 -987
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
This file is part of GtkSourceView
|
5
5
|
|
6
|
-
Syntax highlighting for Pig Latin 0.
|
6
|
+
Syntax highlighting for Pig Latin 0.15
|
7
7
|
|
8
8
|
Author: Eyal Allweil <eallweil@paypal.com>
|
9
|
-
Copyright (C) 2014 Eyal Allweil <eallweil@paypal.com>
|
9
|
+
Copyright (C) 2014-2015 Eyal Allweil <eallweil@paypal.com>
|
10
10
|
|
11
11
|
GtkSourceView is free software; you can redistribute it and/or
|
12
12
|
modify it under the terms of the GNU Lesser General Public
|
@@ -173,11 +173,13 @@
|
|
173
173
|
<context id="builtin-functions" style-ref="builtin-functions">
|
174
174
|
<keyword>ABS</keyword>
|
175
175
|
<keyword>ACOS</keyword>
|
176
|
+
<keyword>AccumuloStorage</keyword>
|
176
177
|
<keyword>AddDuration</keyword>
|
177
178
|
<keyword>ASIN</keyword>
|
178
179
|
<keyword>ATAN</keyword>
|
179
180
|
<keyword>AVG</keyword>
|
180
181
|
<keyword>AvroStorage</keyword>
|
182
|
+
<keyword>BagToString</keyword>
|
181
183
|
<keyword>BinStorage</keyword>
|
182
184
|
<keyword>CBRT</keyword>
|
183
185
|
<keyword>CEIL</keyword>
|
@@ -203,6 +205,9 @@
|
|
203
205
|
<keyword>GetWeekYear</keyword>
|
204
206
|
<keyword>GetYear</keyword>
|
205
207
|
<keyword>HBaseStorage</keyword>
|
208
|
+
<keyword>HiveUDAF</keyword>
|
209
|
+
<keyword>HiveUDF</keyword>
|
210
|
+
<keyword>HiveUDTF</keyword>
|
206
211
|
<keyword>HoursBetween</keyword>
|
207
212
|
<keyword>INDEXOF</keyword>
|
208
213
|
<keyword>IsEmpty</keyword>
|
@@ -219,6 +224,7 @@
|
|
219
224
|
<keyword>MIN</keyword>
|
220
225
|
<keyword>MinutesBetween</keyword>
|
221
226
|
<keyword>MonthsBetween</keyword>
|
227
|
+
<keyword>OrcStorage</keyword>
|
222
228
|
<keyword>PigDump</keyword>
|
223
229
|
<keyword>PigStorage</keyword>
|
224
230
|
<keyword>PluckTuple</keyword>
|
@@ -226,14 +232,17 @@
|
|
226
232
|
<keyword>REGEX_EXTRACT_ALL</keyword>
|
227
233
|
<keyword>REGEX_EXTRACT</keyword>
|
228
234
|
<keyword>REPLACE</keyword>
|
235
|
+
<keyword>ROUND_TO</keyword>
|
229
236
|
<keyword>ROUND</keyword>
|
230
237
|
<keyword>RTRIM</keyword>
|
231
238
|
<keyword>SecondsBetween</keyword>
|
232
239
|
<keyword>SINH</keyword>
|
233
240
|
<keyword>SIN</keyword>
|
234
241
|
<keyword>SIZE</keyword>
|
242
|
+
<keyword>SPRINTF</keyword>
|
235
243
|
<keyword>SQRT</keyword>
|
236
244
|
<keyword>STARTSWITH</keyword>
|
245
|
+
<keyword>STRSPLITTOBAG</keyword>
|
237
246
|
<keyword>STRSPLIT</keyword>
|
238
247
|
<keyword>SUBSTRING</keyword>
|
239
248
|
<keyword>SubtractDuration</keyword>
|
@@ -255,6 +264,7 @@
|
|
255
264
|
<keyword>TRIM</keyword>
|
256
265
|
<keyword>TrevniStrorage</keyword>
|
257
266
|
<keyword>UCFIRST</keyword>
|
267
|
+
<keyword>UniqueID</keyword>
|
258
268
|
<keyword>UPPER</keyword>
|
259
269
|
<keyword>Usage</keyword>
|
260
270
|
<keyword>WeeksBetween</keyword>
|
@@ -23,18 +23,47 @@
|
|
23
23
|
<property name="mimetypes">text/x-protobuf</property>
|
24
24
|
<property name="globs">*.proto</property>
|
25
25
|
<property name="line-comment-start">//</property>
|
26
|
+
<property name="block-comment-start">/*</property>
|
27
|
+
<property name="block-comment-end">*/</property>
|
26
28
|
</metadata>
|
27
29
|
|
28
30
|
<styles>
|
29
|
-
<style id="comment"
|
30
|
-
<style id="
|
31
|
-
<style id="
|
32
|
-
<style id="
|
33
|
-
<style id="
|
34
|
-
<style id="
|
31
|
+
<style id="comment" _name="Comment" map-to="def:comment"/>
|
32
|
+
<style id="statement" _name="Statement" map-to="def:preprocessor"/>
|
33
|
+
<style id="variable" _name="Variable" map-to="def:type"/>
|
34
|
+
<style id="type" _name="Data Type" map-to="def:type"/>
|
35
|
+
<style id="keyword" _name="Keyword" map-to="def:keyword"/>
|
36
|
+
<style id="boolean" _name="Boolean value" map-to="def:boolean"/>
|
37
|
+
<style id="string" _name="String" map-to="def:string"/>
|
35
38
|
</styles>
|
36
39
|
|
37
40
|
<definitions>
|
41
|
+
|
42
|
+
<context id="syntax">
|
43
|
+
<match>(syntax)\s+=\s+("proto2"|"proto3");</match>
|
44
|
+
<include>
|
45
|
+
<context sub-pattern="1" style-ref="statement"/>
|
46
|
+
<context sub-pattern="2" style-ref="string"/>
|
47
|
+
</include>
|
48
|
+
</context>
|
49
|
+
|
50
|
+
<context id="package">
|
51
|
+
<match>(package)\s+(.*);</match>
|
52
|
+
<include>
|
53
|
+
<context sub-pattern="1" style-ref="statement"/>
|
54
|
+
<context sub-pattern="2" style-ref="string"/>
|
55
|
+
</include>
|
56
|
+
</context>
|
57
|
+
|
58
|
+
<context id="import">
|
59
|
+
<match>(import)(\s+(weak|public))?\s+(".*");</match>
|
60
|
+
<include>
|
61
|
+
<context sub-pattern="1" style-ref="statement"/>
|
62
|
+
<context sub-pattern="2" style-ref="statement"/>
|
63
|
+
<context sub-pattern="4" style-ref="string"/>
|
64
|
+
</include>
|
65
|
+
</context>
|
66
|
+
|
38
67
|
<context id="variable" style-ref="variable">
|
39
68
|
<match>[$@%][$]?[a-zA-Z_][a-zA-Z0-9_]*</match>
|
40
69
|
</context>
|
@@ -45,24 +74,23 @@
|
|
45
74
|
</context>
|
46
75
|
|
47
76
|
<context id="keywords" style-ref="keyword">
|
48
|
-
<keyword>
|
77
|
+
<keyword>default</keyword>
|
78
|
+
<keyword>deprecated</keyword>
|
49
79
|
<keyword>enum</keyword>
|
50
|
-
<keyword>package</keyword>
|
51
|
-
<keyword>required</keyword>
|
52
|
-
<keyword>optional</keyword>
|
53
|
-
<keyword>repeated</keyword>
|
54
|
-
<keyword>import</keyword>
|
55
|
-
<keyword>extensions</keyword>
|
56
|
-
<keyword>to</keyword>
|
57
80
|
<keyword>extend</keyword>
|
58
|
-
<keyword>
|
59
|
-
<keyword>
|
60
|
-
<keyword>
|
81
|
+
<keyword>extensions</keyword>
|
82
|
+
<keyword>message</keyword>
|
83
|
+
<keyword>oneof</keyword>
|
84
|
+
<keyword>optional</keyword>
|
61
85
|
<keyword>option</keyword>
|
62
|
-
|
63
|
-
<keyword>default</keyword>
|
86
|
+
<keyword>package</keyword>
|
64
87
|
<keyword>packed</keyword>
|
65
|
-
<keyword>
|
88
|
+
<keyword>repeated</keyword>
|
89
|
+
<keyword>required</keyword>
|
90
|
+
<keyword>returns</keyword>
|
91
|
+
<keyword>rpc</keyword>
|
92
|
+
<keyword>service</keyword>
|
93
|
+
<keyword>to</keyword>
|
66
94
|
</context>
|
67
95
|
|
68
96
|
<context id="types" style-ref="type">
|
@@ -91,6 +119,10 @@
|
|
91
119
|
<context id="proto" class="no-spell-check">
|
92
120
|
<include>
|
93
121
|
<context ref="def:c-like-comment" style-ref="comment"/>
|
122
|
+
<context ref="def:c-like-comment-multiline" style-ref="comment"/>
|
123
|
+
<context ref="syntax"/>
|
124
|
+
<context ref="package"/>
|
125
|
+
<context ref="import"/>
|
94
126
|
<context ref="variable"/>
|
95
127
|
<context ref="string"/>
|
96
128
|
<context ref="keywords"/>
|
@@ -119,7 +119,9 @@
|
|
119
119
|
<keyword>defattr</keyword>
|
120
120
|
<keyword>docdir</keyword>
|
121
121
|
<keyword>doc</keyword>
|
122
|
+
<keyword>license</keyword>
|
122
123
|
<keyword>setup</keyword>
|
124
|
+
<keyword>autosetup</keyword>
|
123
125
|
<keyword>config</keyword>
|
124
126
|
<keyword>configure</keyword>
|
125
127
|
<keyword>make</keyword>
|
@@ -0,0 +1,292 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!--
|
3
|
+
|
4
|
+
Copyright 2013-2015 The Rust Project Developers.
|
5
|
+
|
6
|
+
GtkSourceView is free software; you can redistribute it and/or
|
7
|
+
modify it under the terms of the GNU Lesser General Public
|
8
|
+
License as published by the Free Software Foundation; either
|
9
|
+
version 2.1 of the License, or (at your option) any later version.
|
10
|
+
|
11
|
+
GtkSourceView is distributed in the hope that it will be useful,
|
12
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
13
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
14
|
+
Lesser General Public License for more details.
|
15
|
+
|
16
|
+
You should have received a copy of the GNU Lesser General Public
|
17
|
+
License along with this library; if not, write to the Free Software
|
18
|
+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
19
|
+
|
20
|
+
-->
|
21
|
+
|
22
|
+
<!--
|
23
|
+
This file is based on the file published at
|
24
|
+
|
25
|
+
https://github.com/rust-lang/gedit-config
|
26
|
+
|
27
|
+
by the Rust developers, which used the following license:
|
28
|
+
|
29
|
+
Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
30
|
+
http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
31
|
+
<LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
32
|
+
option. This file may not be copied, modified, or distributed
|
33
|
+
except according to those terms.
|
34
|
+
-->
|
35
|
+
|
36
|
+
<language id="rust" _name="Rust" version="2.0" _section="Source">
|
37
|
+
<metadata>
|
38
|
+
<property name="globs">*.rs</property>
|
39
|
+
<property name="line-comment-start">//</property>
|
40
|
+
<property name="block-comment-start">/*</property>
|
41
|
+
<property name="block-comment-end">*/</property>
|
42
|
+
</metadata>
|
43
|
+
|
44
|
+
<styles>
|
45
|
+
<style id="comment" _name="Comment" map-to="def:comment"/>
|
46
|
+
<style id="string" _name="String" map-to="def:string"/>
|
47
|
+
<style id="char" _name="Character" map-to="def:character"/>
|
48
|
+
<style id="keyword" _name="Keyword" map-to="def:keyword"/>
|
49
|
+
<style id="type" _name="Data Type" map-to="def:type"/>
|
50
|
+
<style id="boolean" _name="Boolean value" map-to="def:boolean"/>
|
51
|
+
<style id="identifier" _name="Identifier" map-to="def:identifier"/>
|
52
|
+
<style id="number" _name="Number" map-to="def:number"/>
|
53
|
+
<style id="scope" _name="Scope" map-to="def:preprocessor"/>
|
54
|
+
<style id="attribute" _name="Attribute" map-to="def:preprocessor"/>
|
55
|
+
<style id="macro" _name="Macro" map-to="def:preprocessor"/>
|
56
|
+
</styles>
|
57
|
+
|
58
|
+
<definitions>
|
59
|
+
|
60
|
+
<context id="function" style-ref="keyword">
|
61
|
+
<keyword>fn</keyword>
|
62
|
+
</context>
|
63
|
+
|
64
|
+
<context id="type" style-ref="keyword">
|
65
|
+
<keyword>type</keyword>
|
66
|
+
</context>
|
67
|
+
|
68
|
+
<context id="keywords" style-ref="keyword">
|
69
|
+
<keyword>abstract</keyword>
|
70
|
+
<keyword>alignof</keyword>
|
71
|
+
<keyword>as</keyword>
|
72
|
+
<keyword>become</keyword>
|
73
|
+
<keyword>box</keyword>
|
74
|
+
<keyword>break</keyword>
|
75
|
+
<keyword>const</keyword>
|
76
|
+
<keyword>continue</keyword>
|
77
|
+
<keyword>crate</keyword>
|
78
|
+
<keyword>do</keyword>
|
79
|
+
<keyword>else</keyword>
|
80
|
+
<keyword>enum</keyword>
|
81
|
+
<keyword>extern</keyword>
|
82
|
+
<keyword>final</keyword>
|
83
|
+
<keyword>for</keyword>
|
84
|
+
<keyword>if</keyword>
|
85
|
+
<keyword>impl</keyword>
|
86
|
+
<keyword>in</keyword>
|
87
|
+
<keyword>let</keyword>
|
88
|
+
<keyword>loop</keyword>
|
89
|
+
<keyword>macro</keyword>
|
90
|
+
<keyword>match</keyword>
|
91
|
+
<keyword>mod</keyword>
|
92
|
+
<keyword>move</keyword>
|
93
|
+
<keyword>mut</keyword>
|
94
|
+
<keyword>offsetof</keyword>
|
95
|
+
<keyword>override</keyword>
|
96
|
+
<keyword>priv</keyword>
|
97
|
+
<keyword>proc</keyword>
|
98
|
+
<keyword>pub</keyword>
|
99
|
+
<keyword>pure</keyword>
|
100
|
+
<keyword>ref</keyword>
|
101
|
+
<keyword>return</keyword>
|
102
|
+
<keyword>sizeof</keyword>
|
103
|
+
<keyword>static</keyword>
|
104
|
+
<keyword>struct</keyword>
|
105
|
+
<keyword>super</keyword>
|
106
|
+
<keyword>trait</keyword>
|
107
|
+
<keyword>typeof</keyword>
|
108
|
+
<keyword>unsafe</keyword>
|
109
|
+
<keyword>unsized</keyword>
|
110
|
+
<keyword>use</keyword>
|
111
|
+
<keyword>virtual</keyword>
|
112
|
+
<keyword>where</keyword>
|
113
|
+
<keyword>while</keyword>
|
114
|
+
<keyword>yield</keyword>
|
115
|
+
</context>
|
116
|
+
|
117
|
+
<context id="types" style-ref="type">
|
118
|
+
<keyword>bool</keyword>
|
119
|
+
<keyword>isize</keyword>
|
120
|
+
<keyword>usize</keyword>
|
121
|
+
<keyword>i8</keyword>
|
122
|
+
<keyword>i16</keyword>
|
123
|
+
<keyword>i32</keyword>
|
124
|
+
<keyword>i64</keyword>
|
125
|
+
<keyword>u8</keyword>
|
126
|
+
<keyword>u16</keyword>
|
127
|
+
<keyword>u32</keyword>
|
128
|
+
<keyword>u64</keyword>
|
129
|
+
<keyword>f32</keyword>
|
130
|
+
<keyword>f64</keyword>
|
131
|
+
<keyword>char</keyword>
|
132
|
+
<keyword>str</keyword>
|
133
|
+
</context>
|
134
|
+
|
135
|
+
<context id="self" style-ref="identifier">
|
136
|
+
<keyword>Self</keyword>
|
137
|
+
<keyword>self</keyword>
|
138
|
+
</context>
|
139
|
+
|
140
|
+
<context id="boolean" style-ref="boolean">
|
141
|
+
<keyword>true</keyword>
|
142
|
+
<keyword>false</keyword>
|
143
|
+
</context>
|
144
|
+
|
145
|
+
<define-regex id="int-suffix" extended="true">
|
146
|
+
(i8|i16|i32|i64|i|u8|u16|u32|u64|u)
|
147
|
+
</define-regex>
|
148
|
+
|
149
|
+
<define-regex id="exponent" extended="true">
|
150
|
+
([eE][+-]?[0-9_]+)
|
151
|
+
</define-regex>
|
152
|
+
|
153
|
+
<define-regex id="float-suffix" extended="true">
|
154
|
+
(\%{exponent}?(f32|f64)?)|(\.[0-9][0-9_]*\%{exponent}?)?(f32|f64)?|\.
|
155
|
+
</define-regex>
|
156
|
+
|
157
|
+
<define-regex id="num-suffix" extended="true">
|
158
|
+
\%{int-suffix}|\%{float-suffix}
|
159
|
+
</define-regex>
|
160
|
+
|
161
|
+
<define-regex id="hex-digit" extended="true">
|
162
|
+
[0-9a-fA-F]
|
163
|
+
</define-regex>
|
164
|
+
|
165
|
+
<define-regex id="oct-digit" extended="true">
|
166
|
+
[0-7]
|
167
|
+
</define-regex>
|
168
|
+
|
169
|
+
<context id="number" style-ref="number">
|
170
|
+
<match extended="true">
|
171
|
+
((?<=\.\.)|(?<![\w\.]))
|
172
|
+
(
|
173
|
+
[1-9][0-9_]*\%{num-suffix}?|
|
174
|
+
0[0-9_]*\%{num-suffix}?|
|
175
|
+
0b[01_]+\%{int-suffix}?|
|
176
|
+
0o(\%{oct-digit}|_)+\%{int-suffix}?|
|
177
|
+
0x(\%{hex-digit}|_)+\%{int-suffix}?
|
178
|
+
)
|
179
|
+
((?![\w\.].)|(?=\.\.))
|
180
|
+
</match>
|
181
|
+
</context>
|
182
|
+
|
183
|
+
<define-regex id="ident" extended="true">
|
184
|
+
([^[:cntrl:][:space:][:punct:][:digit:]]|_)([^[:cntrl:][:punct:][:space:]]|_)*
|
185
|
+
</define-regex>
|
186
|
+
|
187
|
+
<context id="scope" style-ref="scope">
|
188
|
+
<match extended="true">
|
189
|
+
\%{ident}::
|
190
|
+
</match>
|
191
|
+
</context>
|
192
|
+
|
193
|
+
<context id="macro" style-ref="macro">
|
194
|
+
<match extended="true">
|
195
|
+
\%{ident}!
|
196
|
+
</match>
|
197
|
+
</context>
|
198
|
+
|
199
|
+
<context id="lifetime" style-ref="keyword">
|
200
|
+
<match extended="true">
|
201
|
+
'\%{ident}
|
202
|
+
</match>
|
203
|
+
</context>
|
204
|
+
|
205
|
+
<define-regex id="common-escape" extended="true">
|
206
|
+
'|"|
|
207
|
+
\\|n|r|t|0|
|
208
|
+
x\%{hex-digit}{2}
|
209
|
+
</define-regex>
|
210
|
+
|
211
|
+
<define-regex id="unicode-escape" extended="true">
|
212
|
+
u{\%{hex-digit}{1,6}}
|
213
|
+
</define-regex>
|
214
|
+
|
215
|
+
<context id="string-escape" style-ref="def:special-char">
|
216
|
+
<match>\\\%{common-escape}|\\\%{unicode-escape}</match>
|
217
|
+
</context>
|
218
|
+
|
219
|
+
<context id="byte-string-escape" style-ref="def:special-char">
|
220
|
+
<match>\\\%{common-escape}</match>
|
221
|
+
</context>
|
222
|
+
|
223
|
+
<context id="raw-string" style-ref="string" class="string" class-disabled="no-spell-check">
|
224
|
+
<start>b?r(#*)"</start>
|
225
|
+
<end>"\%{1@start}</end>
|
226
|
+
<include>
|
227
|
+
<context ref="def:line-continue"/>
|
228
|
+
</include>
|
229
|
+
</context>
|
230
|
+
|
231
|
+
<context id="string" style-ref="string" class="string" class-disabled="no-spell-check">
|
232
|
+
<start>"</start>
|
233
|
+
<end>"</end>
|
234
|
+
<include>
|
235
|
+
<context ref="string-escape"/>
|
236
|
+
<context ref="def:line-continue"/>
|
237
|
+
</include>
|
238
|
+
</context>
|
239
|
+
|
240
|
+
<context id="byte-string" style-ref="string" class="string" class-disabled="no-spell-check">
|
241
|
+
<start>b"</start>
|
242
|
+
<end>"</end>
|
243
|
+
<include>
|
244
|
+
<context ref="byte-string-escape"/>
|
245
|
+
<context ref="def:line-continue"/>
|
246
|
+
</include>
|
247
|
+
</context>
|
248
|
+
|
249
|
+
<context id="char" style-ref="char">
|
250
|
+
<match extended="true">'([^\\']|\\\%{common-escape}|\\\%{unicode-escape})'</match>
|
251
|
+
</context>
|
252
|
+
|
253
|
+
<context id="byte" style-ref="char">
|
254
|
+
<match extended="true">b'([^\\']|\\\%{common-escape})'</match>
|
255
|
+
</context>
|
256
|
+
|
257
|
+
<context id="attribute" style-ref="attribute" class="attribute">
|
258
|
+
<start extended="true">\#!?\[</start>
|
259
|
+
<end>\]</end>
|
260
|
+
<include>
|
261
|
+
<context ref="def:in-comment"/>
|
262
|
+
<context ref="string"/>
|
263
|
+
<context ref="raw-string"/>
|
264
|
+
</include>
|
265
|
+
</context>
|
266
|
+
|
267
|
+
<context id="rust" class="no-spell-check">
|
268
|
+
<include>
|
269
|
+
<context ref="def:c-like-comment" style-ref="comment"/>
|
270
|
+
<context ref="def:c-like-comment-multiline" style-ref="comment"/>
|
271
|
+
<context ref="function"/>
|
272
|
+
<context ref="type"/>
|
273
|
+
<context ref="keywords"/>
|
274
|
+
<context ref="types"/>
|
275
|
+
<context ref="self"/>
|
276
|
+
<context ref="macro"/>
|
277
|
+
<context ref="boolean"/>
|
278
|
+
<context ref="number"/>
|
279
|
+
<context ref="scope"/>
|
280
|
+
<context ref="string"/>
|
281
|
+
<context ref="byte-string"/>
|
282
|
+
<context ref="raw-string"/>
|
283
|
+
<context ref="char"/>
|
284
|
+
<context ref="byte"/>
|
285
|
+
<context ref="lifetime"/>
|
286
|
+
<context ref="attribute"/>
|
287
|
+
</include>
|
288
|
+
</context>
|
289
|
+
|
290
|
+
</definitions>
|
291
|
+
|
292
|
+
</language>
|
@@ -180,8 +180,26 @@
|
|
180
180
|
<keyword>\-ge\b</keyword>
|
181
181
|
</context>
|
182
182
|
|
183
|
-
<context id="
|
184
|
-
<match
|
183
|
+
<context id="short-parameter-expansion" style-ref="variable">
|
184
|
+
<match>\$([!@?*#\$0-9]|[a-zA-Z0-9_]+)</match>
|
185
|
+
</context>
|
186
|
+
|
187
|
+
<context id="parameter-expansion" style-ref="variable">
|
188
|
+
<start>\$\{</start>
|
189
|
+
<end>\}</end>
|
190
|
+
<include>
|
191
|
+
<context ref="single-quoted-string"/>
|
192
|
+
<context ref="double-quoted-string"/>
|
193
|
+
<context ref="variable"/>
|
194
|
+
<context ref="backtick-subshell"/>
|
195
|
+
</include>
|
196
|
+
</context>
|
197
|
+
|
198
|
+
<context id="variable">
|
199
|
+
<include>
|
200
|
+
<context ref="short-parameter-expansion"/>
|
201
|
+
<context ref="parameter-expansion"/>
|
202
|
+
</include>
|
185
203
|
</context>
|
186
204
|
|
187
205
|
<context id="variable-definition">
|
@@ -45,6 +45,8 @@
|
|
45
45
|
<style id="directive" name="Directives" map-to="def:preprocessor"/>
|
46
46
|
<style id="attributes" name="Vala Attributes" map-to="def:function"/>
|
47
47
|
<style id="string-template" name="Vala String template" map-to="def:function"/>
|
48
|
+
<style id="regex" _name="Regular Expression" map-to="def:string"/>
|
49
|
+
<style id="escape" _name="Escaped Character" map-to="def:special-char"/>
|
48
50
|
</styles>
|
49
51
|
|
50
52
|
<definitions>
|
@@ -52,6 +54,40 @@
|
|
52
54
|
<define-regex id="identifier">[_a-zA-Z][_a-zA-Z0-9]*</define-regex>
|
53
55
|
<define-regex id="type_name">[_a-zA-Z][_a-zA-Z0-9.]*</define-regex>
|
54
56
|
|
57
|
+
<!--regex-->
|
58
|
+
<define-regex id="regex-opts">[gim]*</define-regex>
|
59
|
+
|
60
|
+
<!--contexts NOT used in the main context-->
|
61
|
+
<context id="escape" style-ref="escape">
|
62
|
+
<match>\\((0-7){3}|(x[a-fA-F0-9]{2})|(c\S)|([CM]-\S)|(M-C-\S)|.)</match>
|
63
|
+
</context>
|
64
|
+
|
65
|
+
<context id="regex-bracketed" style-ref="escape" style-inside="true">
|
66
|
+
<start>(?<!\\)[[]</start>
|
67
|
+
<end>(?<!\\)]</end>
|
68
|
+
</context>
|
69
|
+
|
70
|
+
<!--contexts used in the main context-->
|
71
|
+
<context id="regex-simple" style-ref="regex">
|
72
|
+
<start extended="true">
|
73
|
+
((?<=([(]|\s))|^)
|
74
|
+
\/
|
75
|
+
(?=
|
76
|
+
([^/\\]*(\\.))*
|
77
|
+
[^/]*
|
78
|
+
\/
|
79
|
+
\%{regex-opts}
|
80
|
+
\s*
|
81
|
+
([),;.\/\]:}]|$)
|
82
|
+
)</start>
|
83
|
+
<end>\/\%{regex-opts}</end>
|
84
|
+
<include>
|
85
|
+
<context ref="escape"/>
|
86
|
+
<context ref="def:line-continue"/>
|
87
|
+
<context ref="regex-bracketed"/>
|
88
|
+
</include>
|
89
|
+
</context>
|
90
|
+
|
55
91
|
<context id="line-comment" style-ref="comment" end-at-line-end="true" class="comment" class-disabled="no-spell-check">
|
56
92
|
<start>//</start>
|
57
93
|
<include>
|
@@ -358,6 +394,7 @@
|
|
358
394
|
<context ref="c:octal"/>
|
359
395
|
<context ref="if0-comment"/>
|
360
396
|
<context ref="directive"/>
|
397
|
+
<context ref="regex-simple"/>
|
361
398
|
<!-- <context ref="function"/> -->
|
362
399
|
</include>
|
363
400
|
</context>
|
@@ -81,7 +81,9 @@
|
|
81
81
|
<keyword>ansi</keyword>
|
82
82
|
<keyword>as</keyword>
|
83
83
|
<keyword>assembly</keyword>
|
84
|
+
<keyword>async</keyword>
|
84
85
|
<keyword>auto</keyword>
|
86
|
+
<keyword>await</keyword>
|
85
87
|
<keyword>binary</keyword>
|
86
88
|
<keyword>byref</keyword>
|
87
89
|
<keyword>byval</keyword>
|
@@ -145,6 +147,7 @@
|
|
145
147
|
<keyword>mustoverride</keyword>
|
146
148
|
<keyword>mybase</keyword>
|
147
149
|
<keyword>myclass</keyword>
|
150
|
+
<keyword>nameof</keyword>
|
148
151
|
<keyword>namespace</keyword>
|
149
152
|
<keyword>new</keyword>
|
150
153
|
<keyword>next</keyword>
|
@@ -49,8 +49,8 @@
|
|
49
49
|
<style name="background-pattern" background="#f3f3f3"/>
|
50
50
|
|
51
51
|
<!-- Bracket Matching -->
|
52
|
-
<style name="bracket-match" foreground="white" background="gray"
|
53
|
-
<style name="bracket-mismatch" foreground="white" background="red"
|
52
|
+
<style name="bracket-match" foreground="white" background="gray"/>
|
53
|
+
<style name="bracket-mismatch" foreground="white" background="red"/>
|
54
54
|
|
55
55
|
<!-- Right Margin -->
|
56
56
|
<style name="right-margin" foreground="#000000" background="#000000"/>
|
@@ -81,7 +81,7 @@
|
|
81
81
|
<style name="def:error" background="red" bold="true"/>
|
82
82
|
<style name="def:warning" background="yellow"/>
|
83
83
|
<style name="def:note" foreground="blue" background="yellow" bold="true"/>
|
84
|
-
<style name="def:underlined" italic="true" underline="
|
84
|
+
<style name="def:underlined" italic="true" underline="single"/>
|
85
85
|
|
86
86
|
<!-- Heading styles, uncomment to enable -->
|
87
87
|
<!--
|
@@ -64,7 +64,7 @@
|
|
64
64
|
|
65
65
|
<!-- Bracket Matching -->
|
66
66
|
<style name="bracket-match" background="steelblue3"/>
|
67
|
-
<style name="bracket-mismatch" background="dark_red"
|
67
|
+
<style name="bracket-mismatch" background="dark_red"/>
|
68
68
|
|
69
69
|
<!-- Search Matching -->
|
70
70
|
<style name="search-match" foreground="white" background="sea_green"/>
|
@@ -102,7 +102,7 @@
|
|
102
102
|
<style name="def:error" foreground="white" background="dark_red" bold="true"/>
|
103
103
|
<style name="def:warning" foreground="white" background="nail_polish_pink"/>
|
104
104
|
<style name="def:note" foreground="neon_pink" bold="true"/>
|
105
|
-
<style name="def:net-address-in-comment" foreground="teal_blue" italic="false" underline="
|
105
|
+
<style name="def:net-address-in-comment" foreground="teal_blue" italic="false" underline="single"/>
|
106
106
|
<style name="def:preprocessor" foreground="light_grey"/>
|
107
107
|
|
108
108
|
<!-- Heading styles, uncomment to enable -->
|
@@ -42,8 +42,8 @@
|
|
42
42
|
<style name="current-line" background="#EEF6FF"/>
|
43
43
|
<style name="line-numbers" foreground="black" background="#d6d2d0"/>
|
44
44
|
<style name="right-margin" foreground="black" background="black"/>
|
45
|
-
<style name="bracket-match"
|
46
|
-
<style name="bracket-mismatch" background="red"
|
45
|
+
<style name="bracket-match" foreground="white" background="black"/>
|
46
|
+
<style name="bracket-mismatch" background="red"/>
|
47
47
|
<style name="draw-spaces" foreground="#d3d7cf"/>
|
48
48
|
<style name="background-pattern" background="#f3f3f3"/>
|
49
49
|
|
@@ -90,7 +90,7 @@
|
|
90
90
|
<style name="def:note" foreground="#BF0303" background="#F7E7E7" bold="true" italic="false"/>
|
91
91
|
<style name="def:error" foreground="red" underline="true"/>
|
92
92
|
<style name="def:warning" foreground="brown" underline="true"/>
|
93
|
-
<style name="def:underlined" underline="
|
93
|
+
<style name="def:underlined" underline="single"/>
|
94
94
|
|
95
95
|
<!-- Heading styles, uncomment to enable -->
|
96
96
|
<!--
|