gtksourceview3 3.0.9-x86-mingw32 → 3.1.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +7 -1
- data/lib/gtksourceview3/loader.rb +0 -6
- data/vendor/local/bin/libgtksourceview-3.0-1.dll +0 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksource.h +10 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceautocleanups.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcebuffer.h +14 -7
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletion.h +12 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioncontext.h +12 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletioninfo.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionproposal.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcecompletionprovider.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceencoding.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefile.h +53 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefileloader.h +13 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcefilesaver.h +14 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderer.h +15 -7
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrendererpixbuf.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderertext.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguage.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcelanguagemanager.h +16 -4
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemap.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemark.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceregion.h +132 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +55 -9
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h +17 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooser.h +12 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserbutton.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschemechooserwidget.h +8 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyleschememanager.h +15 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetag.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h +13 -60
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceutils.h +11 -3
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceversion.h +33 -5
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-enumtypes.h +122 -0
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h +39 -114
- data/vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h +57 -34
- 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 +4 -4
- data/vendor/local/lib/pkgconfig/gtksourceview-3.0.pc +1 -1
- data/vendor/local/share/gir-1.0/GtkSource-3.0.gir +749 -36
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceBuffer.html +331 -320
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletion.html +110 -108
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionContext.html +37 -35
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionInfo.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionItem.html +42 -42
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProposal.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionProvider.html +69 -69
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceCompletionWords.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceEncoding.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFile.html +63 -60
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileLoader.html +64 -62
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceFileSaver.html +64 -60
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutter.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRenderer.html +195 -187
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceGutterRendererText.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguage.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceLanguageManager.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMap.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html +75 -75
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html +182 -182
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceRegion.html +870 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html +539 -141
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html +57 -54
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html +98 -49
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleScheme.html +42 -39
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooser.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserButton.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeChooserWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyleSchemeManager.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceTag.html +24 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceUndoManager.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceView.html +223 -212
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/annotation-glossary.html +9 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-10.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-12.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-4.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-2-8.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-10.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-12.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-14.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-18.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-20.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-22.html +125 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html +25 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html +107 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch01.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch02.html +1 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch03.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch04.html +20 -11
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch05.html +11 -17
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch06.html +27 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch07.html +10 -15
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch08.html +9 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/ch09.html +22 -19
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0-Version-Information.html +37 -24
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/gtksourceview-3.0.devhelp2 +65 -34
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/index.html +20 -10
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-reference.html +24 -18
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/lang-tutorial.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html +41 -22
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html +13 -7
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt02.html +49 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt03.html +53 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html +5 -5
- data/vendor/local/share/gtksourceview-3.0/language-specs/css.lang +2 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/jade.lang +8 -9
- data/vendor/local/share/gtksourceview-3.0/language-specs/latex.lang +28 -36
- data/vendor/local/share/gtksourceview-3.0/language-specs/python3.lang +4 -0
- data/vendor/local/share/gtksourceview-3.0/language-specs/rpmspec.lang +3 -2
- data/vendor/local/share/gtksourceview-3.0/language-specs/rust.lang +63 -30
- 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 +13 -7
@@ -35,6 +35,7 @@ except according to those terms.
|
|
35
35
|
|
36
36
|
<language id="rust" _name="Rust" version="2.0" _section="Source">
|
37
37
|
<metadata>
|
38
|
+
<property name="mimetypes">text/rust</property>
|
38
39
|
<property name="globs">*.rs</property>
|
39
40
|
<property name="line-comment-start">//</property>
|
40
41
|
<property name="block-comment-start">/*</property>
|
@@ -42,17 +43,18 @@ except according to those terms.
|
|
42
43
|
</metadata>
|
43
44
|
|
44
45
|
<styles>
|
45
|
-
<style id="comment"
|
46
|
-
<style id="string"
|
47
|
-
<style id="char"
|
48
|
-
<style id="keyword"
|
49
|
-
<style id="type"
|
50
|
-
<style id="boolean"
|
51
|
-
<style id="identifier" _name="Identifier"
|
52
|
-
<style id="number"
|
53
|
-
<style id="scope"
|
54
|
-
<style id="attribute"
|
55
|
-
<style id="macro"
|
46
|
+
<style id="comment" _name="Comment" map-to="def:comment"/>
|
47
|
+
<style id="string" _name="String" map-to="def:string"/>
|
48
|
+
<style id="char" _name="Character" map-to="def:character"/>
|
49
|
+
<style id="keyword" _name="Keyword" map-to="def:keyword"/>
|
50
|
+
<style id="type" _name="Data Type" map-to="def:type"/>
|
51
|
+
<style id="boolean" _name="Boolean value" map-to="def:boolean"/>
|
52
|
+
<style id="identifier" _name="Identifier" map-to="def:identifier"/>
|
53
|
+
<style id="number" _name="Number" map-to="def:number"/>
|
54
|
+
<style id="scope" _name="Scope" map-to="def:preprocessor"/>
|
55
|
+
<style id="attribute" _name="Attribute" map-to="def:preprocessor"/>
|
56
|
+
<style id="macro" _name="Macro" map-to="def:preprocessor"/>
|
57
|
+
<style id="error" _name="Error" map-to="def:error"/>
|
56
58
|
</styles>
|
57
59
|
|
58
60
|
<definitions>
|
@@ -66,51 +68,56 @@ except according to those terms.
|
|
66
68
|
</context>
|
67
69
|
|
68
70
|
<context id="keywords" style-ref="keyword">
|
69
|
-
<keyword>abstract</keyword>
|
70
|
-
<keyword>alignof</keyword>
|
71
71
|
<keyword>as</keyword>
|
72
|
-
<keyword>become</keyword>
|
73
72
|
<keyword>box</keyword>
|
74
73
|
<keyword>break</keyword>
|
75
74
|
<keyword>const</keyword>
|
76
75
|
<keyword>continue</keyword>
|
77
76
|
<keyword>crate</keyword>
|
78
|
-
<keyword>
|
77
|
+
<keyword>default</keyword>
|
79
78
|
<keyword>else</keyword>
|
80
79
|
<keyword>enum</keyword>
|
81
80
|
<keyword>extern</keyword>
|
82
|
-
<keyword>final</keyword>
|
83
81
|
<keyword>for</keyword>
|
84
82
|
<keyword>if</keyword>
|
85
83
|
<keyword>impl</keyword>
|
86
84
|
<keyword>in</keyword>
|
87
85
|
<keyword>let</keyword>
|
88
86
|
<keyword>loop</keyword>
|
89
|
-
<keyword>macro</keyword>
|
90
87
|
<keyword>match</keyword>
|
91
88
|
<keyword>mod</keyword>
|
92
89
|
<keyword>move</keyword>
|
93
90
|
<keyword>mut</keyword>
|
94
|
-
<keyword>offsetof</keyword>
|
95
|
-
<keyword>override</keyword>
|
96
|
-
<keyword>priv</keyword>
|
97
|
-
<keyword>proc</keyword>
|
98
91
|
<keyword>pub</keyword>
|
99
|
-
<keyword>pure</keyword>
|
100
92
|
<keyword>ref</keyword>
|
101
93
|
<keyword>return</keyword>
|
102
|
-
<keyword>sizeof</keyword>
|
103
94
|
<keyword>static</keyword>
|
104
95
|
<keyword>struct</keyword>
|
105
96
|
<keyword>super</keyword>
|
106
97
|
<keyword>trait</keyword>
|
107
|
-
<keyword>
|
98
|
+
<keyword>union</keyword>
|
108
99
|
<keyword>unsafe</keyword>
|
109
|
-
<keyword>unsized</keyword>
|
110
100
|
<keyword>use</keyword>
|
111
|
-
<keyword>virtual</keyword>
|
112
101
|
<keyword>where</keyword>
|
113
102
|
<keyword>while</keyword>
|
103
|
+
</context>
|
104
|
+
|
105
|
+
<context id="reserved" style-ref="keyword">
|
106
|
+
<keyword>abstract</keyword>
|
107
|
+
<keyword>alignof</keyword>
|
108
|
+
<keyword>become</keyword>
|
109
|
+
<keyword>do</keyword>
|
110
|
+
<keyword>final</keyword>
|
111
|
+
<keyword>macro</keyword>
|
112
|
+
<keyword>offsetof</keyword>
|
113
|
+
<keyword>override</keyword>
|
114
|
+
<keyword>priv</keyword>
|
115
|
+
<keyword>proc</keyword>
|
116
|
+
<keyword>pure</keyword>
|
117
|
+
<keyword>sizeof</keyword>
|
118
|
+
<keyword>typeof</keyword>
|
119
|
+
<keyword>unsized</keyword>
|
120
|
+
<keyword>virtual</keyword>
|
114
121
|
<keyword>yield</keyword>
|
115
122
|
</context>
|
116
123
|
|
@@ -143,7 +150,7 @@ except according to those terms.
|
|
143
150
|
</context>
|
144
151
|
|
145
152
|
<define-regex id="int-suffix" extended="true">
|
146
|
-
(i8|i16|i32|i64|
|
153
|
+
(i8|i16|i32|i64|isize|u8|u16|u32|u64|usize)
|
147
154
|
</define-regex>
|
148
155
|
|
149
156
|
<define-regex id="exponent" extended="true">
|
@@ -158,6 +165,10 @@ except according to those terms.
|
|
158
165
|
\%{int-suffix}|\%{float-suffix}
|
159
166
|
</define-regex>
|
160
167
|
|
168
|
+
<define-regex id="bin-digit" extended="true">
|
169
|
+
[01]
|
170
|
+
</define-regex>
|
171
|
+
|
161
172
|
<define-regex id="hex-digit" extended="true">
|
162
173
|
[0-9a-fA-F]
|
163
174
|
</define-regex>
|
@@ -170,9 +181,8 @@ except according to those terms.
|
|
170
181
|
<match extended="true">
|
171
182
|
((?<=\.\.)|(?<![\w\.]))
|
172
183
|
(
|
173
|
-
[
|
174
|
-
|
175
|
-
0b[01_]+\%{int-suffix}?|
|
184
|
+
[0-9][0-9_]*\%{num-suffix}?|
|
185
|
+
0b(\%{bin-digit}|_)+\%{int-suffix}?|
|
176
186
|
0o(\%{oct-digit}|_)+\%{int-suffix}?|
|
177
187
|
0x(\%{hex-digit}|_)+\%{int-suffix}?
|
178
188
|
)
|
@@ -180,6 +190,18 @@ except according to those terms.
|
|
180
190
|
</match>
|
181
191
|
</context>
|
182
192
|
|
193
|
+
<context id="invalid-number" style-ref="error">
|
194
|
+
<match extended="true">
|
195
|
+
((?<=\.\.)|(?<![\w\.]))
|
196
|
+
(
|
197
|
+
0b(\%{bin-digit}|_)*(?!\%{bin-digit}|_).\w*\%{int-suffix}?|
|
198
|
+
0o(\%{oct-digit}|_)*(?!\%{oct-digit}|_).\w*\%{int-suffix}?|
|
199
|
+
0x(\%{hex-digit}|_)*(?!\%{hex-digit}|_).\w*\%{int-suffix}?
|
200
|
+
)
|
201
|
+
((?![\w\.].)|(?=\.\.))
|
202
|
+
</match>
|
203
|
+
</context>
|
204
|
+
|
183
205
|
<define-regex id="ident" extended="true">
|
184
206
|
([^[:cntrl:][:space:][:punct:][:digit:]]|_)([^[:cntrl:][:punct:][:space:]]|_)*
|
185
207
|
</define-regex>
|
@@ -250,10 +272,18 @@ except according to those terms.
|
|
250
272
|
<match extended="true">'([^\\']|\\\%{common-escape}|\\\%{unicode-escape})'</match>
|
251
273
|
</context>
|
252
274
|
|
275
|
+
<context id="invalid-char" style-ref="error">
|
276
|
+
<match extended="true">'([^\\']|\\\%{common-escape}|\\\%{unicode-escape}){2,}'</match>
|
277
|
+
</context>
|
278
|
+
|
253
279
|
<context id="byte" style-ref="char">
|
254
280
|
<match extended="true">b'([^\\']|\\\%{common-escape})'</match>
|
255
281
|
</context>
|
256
282
|
|
283
|
+
<context id="invalid-byte" style-ref="error">
|
284
|
+
<match extended="true">b'([^\\']|\\\%{common-escape}){2,}'</match>
|
285
|
+
</context>
|
286
|
+
|
257
287
|
<context id="attribute" style-ref="attribute" class="attribute">
|
258
288
|
<start extended="true">\#!?\[</start>
|
259
289
|
<end>\]</end>
|
@@ -276,12 +306,15 @@ except according to those terms.
|
|
276
306
|
<context ref="macro"/>
|
277
307
|
<context ref="boolean"/>
|
278
308
|
<context ref="number"/>
|
309
|
+
<context ref="invalid-number"/>
|
279
310
|
<context ref="scope"/>
|
280
311
|
<context ref="string"/>
|
281
312
|
<context ref="byte-string"/>
|
282
313
|
<context ref="raw-string"/>
|
283
314
|
<context ref="char"/>
|
315
|
+
<context ref="invalid-char"/>
|
284
316
|
<context ref="byte"/>
|
317
|
+
<context ref="invalid-byte"/>
|
285
318
|
<context ref="lifetime"/>
|
286
319
|
<context ref="attribute"/>
|
287
320
|
</include>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gtksourceview3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0
|
4
|
+
version: 3.1.0
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- The Ruby-GNOME2 Project Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-11-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gtk3
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 3.0
|
19
|
+
version: 3.1.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 3.0
|
26
|
+
version: 3.1.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: gobject-introspection
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 3.0
|
33
|
+
version: 3.1.0
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 3.0
|
40
|
+
version: 3.1.0
|
41
41
|
description: Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x.
|
42
42
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
43
43
|
executables: []
|
@@ -79,6 +79,7 @@ files:
|
|
79
79
|
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemark.h
|
80
80
|
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h
|
81
81
|
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h
|
82
|
+
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceregion.h
|
82
83
|
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h
|
83
84
|
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h
|
84
85
|
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h
|
@@ -92,6 +93,7 @@ files:
|
|
92
93
|
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h
|
93
94
|
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceutils.h
|
94
95
|
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceversion.h
|
96
|
+
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-enumtypes.h
|
95
97
|
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h
|
96
98
|
- vendor/local/include/gtksourceview-3.0/gtksourceview/gtksourceview.h
|
97
99
|
- vendor/local/lib/girepository-1.0/GtkSource-3.0.typelib
|
@@ -121,6 +123,7 @@ files:
|
|
121
123
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMark.html
|
122
124
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceMarkAttributes.html
|
123
125
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourcePrintCompositor.html
|
126
|
+
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceRegion.html
|
124
127
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchContext.html
|
125
128
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceSearchSettings.html
|
126
129
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/GtkSourceStyle.html
|
@@ -146,6 +149,7 @@ files:
|
|
146
149
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-16.html
|
147
150
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-18.html
|
148
151
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-20.html
|
152
|
+
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-22.html
|
149
153
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-3-4.html
|
150
154
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-deprecated.html
|
151
155
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/api-index-full.html
|
@@ -169,6 +173,8 @@ files:
|
|
169
173
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/left.png
|
170
174
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/object-tree.html
|
171
175
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt01.html
|
176
|
+
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt02.html
|
177
|
+
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/pt03.html
|
172
178
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/right-insensitive.png
|
173
179
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/right.png
|
174
180
|
- vendor/local/share/gtk-doc/html/gtksourceview-3.0/style-reference.html
|
@@ -409,7 +415,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
409
415
|
version: '0'
|
410
416
|
requirements: []
|
411
417
|
rubyforge_project:
|
412
|
-
rubygems_version: 2.
|
418
|
+
rubygems_version: 2.5.1
|
413
419
|
signing_key:
|
414
420
|
specification_version: 4
|
415
421
|
summary: Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x.
|