gtksourceview4 3.2.9-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/COPYING.LIB +502 -0
- data/README.md +24 -0
- data/Rakefile +61 -0
- data/dependency-check/Rakefile +43 -0
- data/gtksourceview4.gemspec +45 -0
- data/lib/gtksourceview4.rb +56 -0
- data/lib/gtksourceview4/deprecated.rb +49 -0
- data/lib/gtksourceview4/loader.rb +49 -0
- data/lib/gtksourceview4/mark-attributes.rb +29 -0
- data/test/run-test.rb +62 -0
- data/test/test-mark-attributes.rb +26 -0
- data/test/test-source-gutter-renderer.rb +33 -0
- data/test/test-source-language-manager.rb +46 -0
- data/test/test-source-view.rb +55 -0
- data/vendor/local/bin/libgtksourceview-4-0.dll +0 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +72 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksource-enumtypes.h +107 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksource.h +67 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceautocleanups.h +63 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcebuffer.h +279 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletion.h +156 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletioncontext.h +102 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletioninfo.h +77 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletionitem.h +92 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletionproposal.h +126 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletionprovider.h +166 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceencoding.h +74 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcefile.h +195 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcefileloader.h +140 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcefilesaver.h +168 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcegutter.h +93 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcegutterrenderer.h +272 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcegutterrendererpixbuf.h +91 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcegutterrenderertext.h +92 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceinit.h +40 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcelanguage.h +98 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcelanguagemanager.h +92 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcemap.h +70 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcemark.h +79 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcemarkattributes.h +112 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceprintcompositor.h +223 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceregion.h +127 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcesearchcontext.h +161 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcesearchsettings.h +100 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcespacedrawer.h +144 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyle.h +54 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestylescheme.h +119 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooser.h +66 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooserbutton.h +64 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooserwidget.h +64 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyleschememanager.h +100 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcetag.h +54 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcetypes.h +73 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceundomanager.h +90 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceutils.h +41 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceversion.h +578 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceview.h +266 -0
- data/vendor/local/lib/girepository-1.0/GtkSource-4.typelib +0 -0
- data/vendor/local/lib/libgtksourceview-4.dll.a +0 -0
- data/vendor/local/lib/libgtksourceview-4.la +41 -0
- data/vendor/local/lib/pkgconfig/gtksourceview-4.pc +12 -0
- data/vendor/local/share/gir-1.0/GtkSource-4.gir +12999 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceBuffer.html +2421 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletion.html +1087 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionContext.html +402 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionInfo.html +207 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionItem.html +497 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionProposal.html +668 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionProvider.html +837 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionWords.html +343 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceEncoding.html +391 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceFile.html +769 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceFileLoader.html +780 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceFileSaver.html +965 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutter.html +438 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutterRenderer.html +1708 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutterRendererPixbuf.html +369 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutterRendererText.html +299 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceLanguage.html +579 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceLanguageManager.html +473 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceMap.html +254 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceMark.html +307 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceMarkAttributes.html +788 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourcePrintCompositor.html +2121 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceRegion.html +870 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceSearchContext.html +1216 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceSearchSettings.html +603 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceSpaceDrawer.html +671 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyle.html +433 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleScheme.html +396 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeChooser.html +214 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeChooserButton.html +127 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeChooserWidget.html +127 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeManager.html +460 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceTag.html +179 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceUndoManager.html +460 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceView.html +2369 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/annexes.html +55 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/annotation-glossary.html +74 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-0.html +62 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-10.html +86 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-12.html +34 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-2.html +270 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-4.html +34 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-8.html +46 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-0.html +42 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-10.html +170 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-12.html +38 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-14.html +298 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-16.html +106 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-18.html +114 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-20.html +130 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-22.html +106 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-24.html +126 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-4.html +34 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-4-0.html +65 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-deprecated.html +30 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-full.html +2586 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-reference.html +174 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/completion.html +52 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/file-loading-and-saving.html +43 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/general.html +32 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0-GtkSourceUtils.html +151 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0-GtkSourceView-Initialization-and-Finalization.html +100 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0-Version-Information.html +511 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0.devhelp2 +819 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gutter.html +49 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/index.html +215 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/intro.html +56 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/lang-reference.html +946 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/lang-tutorial.html +652 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/main-classes.html +37 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/misc.html +52 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/object-tree.html +98 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/porting-guide-3-to-4.html +152 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/porting-guide.html +33 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/printing.html +32 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/search-and-replace.html +37 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/style-reference.html +305 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/style.css +483 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/styling.html +49 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/syntax-highlighting-reference.html +49 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/syntax-highlighting.html +37 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/up.png +0 -0
- data/vendor/local/share/gtksourceview-4/language-specs/R.lang +2198 -0
- data/vendor/local/share/gtksourceview-4/language-specs/abnf.lang +109 -0
- data/vendor/local/share/gtksourceview-4/language-specs/actionscript.lang +267 -0
- data/vendor/local/share/gtksourceview-4/language-specs/ada.lang +220 -0
- data/vendor/local/share/gtksourceview-4/language-specs/ansforth94.lang +728 -0
- data/vendor/local/share/gtksourceview-4/language-specs/asp.lang +1096 -0
- data/vendor/local/share/gtksourceview-4/language-specs/automake.lang +329 -0
- data/vendor/local/share/gtksourceview-4/language-specs/awk.lang +137 -0
- data/vendor/local/share/gtksourceview-4/language-specs/bennugd.lang +266 -0
- data/vendor/local/share/gtksourceview-4/language-specs/bibtex.lang +120 -0
- data/vendor/local/share/gtksourceview-4/language-specs/bluespec.lang +187 -0
- data/vendor/local/share/gtksourceview-4/language-specs/boo.lang +256 -0
- data/vendor/local/share/gtksourceview-4/language-specs/c.lang +343 -0
- data/vendor/local/share/gtksourceview-4/language-specs/cg.lang +231 -0
- data/vendor/local/share/gtksourceview-4/language-specs/changelog.lang +91 -0
- data/vendor/local/share/gtksourceview-4/language-specs/chdr.lang +50 -0
- data/vendor/local/share/gtksourceview-4/language-specs/cmake.lang +817 -0
- data/vendor/local/share/gtksourceview-4/language-specs/cobol.lang +646 -0
- data/vendor/local/share/gtksourceview-4/language-specs/cpp.lang +119 -0
- data/vendor/local/share/gtksourceview-4/language-specs/cpphdr.lang +41 -0
- data/vendor/local/share/gtksourceview-4/language-specs/csharp.lang +285 -0
- data/vendor/local/share/gtksourceview-4/language-specs/css.lang +2411 -0
- data/vendor/local/share/gtksourceview-4/language-specs/csv.lang +73 -0
- data/vendor/local/share/gtksourceview-4/language-specs/cuda.lang +281 -0
- data/vendor/local/share/gtksourceview-4/language-specs/d.lang +317 -0
- data/vendor/local/share/gtksourceview-4/language-specs/def.lang +261 -0
- data/vendor/local/share/gtksourceview-4/language-specs/desktop.lang +297 -0
- data/vendor/local/share/gtksourceview-4/language-specs/diff.lang +84 -0
- data/vendor/local/share/gtksourceview-4/language-specs/docbook.lang +475 -0
- data/vendor/local/share/gtksourceview-4/language-specs/dosbatch.lang +166 -0
- data/vendor/local/share/gtksourceview-4/language-specs/dot.lang +139 -0
- data/vendor/local/share/gtksourceview-4/language-specs/dpatch.lang +47 -0
- data/vendor/local/share/gtksourceview-4/language-specs/dtd.lang +139 -0
- data/vendor/local/share/gtksourceview-4/language-specs/dtl.lang +297 -0
- data/vendor/local/share/gtksourceview-4/language-specs/eiffel.lang +238 -0
- data/vendor/local/share/gtksourceview-4/language-specs/erlang.lang +262 -0
- data/vendor/local/share/gtksourceview-4/language-specs/fcl.lang +113 -0
- data/vendor/local/share/gtksourceview-4/language-specs/forth.lang +234 -0
- data/vendor/local/share/gtksourceview-4/language-specs/fortran.lang +710 -0
- data/vendor/local/share/gtksourceview-4/language-specs/fsharp.lang +324 -0
- data/vendor/local/share/gtksourceview-4/language-specs/gap.lang +84 -0
- data/vendor/local/share/gtksourceview-4/language-specs/gdb-log.lang +151 -0
- data/vendor/local/share/gtksourceview-4/language-specs/genie.lang +237 -0
- data/vendor/local/share/gtksourceview-4/language-specs/glsl.lang +482 -0
- data/vendor/local/share/gtksourceview-4/language-specs/go.lang +274 -0
- data/vendor/local/share/gtksourceview-4/language-specs/groovy.lang +330 -0
- data/vendor/local/share/gtksourceview-4/language-specs/gtk-doc.lang +90 -0
- data/vendor/local/share/gtksourceview-4/language-specs/gtkrc.lang +115 -0
- data/vendor/local/share/gtksourceview-4/language-specs/haddock.lang +161 -0
- data/vendor/local/share/gtksourceview-4/language-specs/haskell-literate.lang +58 -0
- data/vendor/local/share/gtksourceview-4/language-specs/haskell.lang +227 -0
- data/vendor/local/share/gtksourceview-4/language-specs/haxe.lang +237 -0
- data/vendor/local/share/gtksourceview-4/language-specs/html.lang +286 -0
- data/vendor/local/share/gtksourceview-4/language-specs/idl-exelis.lang +619 -0
- data/vendor/local/share/gtksourceview-4/language-specs/idl.lang +153 -0
- data/vendor/local/share/gtksourceview-4/language-specs/imagej.lang +783 -0
- data/vendor/local/share/gtksourceview-4/language-specs/ini.lang +94 -0
- data/vendor/local/share/gtksourceview-4/language-specs/j.lang +239 -0
- data/vendor/local/share/gtksourceview-4/language-specs/jade.lang +248 -0
- data/vendor/local/share/gtksourceview-4/language-specs/java.lang +188 -0
- data/vendor/local/share/gtksourceview-4/language-specs/javascript.lang +354 -0
- data/vendor/local/share/gtksourceview-4/language-specs/json.lang +124 -0
- data/vendor/local/share/gtksourceview-4/language-specs/julia.lang +376 -0
- data/vendor/local/share/gtksourceview-4/language-specs/kotlin.lang +389 -0
- data/vendor/local/share/gtksourceview-4/language-specs/language.dtd +72 -0
- data/vendor/local/share/gtksourceview-4/language-specs/language.rng +372 -0
- data/vendor/local/share/gtksourceview-4/language-specs/language2.rng +481 -0
- data/vendor/local/share/gtksourceview-4/language-specs/latex.lang +636 -0
- data/vendor/local/share/gtksourceview-4/language-specs/less.lang +793 -0
- data/vendor/local/share/gtksourceview-4/language-specs/lex.lang +208 -0
- data/vendor/local/share/gtksourceview-4/language-specs/libtool.lang +55 -0
- data/vendor/local/share/gtksourceview-4/language-specs/llvm.lang +314 -0
- data/vendor/local/share/gtksourceview-4/language-specs/logcat.lang +107 -0
- data/vendor/local/share/gtksourceview-4/language-specs/lua.lang +301 -0
- data/vendor/local/share/gtksourceview-4/language-specs/m4.lang +1374 -0
- data/vendor/local/share/gtksourceview-4/language-specs/makefile.lang +190 -0
- data/vendor/local/share/gtksourceview-4/language-specs/mallard.lang +123 -0
- data/vendor/local/share/gtksourceview-4/language-specs/markdown.lang +401 -0
- data/vendor/local/share/gtksourceview-4/language-specs/matlab.lang +148 -0
- data/vendor/local/share/gtksourceview-4/language-specs/maxima.lang +1864 -0
- data/vendor/local/share/gtksourceview-4/language-specs/mediawiki.lang +326 -0
- data/vendor/local/share/gtksourceview-4/language-specs/meson.lang +132 -0
- data/vendor/local/share/gtksourceview-4/language-specs/modelica.lang +261 -0
- data/vendor/local/share/gtksourceview-4/language-specs/mxml.lang +64 -0
- data/vendor/local/share/gtksourceview-4/language-specs/nemerle.lang +262 -0
- data/vendor/local/share/gtksourceview-4/language-specs/netrexx.lang +318 -0
- data/vendor/local/share/gtksourceview-4/language-specs/nsis.lang +87 -0
- data/vendor/local/share/gtksourceview-4/language-specs/objc.lang +119 -0
- data/vendor/local/share/gtksourceview-4/language-specs/objj.lang +127 -0
- data/vendor/local/share/gtksourceview-4/language-specs/ocaml.lang +301 -0
- data/vendor/local/share/gtksourceview-4/language-specs/ocl.lang +138 -0
- data/vendor/local/share/gtksourceview-4/language-specs/octave.lang +1757 -0
- data/vendor/local/share/gtksourceview-4/language-specs/ooc.lang +264 -0
- data/vendor/local/share/gtksourceview-4/language-specs/opal.lang +342 -0
- data/vendor/local/share/gtksourceview-4/language-specs/opencl.lang +599 -0
- data/vendor/local/share/gtksourceview-4/language-specs/pascal.lang +267 -0
- data/vendor/local/share/gtksourceview-4/language-specs/perl.lang +1044 -0
- data/vendor/local/share/gtksourceview-4/language-specs/php.lang +362 -0
- data/vendor/local/share/gtksourceview-4/language-specs/pig.lang +292 -0
- data/vendor/local/share/gtksourceview-4/language-specs/pkgconfig.lang +61 -0
- data/vendor/local/share/gtksourceview-4/language-specs/po.lang +93 -0
- data/vendor/local/share/gtksourceview-4/language-specs/prolog.lang +248 -0
- data/vendor/local/share/gtksourceview-4/language-specs/protobuf.lang +134 -0
- data/vendor/local/share/gtksourceview-4/language-specs/puppet.lang +696 -0
- data/vendor/local/share/gtksourceview-4/language-specs/python.lang +475 -0
- data/vendor/local/share/gtksourceview-4/language-specs/python3.lang +198 -0
- data/vendor/local/share/gtksourceview-4/language-specs/rpmspec.lang +215 -0
- data/vendor/local/share/gtksourceview-4/language-specs/rst.lang +141 -0
- data/vendor/local/share/gtksourceview-4/language-specs/ruby.lang +748 -0
- data/vendor/local/share/gtksourceview-4/language-specs/rust.lang +334 -0
- data/vendor/local/share/gtksourceview-4/language-specs/scala.lang +383 -0
- data/vendor/local/share/gtksourceview-4/language-specs/scheme.lang +301 -0
- data/vendor/local/share/gtksourceview-4/language-specs/scilab.lang +208 -0
- data/vendor/local/share/gtksourceview-4/language-specs/scss.lang +878 -0
- data/vendor/local/share/gtksourceview-4/language-specs/sh.lang +516 -0
- data/vendor/local/share/gtksourceview-4/language-specs/sml.lang +200 -0
- data/vendor/local/share/gtksourceview-4/language-specs/sparql.lang +451 -0
- data/vendor/local/share/gtksourceview-4/language-specs/sql.lang +617 -0
- data/vendor/local/share/gtksourceview-4/language-specs/sweave.lang +66 -0
- data/vendor/local/share/gtksourceview-4/language-specs/swift.lang +440 -0
- data/vendor/local/share/gtksourceview-4/language-specs/systemverilog.lang +262 -0
- data/vendor/local/share/gtksourceview-4/language-specs/t2t.lang +149 -0
- data/vendor/local/share/gtksourceview-4/language-specs/tcl.lang +145 -0
- data/vendor/local/share/gtksourceview-4/language-specs/tera.lang +142 -0
- data/vendor/local/share/gtksourceview-4/language-specs/texinfo.lang +447 -0
- data/vendor/local/share/gtksourceview-4/language-specs/thrift.lang +266 -0
- data/vendor/local/share/gtksourceview-4/language-specs/toml.lang +282 -0
- data/vendor/local/share/gtksourceview-4/language-specs/vala.lang +411 -0
- data/vendor/local/share/gtksourceview-4/language-specs/vbnet.lang +247 -0
- data/vendor/local/share/gtksourceview-4/language-specs/verilog.lang +475 -0
- data/vendor/local/share/gtksourceview-4/language-specs/vhdl.lang +247 -0
- data/vendor/local/share/gtksourceview-4/language-specs/xml.lang +219 -0
- data/vendor/local/share/gtksourceview-4/language-specs/xslt.lang +120 -0
- data/vendor/local/share/gtksourceview-4/language-specs/yacc.lang +176 -0
- data/vendor/local/share/gtksourceview-4/language-specs/yaml.lang +213 -0
- data/vendor/local/share/gtksourceview-4/styles/classic.xml +122 -0
- data/vendor/local/share/gtksourceview-4/styles/cobalt.xml +150 -0
- data/vendor/local/share/gtksourceview-4/styles/kate.xml +171 -0
- data/vendor/local/share/gtksourceview-4/styles/oblivion.xml +133 -0
- data/vendor/local/share/gtksourceview-4/styles/solarized-dark.xml +103 -0
- data/vendor/local/share/gtksourceview-4/styles/solarized-light.xml +102 -0
- data/vendor/local/share/gtksourceview-4/styles/styles.rng +139 -0
- data/vendor/local/share/gtksourceview-4/styles/tango.xml +130 -0
- data/vendor/local/share/license/gtksourceview/AUTHORS +15 -0
- data/vendor/local/share/license/gtksourceview/COPYING +504 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/mg/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtksourceview-4.mo +0 -0
- metadata +437 -0
@@ -0,0 +1,200 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!--
|
3
|
+
|
4
|
+
This file is part of GtkSourceView
|
5
|
+
|
6
|
+
Author: Ming Han Teh <tehminghan@gmail.com>
|
7
|
+
Copyright (C) 2011 Ming Han Teh <tehminghan@gmail.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 License
|
20
|
+
along with this library; if not, see <http://www.gnu.org/licenses/>.
|
21
|
+
|
22
|
+
-->
|
23
|
+
<language id="sml" name="Standard ML" version="2.0" _section="Source">
|
24
|
+
<metadata>
|
25
|
+
<property name="globs">*.sml;*.sig</property>
|
26
|
+
<property name="block-comment-start">(*</property>
|
27
|
+
<property name="block-comment-end">*)</property>
|
28
|
+
</metadata>
|
29
|
+
|
30
|
+
<styles>
|
31
|
+
<style id="comment" name="Comment" map-to="def:comment"/>
|
32
|
+
<style id="keyword" name="Keyword" map-to="def:keyword"/>
|
33
|
+
<style id="type" name="Data Type" map-to="def:type"/>
|
34
|
+
<style id="character" name="Character" map-to="def:character"/>
|
35
|
+
<style id="string" name="String" map-to="def:string"/>
|
36
|
+
<style id="escaped-character" name="Escaped Character" map-to="def:special-char"/>
|
37
|
+
<style id="base-n-integer" name="Base-N Integer" map-to="def:base-n-integer"/>
|
38
|
+
<style id="decimal" name="Decimal" map-to="def:decimal"/>
|
39
|
+
<style id="boolean" name="Boolean value" map-to="def:boolean"/>
|
40
|
+
<style id="floating-point" name="Floating Point number" map-to="def:floating-point"/>
|
41
|
+
<style id="special-var" name="Module name, Variant, etc" map-to="def:type"/>
|
42
|
+
</styles>
|
43
|
+
|
44
|
+
<definitions>
|
45
|
+
<define-regex id="integer">\b([~]?[0-9]+)</define-regex>
|
46
|
+
<define-regex id="integer-hex">\b(0x[~]?[0-9A-Fa-f]+)</define-regex>
|
47
|
+
<define-regex id="word">\b(0w[0-9]+)</define-regex>
|
48
|
+
<define-regex id="word-hex">\b(0wx[0-9A-Fa-f]+)</define-regex>
|
49
|
+
<define-regex id="real">\b([~]?[0-9]+).([0-9]+)([Ee]?([~]?[0-9]+)?)</define-regex>
|
50
|
+
<define-regex id="upper-case">\b[A-Z][0-9A-Za-z_']*\b</define-regex>
|
51
|
+
|
52
|
+
<context id="escaped-character" style-ref="escaped-character">
|
53
|
+
<match>\\.</match>
|
54
|
+
</context>
|
55
|
+
|
56
|
+
<context id="comment" style-ref="comment">
|
57
|
+
<start>\(\*</start>
|
58
|
+
<end>\*\)</end>
|
59
|
+
<include>
|
60
|
+
<context ref="def:in-comment"/>
|
61
|
+
<context ref="comment"/>
|
62
|
+
</include>
|
63
|
+
</context>
|
64
|
+
|
65
|
+
<context id="character" end-at-line-end="true" style-ref="character">
|
66
|
+
<start>#"</start>
|
67
|
+
<end>"</end>
|
68
|
+
<include>
|
69
|
+
<context ref="escaped-character" />
|
70
|
+
</include>
|
71
|
+
</context>
|
72
|
+
|
73
|
+
<context id="string" end-at-line-end="true" style-ref="string">
|
74
|
+
<start>"</start>
|
75
|
+
<end>"</end>
|
76
|
+
<include>
|
77
|
+
<context ref="escaped-character" />
|
78
|
+
</include>
|
79
|
+
</context>
|
80
|
+
|
81
|
+
<context id="integer" style-ref="decimal">
|
82
|
+
<match>\%{integer}</match>
|
83
|
+
</context>
|
84
|
+
|
85
|
+
<context id="integer-hex" style-ref="base-n-integer">
|
86
|
+
<match>\%{integer-hex}</match>
|
87
|
+
</context>
|
88
|
+
|
89
|
+
<context id="word" style-ref="decimal">
|
90
|
+
<match>\%{word}</match>
|
91
|
+
</context>
|
92
|
+
|
93
|
+
<context id="word-hex" style-ref="base-n-integer">
|
94
|
+
<match>\%{word-hex}</match>
|
95
|
+
</context>
|
96
|
+
|
97
|
+
<context id="real" style-ref="floating-point">
|
98
|
+
<match>\%{real}</match>
|
99
|
+
</context>
|
100
|
+
|
101
|
+
<context id="boolean" style-ref="boolean">
|
102
|
+
<keyword>true</keyword>
|
103
|
+
<keyword>false</keyword>
|
104
|
+
</context>
|
105
|
+
|
106
|
+
<!-- Anything that starts with an upper case... -->
|
107
|
+
<context id="special-var" style-ref="special-var">
|
108
|
+
<match>\%{upper-case}</match>
|
109
|
+
</context>
|
110
|
+
|
111
|
+
<!-- http://smlnj.cs.uchicago.edu/dist/working/110.72/compiler.tgz/
|
112
|
+
compiler/Parse/lex/tokentable.sml -->
|
113
|
+
<context id="keywords" style-ref="keyword">
|
114
|
+
<keyword>and</keyword>
|
115
|
+
<keyword>abstype</keyword>
|
116
|
+
<keyword>as</keyword>
|
117
|
+
<keyword>case</keyword>
|
118
|
+
<keyword>datatype</keyword>
|
119
|
+
<keyword>else</keyword>
|
120
|
+
<keyword>end</keyword>
|
121
|
+
<keyword>eqtype</keyword>
|
122
|
+
<keyword>exception</keyword>
|
123
|
+
<keyword>do</keyword>
|
124
|
+
<keyword>fn</keyword>
|
125
|
+
<keyword>fun</keyword>
|
126
|
+
<keyword>functor</keyword>
|
127
|
+
<keyword>funsig</keyword>
|
128
|
+
<keyword>handle</keyword>
|
129
|
+
<keyword>if</keyword>
|
130
|
+
<keyword>in</keyword>
|
131
|
+
<keyword>include</keyword>
|
132
|
+
<keyword>infix</keyword>
|
133
|
+
<keyword>infixr</keyword>
|
134
|
+
<keyword>lazy</keyword>
|
135
|
+
<keyword>let</keyword>
|
136
|
+
<keyword>local</keyword>
|
137
|
+
<keyword>nonfix</keyword>
|
138
|
+
<keyword>of</keyword>
|
139
|
+
<keyword>op</keyword>
|
140
|
+
<keyword>open</keyword>
|
141
|
+
<keyword>overload</keyword>
|
142
|
+
<keyword>raise</keyword>
|
143
|
+
<keyword>rec</keyword>
|
144
|
+
<keyword>sharing</keyword>
|
145
|
+
<keyword>sig</keyword>
|
146
|
+
<keyword>signature</keyword>
|
147
|
+
<keyword>struct</keyword>
|
148
|
+
<keyword>structure</keyword>
|
149
|
+
<keyword>then</keyword>
|
150
|
+
<keyword>type</keyword>
|
151
|
+
<keyword>val</keyword>
|
152
|
+
<keyword>where</keyword>
|
153
|
+
<keyword>while</keyword>
|
154
|
+
<keyword>with</keyword>
|
155
|
+
<keyword>withtype</keyword>
|
156
|
+
<keyword>orelse</keyword>
|
157
|
+
<keyword>andalso</keyword>
|
158
|
+
</context>
|
159
|
+
|
160
|
+
<!-- Top level types -->
|
161
|
+
<!-- http://www.standardml.org/Basis/top-level-chapter.html -->
|
162
|
+
<context id="top-level-types" style-ref="type">
|
163
|
+
<keyword>unit</keyword>
|
164
|
+
<keyword>int</keyword>
|
165
|
+
<keyword>word</keyword>
|
166
|
+
<keyword>real</keyword>
|
167
|
+
<keyword>char</keyword>
|
168
|
+
<keyword>string</keyword>
|
169
|
+
<keyword>substring</keyword>
|
170
|
+
<keyword>exn</keyword>
|
171
|
+
<keyword>array</keyword>
|
172
|
+
<keyword>vector</keyword>
|
173
|
+
<keyword>ref</keyword>
|
174
|
+
<keyword>bool</keyword>
|
175
|
+
<keyword>option</keyword>
|
176
|
+
<keyword>order</keyword>
|
177
|
+
<keyword>list</keyword>
|
178
|
+
</context>
|
179
|
+
|
180
|
+
<!-- Main context -->
|
181
|
+
<context id="sml" class="no-spell-check">
|
182
|
+
<include>
|
183
|
+
<context ref="comment"/>
|
184
|
+
<context ref="character"/>
|
185
|
+
<context ref="string"/>
|
186
|
+
<context ref="integer"/>
|
187
|
+
<context ref="integer-hex"/>
|
188
|
+
<context ref="word"/>
|
189
|
+
<context ref="word-hex"/>
|
190
|
+
<context ref="real"/>
|
191
|
+
<context ref="boolean"/>
|
192
|
+
<context ref="special-var"/>
|
193
|
+
<context ref="keywords"/>
|
194
|
+
<context ref="top-level-types"/>
|
195
|
+
</include>
|
196
|
+
</context>
|
197
|
+
|
198
|
+
</definitions>
|
199
|
+
|
200
|
+
</language>
|
@@ -0,0 +1,451 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!--
|
3
|
+
|
4
|
+
This file is part of GtkSourceView
|
5
|
+
|
6
|
+
Author: James Leigh <james@leighnet.ca>
|
7
|
+
Copyright (C) 2009 James Leigh <james@leighnet.ca>
|
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 License
|
20
|
+
along with this library; if not, see <http://www.gnu.org/licenses/>.
|
21
|
+
|
22
|
+
-->
|
23
|
+
<language id="sparql" name="SPARQL" version="2.0" _section="Source">
|
24
|
+
|
25
|
+
<metadata>
|
26
|
+
<property name="mimetypes">application/sparql-query</property>
|
27
|
+
<property name="globs">*.rq</property>
|
28
|
+
<property name="line-comment-start">#</property>
|
29
|
+
</metadata>
|
30
|
+
|
31
|
+
<styles>
|
32
|
+
<style id="class" name="Class" map-to="def:type"/>
|
33
|
+
<style id="datatype" name="Data Type" map-to="def:type"/>
|
34
|
+
<style id="function" name="Function" map-to="def:function"/>
|
35
|
+
<style id="individual" name="Individual" map-to="def:special-constant"/>
|
36
|
+
<style id="keyword" name="Keyword" map-to="def:keyword"/>
|
37
|
+
<style id="namespace" name="Namespace" map-to="def:builtin"/>
|
38
|
+
<style id="boolean" name="Boolean" map-to="def:boolean"/>
|
39
|
+
<style id="literal" name="Literal" map-to="def:string"/>
|
40
|
+
<style id="predicate" name="Predicate" map-to="def:function"/>
|
41
|
+
<style id="qname" name="QName" />
|
42
|
+
<style id="iri" name="IRI" map-to="def:special-constant"/>
|
43
|
+
<style id="var" name="Variable" map-to="def:preprocessor"/>
|
44
|
+
<style id="operator" name="Operator" map-to="def:operator"/>
|
45
|
+
</styles>
|
46
|
+
|
47
|
+
<definitions>
|
48
|
+
|
49
|
+
<context id="var" style-ref="var">
|
50
|
+
<match>[\?\$][a-zA-Z_0-9]+</match>
|
51
|
+
</context>
|
52
|
+
|
53
|
+
<context id="booleans" style-ref="boolean">
|
54
|
+
<keyword>true</keyword>
|
55
|
+
<keyword>false</keyword>
|
56
|
+
</context>
|
57
|
+
|
58
|
+
<context id="a" style-ref="keyword">
|
59
|
+
<keyword>a</keyword>
|
60
|
+
</context>
|
61
|
+
|
62
|
+
<context id="operators" style-ref="operator" extend-parent="false">
|
63
|
+
<match>[-.^@,;|\=\+\*\!&<>()\[\]{}]</match>
|
64
|
+
</context>
|
65
|
+
|
66
|
+
<context id="iri" style-ref="iri">
|
67
|
+
<match extended="true">
|
68
|
+
<(([a-zA-Z][0-9a-zA-Z+\-\.]*:)?/{0,2}
|
69
|
+
[0-9a-zA-Z;/?:@&=+$\.\-_!~*'()%]+)?
|
70
|
+
(\#[0-9a-zA-Z;/?:@&=+$\.\-_!~*'()%]*)?>
|
71
|
+
</match>
|
72
|
+
</context>
|
73
|
+
|
74
|
+
<context id="qnames" style-ref="qname">
|
75
|
+
<match>(?<!\w)[a-zA-Z_]*:[a-zA-Z0-9_]+\%]</match>
|
76
|
+
</context>
|
77
|
+
|
78
|
+
<!-- Use define-regex to override case-sensitivity of keywords -->
|
79
|
+
<define-regex id="keywords-regex" extended="true" case-sensitive="false">
|
80
|
+
\%[(
|
81
|
+
ORDER\s+BY |
|
82
|
+
FROM\s+NAMED |
|
83
|
+
BASE |
|
84
|
+
SELECT |
|
85
|
+
FROM |
|
86
|
+
PREFIX |
|
87
|
+
CONSTRUCT |
|
88
|
+
LIMIT |
|
89
|
+
DESCRIBE |
|
90
|
+
OFFSET |
|
91
|
+
WHERE |
|
92
|
+
ASK |
|
93
|
+
DISTINCT |
|
94
|
+
REDUCED |
|
95
|
+
GROUP\s+BY |
|
96
|
+
AS |
|
97
|
+
HAVING |
|
98
|
+
GRAPH |
|
99
|
+
OPTIONAL |
|
100
|
+
FILTER |
|
101
|
+
UNION |
|
102
|
+
MINUS |
|
103
|
+
SERVICE |
|
104
|
+
NOT |
|
105
|
+
EXISTS
|
106
|
+
)\%]
|
107
|
+
</define-regex>
|
108
|
+
|
109
|
+
<!-- Use define-regex to override case-sensitivity of keywords -->
|
110
|
+
<define-regex id="functions-regex" extended="true" case-sensitive="false">
|
111
|
+
\%[(
|
112
|
+
STR |
|
113
|
+
isURI |
|
114
|
+
LANG |
|
115
|
+
isIRI |
|
116
|
+
LANGMATCHES |
|
117
|
+
isLITERAL |
|
118
|
+
DATATYPE |
|
119
|
+
REGEX |
|
120
|
+
BOUND |
|
121
|
+
sameTERM |
|
122
|
+
DESC |
|
123
|
+
ASC |
|
124
|
+
SUM |
|
125
|
+
AVG |
|
126
|
+
COUNT |
|
127
|
+
SAMPLE |
|
128
|
+
COALESCE |
|
129
|
+
MIN |
|
130
|
+
MAX
|
131
|
+
)\%]
|
132
|
+
</define-regex>
|
133
|
+
|
134
|
+
<context id="keywords" style-ref="keyword">
|
135
|
+
<match>\%{keywords-regex}</match>
|
136
|
+
</context>
|
137
|
+
|
138
|
+
<context id="functions" style-ref="function">
|
139
|
+
<match>\%{functions-regex}</match>
|
140
|
+
</context>
|
141
|
+
|
142
|
+
<context id="namespaces" style-ref="namespace">
|
143
|
+
<match extended="true">
|
144
|
+
xsd:\s*<http://www.w3.org/2001/XMLSchema\#> |
|
145
|
+
rdf:\s*<http://www.w3.org/1999/02/22-rdf-syntax-ns\#> |
|
146
|
+
rdfs:\s*<http://www.w3.org/2000/01/rdf-schema\#> |
|
147
|
+
owl:\s*<http://www.w3.org/2002/07/owl\#> |
|
148
|
+
dcam:\s*<http://purl.org/dc/dcam/> |
|
149
|
+
dc:\s*<http://purl.org/dc/elements/1.1/> |
|
150
|
+
dcterms:\s*<http://purl.org/dc/terms/> |
|
151
|
+
skos:\s*<http://www.w3.org/2004/02/skos/core\#>
|
152
|
+
</match>
|
153
|
+
</context>
|
154
|
+
|
155
|
+
<context id="datatypes" style-ref="datatype">
|
156
|
+
<keyword>xsd:ID</keyword>
|
157
|
+
<keyword>xsd:IDREF</keyword>
|
158
|
+
<keyword>xsd:NCName</keyword>
|
159
|
+
<keyword>xsd:NMTOKEN</keyword>
|
160
|
+
<keyword>xsd:Name</keyword>
|
161
|
+
<keyword>xsd:anyAtomicType</keyword>
|
162
|
+
<keyword>xsd:anyURI</keyword>
|
163
|
+
<keyword>xsd:base64Binary</keyword>
|
164
|
+
<keyword>xsd:boolean</keyword>
|
165
|
+
<keyword>xsd:byte</keyword>
|
166
|
+
<keyword>xsd:date</keyword>
|
167
|
+
<keyword>xsd:dateTime</keyword>
|
168
|
+
<keyword>xsd:dayTimeDuration</keyword>
|
169
|
+
<keyword>xsd:decimal</keyword>
|
170
|
+
<keyword>xsd:double</keyword>
|
171
|
+
<keyword>xsd:duration</keyword>
|
172
|
+
<keyword>xsd:float</keyword>
|
173
|
+
<keyword>xsd:gDay</keyword>
|
174
|
+
<keyword>xsd:gMonth</keyword>
|
175
|
+
<keyword>xsd:gMonthDay</keyword>
|
176
|
+
<keyword>xsd:gYear</keyword>
|
177
|
+
<keyword>xsd:gYearMonth</keyword>
|
178
|
+
<keyword>xsd:hexBinary</keyword>
|
179
|
+
<keyword>xsd:int</keyword>
|
180
|
+
<keyword>xsd:integer</keyword>
|
181
|
+
<keyword>xsd:language</keyword>
|
182
|
+
<keyword>xsd:long</keyword>
|
183
|
+
<keyword>xsd:negativeInteger</keyword>
|
184
|
+
<keyword>xsd:nonNegativeInteger</keyword>
|
185
|
+
<keyword>xsd:nonPositiveInteger</keyword>
|
186
|
+
<keyword>xsd:normalizedString</keyword>
|
187
|
+
<keyword>xsd:precisionDecimal</keyword>
|
188
|
+
<keyword>xsd:positiveInteger</keyword>
|
189
|
+
<keyword>xsd:short</keyword>
|
190
|
+
<keyword>xsd:string</keyword>
|
191
|
+
<keyword>xsd:time</keyword>
|
192
|
+
<keyword>xsd:token</keyword>
|
193
|
+
<keyword>xsd:unsignedByte</keyword>
|
194
|
+
<keyword>xsd:unsignedInt</keyword>
|
195
|
+
<keyword>xsd:unsignedLong</keyword>
|
196
|
+
<keyword>xsd:unsignedShort</keyword>
|
197
|
+
<keyword>xsd:yearMonthDuration</keyword>
|
198
|
+
<keyword>dcterms:Box</keyword>
|
199
|
+
<keyword>dcterms:ISO3166</keyword>
|
200
|
+
<keyword>dcterms:ISO639-2</keyword>
|
201
|
+
<keyword>dcterms:ISO639-3</keyword>
|
202
|
+
<keyword>dcterms:Period</keyword>
|
203
|
+
<keyword>dcterms:Point</keyword>
|
204
|
+
<keyword>dcterms:RFC1766</keyword>
|
205
|
+
<keyword>dcterms:RFC3066</keyword>
|
206
|
+
<keyword>dcterms:RFC4646</keyword>
|
207
|
+
<keyword>dcterms:URI</keyword>
|
208
|
+
<keyword>dcterms:W3CDTF</keyword>
|
209
|
+
</context>
|
210
|
+
|
211
|
+
<context id="classes" style-ref="class">
|
212
|
+
<keyword>rdf:Property</keyword>
|
213
|
+
<keyword>rdf:Statement</keyword>
|
214
|
+
<keyword>rdf:Bag</keyword>
|
215
|
+
<keyword>rdf:Seq</keyword>
|
216
|
+
<keyword>rdf:Alt</keyword>
|
217
|
+
<keyword>rdf:List</keyword>
|
218
|
+
<keyword>rdf:XMLLiteral</keyword>
|
219
|
+
<keyword>rdfs:Resource</keyword>
|
220
|
+
<keyword>rdfs:Class</keyword>
|
221
|
+
<keyword>rdfs:Literal</keyword>
|
222
|
+
<keyword>rdfs:Container</keyword>
|
223
|
+
<keyword>rdfs:ContainerMembershipProperty</keyword>
|
224
|
+
<keyword>rdfs:Datatype</keyword>
|
225
|
+
<keyword>owl:Class</keyword>
|
226
|
+
<keyword>owl:Thing</keyword>
|
227
|
+
<keyword>owl:Nothing</keyword>
|
228
|
+
<keyword>owl:AllDifferent</keyword>
|
229
|
+
<keyword>owl:Restriction</keyword>
|
230
|
+
<keyword>owl:ObjectProperty</keyword>
|
231
|
+
<keyword>owl:DatatypeProperty</keyword>
|
232
|
+
<keyword>owl:TransitiveProperty</keyword>
|
233
|
+
<keyword>owl:SymmetricProperty</keyword>
|
234
|
+
<keyword>owl:FunctionalProperty</keyword>
|
235
|
+
<keyword>owl:InverseFunctionalProperty</keyword>
|
236
|
+
<keyword>owl:AnnotationProperty</keyword>
|
237
|
+
<keyword>owl:Ontology</keyword>
|
238
|
+
<keyword>owl:OntologyProperty</keyword>
|
239
|
+
<keyword>owl:DeprecatedClass</keyword>
|
240
|
+
<keyword>owl:DeprecatedProperty</keyword>
|
241
|
+
<keyword>owl:DataRange</keyword>
|
242
|
+
<keyword>skos:Collection</keyword>
|
243
|
+
<keyword>skos:Concept</keyword>
|
244
|
+
<keyword>skos:ConceptScheme</keyword>
|
245
|
+
<keyword>skos:OrderedCollection</keyword>
|
246
|
+
<keyword>dcam:VocabularyEncodingScheme</keyword>
|
247
|
+
<keyword>dcterms:Agent</keyword>
|
248
|
+
<keyword>dcterms:AgentClass</keyword>
|
249
|
+
<keyword>dcterms:BibliographicResource</keyword>
|
250
|
+
<keyword>dcterms:FileFormat</keyword>
|
251
|
+
<keyword>dcterms:Frequency</keyword>
|
252
|
+
<keyword>dcterms:Jurisdiction</keyword>
|
253
|
+
<keyword>dcterms:LicenseDocument</keyword>
|
254
|
+
<keyword>dcterms:LinguisticSystem</keyword>
|
255
|
+
<keyword>dcterms:Location</keyword>
|
256
|
+
<keyword>dcterms:LocationPeriodOrJurisdiction</keyword>
|
257
|
+
<keyword>dcterms:MediaType</keyword>
|
258
|
+
<keyword>dcterms:MediaTypeOrExtent</keyword>
|
259
|
+
<keyword>dcterms:MethodOfAccrual</keyword>
|
260
|
+
<keyword>dcterms:MethodOfInstruction</keyword>
|
261
|
+
<keyword>dcterms:PeriodOfTime</keyword>
|
262
|
+
<keyword>dcterms:PhysicalMedium</keyword>
|
263
|
+
<keyword>dcterms:PhysicalResource</keyword>
|
264
|
+
<keyword>dcterms:Policy</keyword>
|
265
|
+
<keyword>dcterms:ProvenanceStatement</keyword>
|
266
|
+
<keyword>dcterms:RightsStatement</keyword>
|
267
|
+
<keyword>dcterms:SizeOrDuration</keyword>
|
268
|
+
<keyword>dcterms:Standard</keyword>
|
269
|
+
</context>
|
270
|
+
|
271
|
+
<context id="predicates" style-ref="predicate">
|
272
|
+
<keyword>rdf:type</keyword>
|
273
|
+
<keyword>rdf:subject</keyword>
|
274
|
+
<keyword>rdf:predicate</keyword>
|
275
|
+
<keyword>rdf:object</keyword>
|
276
|
+
<keyword>rdf:value</keyword>
|
277
|
+
<keyword>rdf:first</keyword>
|
278
|
+
<keyword>rdf:rest</keyword>
|
279
|
+
<keyword>rdfs:subClassOf</keyword>
|
280
|
+
<keyword>rdfs:subPropertyOf</keyword>
|
281
|
+
<keyword>rdfs:comment</keyword>
|
282
|
+
<keyword>rdfs:label</keyword>
|
283
|
+
<keyword>rdfs:domain</keyword>
|
284
|
+
<keyword>rdfs:range</keyword>
|
285
|
+
<keyword>rdfs:seeAlso</keyword>
|
286
|
+
<keyword>rdfs:isDefinedBy</keyword>
|
287
|
+
<keyword>rdfs:member</keyword>
|
288
|
+
<keyword>owl:equivalentClass</keyword>
|
289
|
+
<keyword>owl:disjointWith</keyword>
|
290
|
+
<keyword>owl:equivalentProperty</keyword>
|
291
|
+
<keyword>owl:sameAs</keyword>
|
292
|
+
<keyword>owl:differentFrom</keyword>
|
293
|
+
<keyword>owl:distinctMembers</keyword>
|
294
|
+
<keyword>owl:unionOf</keyword>
|
295
|
+
<keyword>owl:intersectionOf</keyword>
|
296
|
+
<keyword>owl:complementOf</keyword>
|
297
|
+
<keyword>owl:oneOf</keyword>
|
298
|
+
<keyword>owl:onProperty</keyword>
|
299
|
+
<keyword>owl:allValuesFrom</keyword>
|
300
|
+
<keyword>owl:hasValue</keyword>
|
301
|
+
<keyword>owl:someValuesFrom</keyword>
|
302
|
+
<keyword>owl:minCardinality</keyword>
|
303
|
+
<keyword>owl:maxCardinality</keyword>
|
304
|
+
<keyword>owl:cardinality</keyword>
|
305
|
+
<keyword>owl:inverseOf</keyword>
|
306
|
+
<keyword>owl:imports</keyword>
|
307
|
+
<keyword>owl:versionInfo</keyword>
|
308
|
+
<keyword>owl:priorVersion</keyword>
|
309
|
+
<keyword>owl:backwardCompatibleWith</keyword>
|
310
|
+
<keyword>owl:incompatibleWith</keyword>
|
311
|
+
<keyword>skos:altLabel</keyword>
|
312
|
+
<keyword>skos:broadMatch</keyword>
|
313
|
+
<keyword>skos:broader</keyword>
|
314
|
+
<keyword>skos:broaderTransitive</keyword>
|
315
|
+
<keyword>skos:changeNote</keyword>
|
316
|
+
<keyword>skos:closeMatch</keyword>
|
317
|
+
<keyword>skos:definition</keyword>
|
318
|
+
<keyword>skos:editorialNote</keyword>
|
319
|
+
<keyword>skos:exactMatch</keyword>
|
320
|
+
<keyword>skos:example</keyword>
|
321
|
+
<keyword>skos:hasTopConcept</keyword>
|
322
|
+
<keyword>skos:hiddenLabel</keyword>
|
323
|
+
<keyword>skos:historyNote</keyword>
|
324
|
+
<keyword>skos:inScheme</keyword>
|
325
|
+
<keyword>skos:mappingRelation</keyword>
|
326
|
+
<keyword>skos:member</keyword>
|
327
|
+
<keyword>skos:memberList</keyword>
|
328
|
+
<keyword>skos:narrowMatch</keyword>
|
329
|
+
<keyword>skos:narrower</keyword>
|
330
|
+
<keyword>skos:narrowerTransitive</keyword>
|
331
|
+
<keyword>skos:notation</keyword>
|
332
|
+
<keyword>skos:note</keyword>
|
333
|
+
<keyword>skos:prefLabel</keyword>
|
334
|
+
<keyword>skos:related</keyword>
|
335
|
+
<keyword>skos:relatedMatch</keyword>
|
336
|
+
<keyword>skos:scopeNote</keyword>
|
337
|
+
<keyword>skos:semanticRelation</keyword>
|
338
|
+
<keyword>skos:topConceptOf</keyword>
|
339
|
+
<keyword>dc:contributor</keyword>
|
340
|
+
<keyword>dc:coverage</keyword>
|
341
|
+
<keyword>dc:creator</keyword>
|
342
|
+
<keyword>dc:date</keyword>
|
343
|
+
<keyword>dc:description</keyword>
|
344
|
+
<keyword>dc:format</keyword>
|
345
|
+
<keyword>dc:identifier</keyword>
|
346
|
+
<keyword>dc:language</keyword>
|
347
|
+
<keyword>dc:publisher</keyword>
|
348
|
+
<keyword>dc:relation</keyword>
|
349
|
+
<keyword>dc:rights</keyword>
|
350
|
+
<keyword>dc:source</keyword>
|
351
|
+
<keyword>dc:subject</keyword>
|
352
|
+
<keyword>dc:title</keyword>
|
353
|
+
<keyword>dc:type</keyword>
|
354
|
+
<keyword>dcam:memberOf</keyword>
|
355
|
+
<keyword>dcterms:abstract</keyword>
|
356
|
+
<keyword>dcterms:accessRights</keyword>
|
357
|
+
<keyword>dcterms:accrualMethod</keyword>
|
358
|
+
<keyword>dcterms:accrualPeriodicity</keyword>
|
359
|
+
<keyword>dcterms:accrualPolicy</keyword>
|
360
|
+
<keyword>dcterms:alternative</keyword>
|
361
|
+
<keyword>dcterms:audience</keyword>
|
362
|
+
<keyword>dcterms:available</keyword>
|
363
|
+
<keyword>dcterms:bibliographicCitation</keyword>
|
364
|
+
<keyword>dcterms:conformsTo</keyword>
|
365
|
+
<keyword>dcterms:contributor</keyword>
|
366
|
+
<keyword>dcterms:coverage</keyword>
|
367
|
+
<keyword>dcterms:created</keyword>
|
368
|
+
<keyword>dcterms:creator</keyword>
|
369
|
+
<keyword>dcterms:date</keyword>
|
370
|
+
<keyword>dcterms:dateAccepted</keyword>
|
371
|
+
<keyword>dcterms:dateCopyrighted</keyword>
|
372
|
+
<keyword>dcterms:dateSubmitted</keyword>
|
373
|
+
<keyword>dcterms:description</keyword>
|
374
|
+
<keyword>dcterms:educationLevel</keyword>
|
375
|
+
<keyword>dcterms:extent</keyword>
|
376
|
+
<keyword>dcterms:format</keyword>
|
377
|
+
<keyword>dcterms:hasFormat</keyword>
|
378
|
+
<keyword>dcterms:hasPart</keyword>
|
379
|
+
<keyword>dcterms:hasVersion</keyword>
|
380
|
+
<keyword>dcterms:identifier</keyword>
|
381
|
+
<keyword>dcterms:instructionalMethod</keyword>
|
382
|
+
<keyword>dcterms:isFormatOf</keyword>
|
383
|
+
<keyword>dcterms:isPartOf</keyword>
|
384
|
+
<keyword>dcterms:isReferencedBy</keyword>
|
385
|
+
<keyword>dcterms:isReplacedBy</keyword>
|
386
|
+
<keyword>dcterms:isRequiredBy</keyword>
|
387
|
+
<keyword>dcterms:issued</keyword>
|
388
|
+
<keyword>dcterms:isVersionOf</keyword>
|
389
|
+
<keyword>dcterms:language</keyword>
|
390
|
+
<keyword>dcterms:license</keyword>
|
391
|
+
<keyword>dcterms:mediator</keyword>
|
392
|
+
<keyword>dcterms:medium</keyword>
|
393
|
+
<keyword>dcterms:modified</keyword>
|
394
|
+
<keyword>dcterms:provenance</keyword>
|
395
|
+
<keyword>dcterms:publisher</keyword>
|
396
|
+
<keyword>dcterms:references</keyword>
|
397
|
+
<keyword>dcterms:relation</keyword>
|
398
|
+
<keyword>dcterms:replaces</keyword>
|
399
|
+
<keyword>dcterms:requires</keyword>
|
400
|
+
<keyword>dcterms:rights</keyword>
|
401
|
+
<keyword>dcterms:rightsHolder</keyword>
|
402
|
+
<keyword>dcterms:source</keyword>
|
403
|
+
<keyword>dcterms:spatial</keyword>
|
404
|
+
<keyword>dcterms:subject</keyword>
|
405
|
+
<keyword>dcterms:tableOfContents</keyword>
|
406
|
+
<keyword>dcterms:temporal</keyword>
|
407
|
+
<keyword>dcterms:title</keyword>
|
408
|
+
<keyword>dcterms:type</keyword>
|
409
|
+
<keyword>dcterms:valid</keyword>
|
410
|
+
</context>
|
411
|
+
|
412
|
+
<context id="individuals" style-ref="individual">
|
413
|
+
<keyword>rdf:nil</keyword>
|
414
|
+
<keyword>dcterms:DCMIType</keyword>
|
415
|
+
<keyword>dcterms:DDC</keyword>
|
416
|
+
<keyword>dcterms:IMT</keyword>
|
417
|
+
<keyword>dcterms:LCC</keyword>
|
418
|
+
<keyword>dcterms:LCSH</keyword>
|
419
|
+
<keyword>dcterms:MESH</keyword>
|
420
|
+
<keyword>dcterms:NLM</keyword>
|
421
|
+
<keyword>dcterms:TGN</keyword>
|
422
|
+
<keyword>dcterms:UDC</keyword>
|
423
|
+
</context>
|
424
|
+
|
425
|
+
<context id="sparql">
|
426
|
+
<include>
|
427
|
+
<context ref="def:shell-like-comment"/>
|
428
|
+
<context ref="def:string"/>
|
429
|
+
<context ref="def:decimal"/>
|
430
|
+
<context ref="def:float"/>
|
431
|
+
<context ref="def:hexadecimal"/>
|
432
|
+
|
433
|
+
<context ref="keywords"/>
|
434
|
+
<context ref="namespaces"/>
|
435
|
+
<context ref="functions"/>
|
436
|
+
<context ref="datatypes"/>
|
437
|
+
<context ref="classes"/>
|
438
|
+
<context ref="predicates"/>
|
439
|
+
<context ref="individuals"/>
|
440
|
+
<context ref="qnames"/>
|
441
|
+
|
442
|
+
<context ref="iri"/>
|
443
|
+
<context ref="var"/>
|
444
|
+
<context ref="booleans"/>
|
445
|
+
<context ref="a"/>
|
446
|
+
<context ref="operators"/>
|
447
|
+
</include>
|
448
|
+
</context>
|
449
|
+
</definitions>
|
450
|
+
|
451
|
+
</language>
|