gtksourceview4 3.2.9-x86-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/deprecated.rb +49 -0
- data/lib/gtksourceview4/loader.rb +49 -0
- data/lib/gtksourceview4/mark-attributes.rb +29 -0
- data/lib/gtksourceview4.rb +56 -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,475 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!--
|
3
|
+
|
4
|
+
This file is part of GtkSourceView
|
5
|
+
|
6
|
+
Author: Joachim Noreiko <jnoreiko@yahoo.com>
|
7
|
+
Copyright (C) 2006, 2007 Joachim Noreiko <jnoreiko@yahoo.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="docbook" name="DocBook" version="2.0" _section="Markup">
|
24
|
+
<metadata>
|
25
|
+
<property name="mimetypes">application/docbook+xml</property>
|
26
|
+
<property name="globs">*.docbook</property>
|
27
|
+
<property name="block-comment-start"><!--</property>
|
28
|
+
<property name="block-comment-end">--></property>
|
29
|
+
</metadata>
|
30
|
+
|
31
|
+
<styles>
|
32
|
+
<style id="header-elements" name="Header Elements" map-to="def:keyword"/>
|
33
|
+
<style id="formatting-elements" name="Formatting Elements" map-to="def:keyword"/>
|
34
|
+
<style id="gui-elements" name="GUI Elements" map-to="def:keyword"/>
|
35
|
+
<style id="structural-elements" name="Structural Elements" map-to="def:keyword"/>
|
36
|
+
</styles>
|
37
|
+
|
38
|
+
<definitions>
|
39
|
+
|
40
|
+
<context id="header-elements" once-only="true" style-ref="header-elements">
|
41
|
+
<suffix>\b(?!\s*=)</suffix>
|
42
|
+
<keyword>abstract</keyword>
|
43
|
+
<keyword>articleinfo</keyword>
|
44
|
+
<keyword>article</keyword>
|
45
|
+
<keyword>bookinfo</keyword>
|
46
|
+
<keyword>authorgroup</keyword>
|
47
|
+
<keyword>author</keyword>
|
48
|
+
<keyword>affiliation</keyword>
|
49
|
+
<keyword>copyright</keyword>
|
50
|
+
<keyword>date</keyword>
|
51
|
+
<keyword>email</keyword>
|
52
|
+
<keyword>firstname</keyword>
|
53
|
+
<keyword>orgname</keyword>
|
54
|
+
<keyword>publishername</keyword>
|
55
|
+
<keyword>publisher</keyword>
|
56
|
+
<keyword>pubdate</keyword>
|
57
|
+
<keyword>pubsnumber</keyword>
|
58
|
+
<keyword>releaseinfo</keyword>
|
59
|
+
<keyword>surname</keyword>
|
60
|
+
<keyword>revdescription</keyword>
|
61
|
+
<keyword>revhistory</keyword>
|
62
|
+
<keyword>revision</keyword>
|
63
|
+
<keyword>revnumber</keyword>
|
64
|
+
</context>
|
65
|
+
|
66
|
+
<context id="formatting-elements" once-only="true" style-ref="formatting-elements">
|
67
|
+
<suffix>\b(?!\s*=)</suffix>
|
68
|
+
<keyword>caution</keyword>
|
69
|
+
<keyword>command</keyword>
|
70
|
+
<keyword>computeroutput</keyword>
|
71
|
+
<keyword>filename</keyword>
|
72
|
+
<keyword>firstterm</keyword>
|
73
|
+
<keyword>link</keyword>
|
74
|
+
<keyword>note</keyword>
|
75
|
+
<keyword>option</keyword>
|
76
|
+
<keyword>para</keyword>
|
77
|
+
<keyword>remark</keyword>
|
78
|
+
<keyword>replaceable</keyword>
|
79
|
+
<keyword>tip</keyword>
|
80
|
+
<keyword>ulink</keyword>
|
81
|
+
<keyword>variablelist</keyword>
|
82
|
+
<keyword>varlistentry</keyword>
|
83
|
+
<keyword>warning</keyword>
|
84
|
+
<keyword>xref</keyword>
|
85
|
+
</context>
|
86
|
+
|
87
|
+
<context id="gui-elements" once-only="true" style-ref="gui-elements">
|
88
|
+
<suffix>\b(?!\s*=)</suffix>
|
89
|
+
<keyword>accel</keyword>
|
90
|
+
<keyword>application</keyword>
|
91
|
+
<keyword>guibutton</keyword>
|
92
|
+
<keyword>guiicon</keyword>
|
93
|
+
<keyword>guilabel</keyword>
|
94
|
+
<keyword>guimenuitem</keyword>
|
95
|
+
<keyword>guimenu</keyword>
|
96
|
+
<keyword>guisubmenu</keyword>
|
97
|
+
<keyword>interface</keyword>
|
98
|
+
<keyword>keycap</keyword>
|
99
|
+
<keyword>keycombo</keyword>
|
100
|
+
<keyword>keysym</keyword>
|
101
|
+
<keyword>menuchoice</keyword>
|
102
|
+
</context>
|
103
|
+
|
104
|
+
<context id="structural-elements" once-only="true" style-ref="structural-elements">
|
105
|
+
<suffix>\b(?!\s*=)</suffix>
|
106
|
+
<keyword>appendix</keyword>
|
107
|
+
<keyword>book</keyword>
|
108
|
+
<keyword>chapter</keyword>
|
109
|
+
<keyword>anchor</keyword>
|
110
|
+
<keyword>citetitle</keyword>
|
111
|
+
<keyword>colspec</keyword>
|
112
|
+
<keyword>emphasis</keyword>
|
113
|
+
<keyword>entry</keyword>
|
114
|
+
<keyword>figure</keyword>
|
115
|
+
<keyword>glossary</keyword>
|
116
|
+
<keyword>glossdef</keyword>
|
117
|
+
<keyword>glossentry</keyword>
|
118
|
+
<keyword>glossterm</keyword>
|
119
|
+
<keyword>sect1</keyword>
|
120
|
+
<keyword>sect2</keyword>
|
121
|
+
<keyword>sect3</keyword>
|
122
|
+
<keyword>sect4</keyword>
|
123
|
+
<keyword>section</keyword>
|
124
|
+
|
125
|
+
<keyword>highlights</keyword>
|
126
|
+
<keyword>holder</keyword>
|
127
|
+
<keyword>imagedata</keyword>
|
128
|
+
<keyword>imageobject</keyword>
|
129
|
+
<keyword>indexterm</keyword>
|
130
|
+
<keyword>informaltable</keyword>
|
131
|
+
<keyword>inlinemediaobject</keyword>
|
132
|
+
<keyword>itemizedlist</keyword>
|
133
|
+
<keyword>literal</keyword>
|
134
|
+
<keyword>legalnotice</keyword>
|
135
|
+
<keyword>listitem</keyword>
|
136
|
+
<keyword>mediaobject</keyword>
|
137
|
+
<keyword>orderedlist</keyword>
|
138
|
+
<keyword>phrase</keyword>
|
139
|
+
<keyword>primary</keyword>
|
140
|
+
<keyword>programlisting</keyword>
|
141
|
+
|
142
|
+
<keyword>row</keyword>
|
143
|
+
<keyword>screen</keyword>
|
144
|
+
<keyword>screenshot</keyword>
|
145
|
+
<keyword>secondary</keyword>
|
146
|
+
<keyword>see</keyword>
|
147
|
+
<keyword>shortcut</keyword>
|
148
|
+
|
149
|
+
<keyword>table</keyword>
|
150
|
+
<keyword>tbody</keyword>
|
151
|
+
<keyword>term</keyword>
|
152
|
+
<keyword>tertiary</keyword>
|
153
|
+
<keyword>textobject</keyword>
|
154
|
+
<keyword>tgroup</keyword>
|
155
|
+
<keyword>thead</keyword>
|
156
|
+
<keyword>titleabbrev</keyword>
|
157
|
+
<keyword>title</keyword>
|
158
|
+
<keyword>uri</keyword>
|
159
|
+
<keyword>userinput</keyword>
|
160
|
+
<keyword>year</keyword>
|
161
|
+
|
162
|
+
<keyword>ackno</keyword>
|
163
|
+
<keyword>acronym</keyword>
|
164
|
+
<keyword>action</keyword>
|
165
|
+
<keyword>address</keyword>
|
166
|
+
<keyword>answer</keyword>
|
167
|
+
<keyword>appendixinfo</keyword>
|
168
|
+
<keyword>areaset</keyword>
|
169
|
+
<keyword>areaspec</keyword>
|
170
|
+
<keyword>area</keyword>
|
171
|
+
<keyword>arg</keyword>
|
172
|
+
<keyword>artpagenums</keyword>
|
173
|
+
<keyword>attribution</keyword>
|
174
|
+
<keyword>audiodata</keyword>
|
175
|
+
<keyword>audioobject</keyword>
|
176
|
+
<keyword>authorblurb</keyword>
|
177
|
+
<keyword>authorinitials</keyword>
|
178
|
+
<keyword>beginpage</keyword>
|
179
|
+
<keyword>bibliocoverage</keyword>
|
180
|
+
<keyword>bibliodiv</keyword>
|
181
|
+
<keyword>biblioentry</keyword>
|
182
|
+
<keyword>bibliography</keyword>
|
183
|
+
<keyword>bibliographyinfo</keyword>
|
184
|
+
<keyword>biblioid</keyword>
|
185
|
+
<keyword>bibliomisc</keyword>
|
186
|
+
<keyword>bibliomixed</keyword>
|
187
|
+
<keyword>bibliomset</keyword>
|
188
|
+
<keyword>bibliorelation</keyword>
|
189
|
+
<keyword>biblioset</keyword>
|
190
|
+
<keyword>bibliosource</keyword>
|
191
|
+
<keyword>blockinfo</keyword>
|
192
|
+
<keyword>blockquote</keyword>
|
193
|
+
<keyword>bridgehead</keyword>
|
194
|
+
<keyword>calloutlist</keyword>
|
195
|
+
<keyword>callout</keyword>
|
196
|
+
<keyword>caption</keyword>
|
197
|
+
<keyword>chapterinfo</keyword>
|
198
|
+
<keyword>citation</keyword>
|
199
|
+
<keyword>citebiblioid</keyword>
|
200
|
+
<keyword>citerefentry</keyword>
|
201
|
+
<keyword>city</keyword>
|
202
|
+
<keyword>classname</keyword>
|
203
|
+
<keyword>classsynopsis</keyword>
|
204
|
+
<keyword>classsynopsisinfo</keyword>
|
205
|
+
<keyword>cmdsynopsis</keyword>
|
206
|
+
<keyword>code</keyword>
|
207
|
+
<keyword>colgroup</keyword>
|
208
|
+
<keyword>collabname</keyword>
|
209
|
+
<keyword>collab</keyword>
|
210
|
+
<keyword>colophon</keyword>
|
211
|
+
<keyword>confdates</keyword>
|
212
|
+
<keyword>confgroup</keyword>
|
213
|
+
<keyword>confnum</keyword>
|
214
|
+
<keyword>confsponsor</keyword>
|
215
|
+
<keyword>conftitle</keyword>
|
216
|
+
<keyword>constant</keyword>
|
217
|
+
<keyword>constraintdef</keyword>
|
218
|
+
<keyword>constraint</keyword>
|
219
|
+
<keyword>constructorsynopsis</keyword>
|
220
|
+
<keyword>contractnum</keyword>
|
221
|
+
<keyword>contractsponsor</keyword>
|
222
|
+
<keyword>contrib</keyword>
|
223
|
+
<keyword>coref</keyword>
|
224
|
+
<keyword>corpauthor</keyword>
|
225
|
+
<keyword>corpcredit</keyword>
|
226
|
+
<keyword>corpname</keyword>
|
227
|
+
<keyword>country</keyword>
|
228
|
+
<keyword>database</keyword>
|
229
|
+
<keyword>dedication</keyword>
|
230
|
+
<keyword>destructorsynopsis</keyword>
|
231
|
+
<keyword>edition</keyword>
|
232
|
+
<keyword>editor</keyword>
|
233
|
+
<keyword>entrytbl</keyword>
|
234
|
+
<keyword>envar</keyword>
|
235
|
+
<keyword>epigraph</keyword>
|
236
|
+
<keyword>equation</keyword>
|
237
|
+
<keyword>errorcode</keyword>
|
238
|
+
<keyword>errorname</keyword>
|
239
|
+
<keyword>errortext</keyword>
|
240
|
+
<keyword>errortype</keyword>
|
241
|
+
<keyword>example</keyword>
|
242
|
+
<keyword>exceptionname</keyword>
|
243
|
+
<keyword>fax</keyword>
|
244
|
+
<keyword>fieldsynopsis</keyword>
|
245
|
+
<keyword>footnoteref</keyword>
|
246
|
+
<keyword>footnote</keyword>
|
247
|
+
<keyword>foreignphrase</keyword>
|
248
|
+
<keyword>formalpara</keyword>
|
249
|
+
<keyword>funcdef</keyword>
|
250
|
+
<keyword>funcparams</keyword>
|
251
|
+
<keyword>funcprototype</keyword>
|
252
|
+
<keyword>funcsynopsis</keyword>
|
253
|
+
<keyword>funcsynopsisinfo</keyword>
|
254
|
+
<keyword>function</keyword>
|
255
|
+
<keyword>glossaryinfo</keyword>
|
256
|
+
<keyword>glossdiv</keyword>
|
257
|
+
<keyword>glosslist</keyword>
|
258
|
+
<keyword>glosssee</keyword>
|
259
|
+
<keyword>glossseealso</keyword>
|
260
|
+
<keyword>graphicco</keyword>
|
261
|
+
<keyword>graphic</keyword>
|
262
|
+
<keyword>hardware</keyword>
|
263
|
+
<keyword>honorific</keyword>
|
264
|
+
<keyword>imageobjectco</keyword>
|
265
|
+
<keyword>important</keyword>
|
266
|
+
<keyword>indexdiv</keyword>
|
267
|
+
<keyword>indexentry</keyword>
|
268
|
+
<keyword>indexinfo</keyword>
|
269
|
+
<keyword>informalequation</keyword>
|
270
|
+
<keyword>informalexample</keyword>
|
271
|
+
<keyword>informalfigure</keyword>
|
272
|
+
<keyword>initializer</keyword>
|
273
|
+
<keyword>inlineequation</keyword>
|
274
|
+
<keyword>inlinegraphic</keyword>
|
275
|
+
<keyword>interfacename</keyword>
|
276
|
+
<keyword>invpartnumber</keyword>
|
277
|
+
<keyword>isbn</keyword>
|
278
|
+
<keyword>issn</keyword>
|
279
|
+
<keyword>issuenum</keyword>
|
280
|
+
<keyword>itermset</keyword>
|
281
|
+
<keyword>jobtitle</keyword>
|
282
|
+
<keyword>keycode</keyword>
|
283
|
+
<keyword>keywordset</keyword>
|
284
|
+
<keyword>keyword</keyword>
|
285
|
+
<keyword>lhs</keyword>
|
286
|
+
<keyword>lineage</keyword>
|
287
|
+
<keyword>lineannotation</keyword>
|
288
|
+
<keyword>literallayout</keyword>
|
289
|
+
<keyword>lot</keyword>
|
290
|
+
<keyword>lotentry</keyword>
|
291
|
+
<keyword>manvolnum</keyword>
|
292
|
+
<keyword>markup</keyword>
|
293
|
+
<keyword>medialabel</keyword>
|
294
|
+
<keyword>mediaobjectco</keyword>
|
295
|
+
<keyword>member</keyword>
|
296
|
+
<keyword>methodname</keyword>
|
297
|
+
<keyword>methodparam</keyword>
|
298
|
+
<keyword>methodsynopsis</keyword>
|
299
|
+
<keyword>modespec</keyword>
|
300
|
+
<keyword>modifier</keyword>
|
301
|
+
<keyword>mousebutton</keyword>
|
302
|
+
<keyword>msgaud</keyword>
|
303
|
+
<keyword>msgentry</keyword>
|
304
|
+
<keyword>msgexplan</keyword>
|
305
|
+
<keyword>msginfo</keyword>
|
306
|
+
<keyword>msglevel</keyword>
|
307
|
+
<keyword>msgmain</keyword>
|
308
|
+
<keyword>msgorig</keyword>
|
309
|
+
<keyword>msgrel</keyword>
|
310
|
+
<keyword>msgset</keyword>
|
311
|
+
<keyword>msgsub</keyword>
|
312
|
+
<keyword>msgtext</keyword>
|
313
|
+
<keyword>msg</keyword>
|
314
|
+
<keyword>nonterminal</keyword>
|
315
|
+
<keyword>objectinfo</keyword>
|
316
|
+
<keyword>olink</keyword>
|
317
|
+
<keyword>ooclass</keyword>
|
318
|
+
<keyword>ooexception</keyword>
|
319
|
+
<keyword>oointerface</keyword>
|
320
|
+
<keyword>optional</keyword>
|
321
|
+
<keyword>orgdiv</keyword>
|
322
|
+
<keyword>otheraddr</keyword>
|
323
|
+
<keyword>othercredit</keyword>
|
324
|
+
<keyword>othername</keyword>
|
325
|
+
<keyword>pagenums</keyword>
|
326
|
+
<keyword>paramdef</keyword>
|
327
|
+
<keyword>parameter</keyword>
|
328
|
+
<keyword>partinfo</keyword>
|
329
|
+
<keyword>partintro</keyword>
|
330
|
+
<keyword>part</keyword>
|
331
|
+
<keyword>personblurb</keyword>
|
332
|
+
<keyword>personname</keyword>
|
333
|
+
<keyword>phone</keyword>
|
334
|
+
<keyword>pob</keyword>
|
335
|
+
<keyword>postcode</keyword>
|
336
|
+
<keyword>prefaceinfo</keyword>
|
337
|
+
<keyword>preface</keyword>
|
338
|
+
<keyword>primaryie</keyword>
|
339
|
+
<keyword>printhistory</keyword>
|
340
|
+
<keyword>procedure</keyword>
|
341
|
+
<keyword>productionrecap</keyword>
|
342
|
+
<keyword>productionset</keyword>
|
343
|
+
<keyword>production</keyword>
|
344
|
+
<keyword>productname</keyword>
|
345
|
+
<keyword>productnumber</keyword>
|
346
|
+
<keyword>programlistingco</keyword>
|
347
|
+
<keyword>prompt</keyword>
|
348
|
+
<keyword>property</keyword>
|
349
|
+
<keyword>qandadiv</keyword>
|
350
|
+
<keyword>qandaentry</keyword>
|
351
|
+
<keyword>qandaset</keyword>
|
352
|
+
<keyword>question</keyword>
|
353
|
+
<keyword>quote</keyword>
|
354
|
+
<keyword>refclass</keyword>
|
355
|
+
<keyword>refdescriptor</keyword>
|
356
|
+
<keyword>refentryinfo</keyword>
|
357
|
+
<keyword>refentrytitle</keyword>
|
358
|
+
<keyword>refentry</keyword>
|
359
|
+
<keyword>referenceinfo</keyword>
|
360
|
+
<keyword>reference</keyword>
|
361
|
+
<keyword>refmeta</keyword>
|
362
|
+
<keyword>refmiscinfo</keyword>
|
363
|
+
<keyword>refname</keyword>
|
364
|
+
<keyword>refnamediv</keyword>
|
365
|
+
<keyword>refpurpose</keyword>
|
366
|
+
<keyword>refsect1</keyword>
|
367
|
+
<keyword>refsect1info</keyword>
|
368
|
+
<keyword>refsect2</keyword>
|
369
|
+
<keyword>refsect2info</keyword>
|
370
|
+
<keyword>refsect3</keyword>
|
371
|
+
<keyword>refsect3info</keyword>
|
372
|
+
<keyword>refsection</keyword>
|
373
|
+
<keyword>refsectioninfo</keyword>
|
374
|
+
<keyword>refsynopsisdivinfo</keyword>
|
375
|
+
<keyword>refsynopsisdiv</keyword>
|
376
|
+
<keyword>returnvalue</keyword>
|
377
|
+
<keyword>revremark</keyword>
|
378
|
+
<keyword>rhs</keyword>
|
379
|
+
<keyword>sbr</keyword>
|
380
|
+
<keyword>screenco</keyword>
|
381
|
+
<keyword>screeninfo</keyword>
|
382
|
+
<keyword>secondaryie</keyword>
|
383
|
+
<keyword>sect1info</keyword>
|
384
|
+
<keyword>sect2info</keyword>
|
385
|
+
<keyword>sect3info</keyword>
|
386
|
+
<keyword>sect4info</keyword>
|
387
|
+
<keyword>sect5info</keyword>
|
388
|
+
<keyword>sect5</keyword>
|
389
|
+
<keyword>sectioninfo</keyword>
|
390
|
+
<keyword>seealsoie</keyword>
|
391
|
+
<keyword>seealso</keyword>
|
392
|
+
<keyword>seeie</keyword>
|
393
|
+
<keyword>seglistitem</keyword>
|
394
|
+
<keyword>segmentedlist</keyword>
|
395
|
+
<keyword>segtitle</keyword>
|
396
|
+
<keyword>seg</keyword>
|
397
|
+
<keyword>seriesvolnums</keyword>
|
398
|
+
<keyword>setindexinfo</keyword>
|
399
|
+
<keyword>setindex</keyword>
|
400
|
+
<keyword>setinfo</keyword>
|
401
|
+
<keyword>set</keyword>
|
402
|
+
<keyword>sgmltag</keyword>
|
403
|
+
<keyword>shortaffil</keyword>
|
404
|
+
<keyword>sidebar</keyword>
|
405
|
+
<keyword>sidebarinfo</keyword>
|
406
|
+
<keyword>simpara</keyword>
|
407
|
+
<keyword>simplelist</keyword>
|
408
|
+
<keyword>simplemsgentry</keyword>
|
409
|
+
<keyword>simplesect</keyword>
|
410
|
+
<keyword>spanspec</keyword>
|
411
|
+
<keyword>state</keyword>
|
412
|
+
<keyword>stepalternatives</keyword>
|
413
|
+
<keyword>step</keyword>
|
414
|
+
<keyword>street</keyword>
|
415
|
+
<keyword>structfield</keyword>
|
416
|
+
<keyword>structname</keyword>
|
417
|
+
<keyword>subject</keyword>
|
418
|
+
<keyword>subjectset</keyword>
|
419
|
+
<keyword>subjectterm</keyword>
|
420
|
+
<keyword>subscript</keyword>
|
421
|
+
<keyword>substeps</keyword>
|
422
|
+
<keyword>subtitle</keyword>
|
423
|
+
<keyword>superscript</keyword>
|
424
|
+
<keyword>symbol</keyword>
|
425
|
+
<keyword>synopfragment</keyword>
|
426
|
+
<keyword>synopfragmentref</keyword>
|
427
|
+
<keyword>synopsis</keyword>
|
428
|
+
<keyword>systemitem</keyword>
|
429
|
+
<keyword>taskprerequisites</keyword>
|
430
|
+
<keyword>taskrelated</keyword>
|
431
|
+
<keyword>tasksummary</keyword>
|
432
|
+
<keyword>task</keyword>
|
433
|
+
<keyword>td</keyword>
|
434
|
+
<keyword>tertiaryie</keyword>
|
435
|
+
<keyword>textdata</keyword>
|
436
|
+
<keyword>tfoot</keyword>
|
437
|
+
<keyword>tocback</keyword>
|
438
|
+
<keyword>tocchap</keyword>
|
439
|
+
<keyword>tocentry</keyword>
|
440
|
+
<keyword>tocfront</keyword>
|
441
|
+
<keyword>toclevel</keyword>
|
442
|
+
<keyword>tocpart</keyword>
|
443
|
+
<keyword>toc</keyword>
|
444
|
+
<keyword>token</keyword>
|
445
|
+
<keyword>trademark</keyword>
|
446
|
+
<keyword>type</keyword>
|
447
|
+
<keyword>varargs</keyword>
|
448
|
+
<keyword>varname</keyword>
|
449
|
+
<keyword>videodata</keyword>
|
450
|
+
<keyword>videoobject</keyword>
|
451
|
+
<keyword>void</keyword>
|
452
|
+
<keyword>volumenum</keyword>
|
453
|
+
<keyword>wordasword</keyword>
|
454
|
+
</context>
|
455
|
+
|
456
|
+
<context id="docbook-tags">
|
457
|
+
<include>
|
458
|
+
<context ref="header-elements"/>
|
459
|
+
<context ref="formatting-elements"/>
|
460
|
+
<context ref="gui-elements"/>
|
461
|
+
<context ref="structural-elements"/>
|
462
|
+
<context ref="xml:element-name" original="true"/>
|
463
|
+
</include>
|
464
|
+
</context>
|
465
|
+
|
466
|
+
<replace id="xml:element-name" ref="docbook-tags"/>
|
467
|
+
|
468
|
+
<context id="docbook">
|
469
|
+
<include>
|
470
|
+
<context ref="xml:xml"/>
|
471
|
+
</include>
|
472
|
+
</context>
|
473
|
+
</definitions>
|
474
|
+
|
475
|
+
</language>
|
@@ -0,0 +1,166 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!--
|
3
|
+
|
4
|
+
This file is part of GtkSourceView
|
5
|
+
|
6
|
+
Author: Paolo Borelli <pborelli@gnome.org>
|
7
|
+
Copyright (C) 2009 Paolo Borelli
|
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="dosbatch" _name="DOS Batch" version="2.0" _section="Script">
|
24
|
+
<metadata>
|
25
|
+
<property name="globs">*.bat;*.cmd;*.sys</property>
|
26
|
+
<property name="line-comment-start">rem</property>
|
27
|
+
</metadata>
|
28
|
+
|
29
|
+
<styles>
|
30
|
+
<style id="comment" name="Comment" map-to="def:comment"/>
|
31
|
+
<style id="string" name="String" map-to="def:string"/>
|
32
|
+
<style id="keyword" name="Keyword" map-to="def:keyword"/>
|
33
|
+
<style id="commands" name="Command" map-to="def:keyword"/>
|
34
|
+
</styles>
|
35
|
+
|
36
|
+
<default-regex-options case-sensitive="false"/>
|
37
|
+
|
38
|
+
<definitions>
|
39
|
+
|
40
|
+
<context id="comment" style-ref="comment" end-at-line-end="true" class="comment" class-disabled="no-spell-check">
|
41
|
+
<start>^\s*(rem\b|:\s*:)</start>
|
42
|
+
<include>
|
43
|
+
<context ref="def:in-comment"/>
|
44
|
+
</include>
|
45
|
+
</context>
|
46
|
+
|
47
|
+
<context id="string" style-ref="string" end-at-line-end="true" class="string" class-disabled="no-spell-check">
|
48
|
+
<start>"</start>
|
49
|
+
<end>"</end>
|
50
|
+
</context>
|
51
|
+
|
52
|
+
<context id="keywords" style-ref="keyword">
|
53
|
+
<keyword>do</keyword>
|
54
|
+
<keyword>else</keyword>
|
55
|
+
<keyword>exist</keyword>
|
56
|
+
<keyword>exit</keyword>
|
57
|
+
<keyword>for</keyword>
|
58
|
+
<keyword>goto</keyword>
|
59
|
+
<keyword>if</keyword>
|
60
|
+
<keyword>not</keyword>
|
61
|
+
<keyword>return</keyword>
|
62
|
+
<keyword>say</keyword>
|
63
|
+
<keyword>select</keyword>
|
64
|
+
<keyword>then</keyword>
|
65
|
+
<keyword>when</keyword>
|
66
|
+
</context>
|
67
|
+
|
68
|
+
<context id="commands" style-ref="keyword">
|
69
|
+
<keyword>ansi</keyword>
|
70
|
+
<keyword>append</keyword>
|
71
|
+
<keyword>assign</keyword>
|
72
|
+
<keyword>assoc</keyword>
|
73
|
+
<keyword>attrib</keyword>
|
74
|
+
<keyword>at</keyword>
|
75
|
+
<keyword>autofail</keyword>
|
76
|
+
<keyword>backup</keyword>
|
77
|
+
<keyword>basedev</keyword>
|
78
|
+
<keyword>boot</keyword>
|
79
|
+
<keyword>break</keyword>
|
80
|
+
<keyword>buffers</keyword>
|
81
|
+
<keyword>cache</keyword>
|
82
|
+
<keyword>call</keyword>
|
83
|
+
<keyword>cacls</keyword>
|
84
|
+
<keyword>cd</keyword>
|
85
|
+
<keyword>chcp</keyword>
|
86
|
+
<keyword>chdir</keyword>
|
87
|
+
<keyword>chkdsk</keyword>
|
88
|
+
<keyword>chkntfs</keyword>
|
89
|
+
<keyword>cls</keyword>
|
90
|
+
<keyword>cmd</keyword>
|
91
|
+
<keyword>codepage</keyword>
|
92
|
+
<keyword>color</keyword>
|
93
|
+
<keyword>command</keyword>
|
94
|
+
<keyword>compact</keyword>
|
95
|
+
<keyword>comp</keyword>
|
96
|
+
<keyword>convert</keyword>
|
97
|
+
<keyword>copy</keyword>
|
98
|
+
<keyword>date</keyword>
|
99
|
+
<keyword>del</keyword>
|
100
|
+
<keyword>dir</keyword>
|
101
|
+
<keyword>diskcomp</keyword>
|
102
|
+
<keyword>diskcopy</keyword>
|
103
|
+
<keyword>doskey</keyword>
|
104
|
+
<keyword>echo</keyword>
|
105
|
+
<keyword>endlocal</keyword>
|
106
|
+
<keyword>erase</keyword>
|
107
|
+
<keyword>fc</keyword>
|
108
|
+
<keyword>find</keyword>
|
109
|
+
<keyword>findstr</keyword>
|
110
|
+
<keyword>format</keyword>
|
111
|
+
<keyword>ftype</keyword>
|
112
|
+
<keyword>graftabl</keyword>
|
113
|
+
<keyword>help</keyword>
|
114
|
+
<keyword>keyb</keyword>
|
115
|
+
<keyword>label</keyword>
|
116
|
+
<keyword>md</keyword>
|
117
|
+
<keyword>mkdir</keyword>
|
118
|
+
<keyword>mode</keyword>
|
119
|
+
<keyword>more</keyword>
|
120
|
+
<keyword>move</keyword>
|
121
|
+
<keyword>path</keyword>
|
122
|
+
<keyword>pause</keyword>
|
123
|
+
<keyword>popd</keyword>
|
124
|
+
<keyword>print</keyword>
|
125
|
+
<keyword>prompt</keyword>
|
126
|
+
<keyword>pushd</keyword>
|
127
|
+
<keyword>rd</keyword>
|
128
|
+
<keyword>recover</keyword>
|
129
|
+
<keyword>rename</keyword>
|
130
|
+
<keyword>ren</keyword>
|
131
|
+
<keyword>replace</keyword>
|
132
|
+
<keyword>restore</keyword>
|
133
|
+
<keyword>rmdir</keyword>
|
134
|
+
<keyword>run</keyword>
|
135
|
+
<keyword>set</keyword>
|
136
|
+
<keyword>setboot</keyword>
|
137
|
+
<keyword>setlocal</keyword>
|
138
|
+
<keyword>shift</keyword>
|
139
|
+
<keyword>sort</keyword>
|
140
|
+
<keyword>start</keyword>
|
141
|
+
<keyword>subst</keyword>
|
142
|
+
<keyword>time</keyword>
|
143
|
+
<keyword>title</keyword>
|
144
|
+
<keyword>trapdump</keyword>
|
145
|
+
<keyword>tree</keyword>
|
146
|
+
<keyword>type</keyword>
|
147
|
+
<keyword>undelete</keyword>
|
148
|
+
<keyword>unpack</keyword>
|
149
|
+
<keyword>use</keyword>
|
150
|
+
<keyword>verify</keyword>
|
151
|
+
<keyword>ver</keyword>
|
152
|
+
<keyword>vol</keyword>
|
153
|
+
<keyword>xcopy</keyword>
|
154
|
+
</context>
|
155
|
+
|
156
|
+
<context id="dosbatch" class="no-spell-check">
|
157
|
+
<include>
|
158
|
+
<context ref="comment"/>
|
159
|
+
<context ref="string"/>
|
160
|
+
<context ref="keywords"/>
|
161
|
+
<context ref="commands"/>
|
162
|
+
</include>
|
163
|
+
</context>
|
164
|
+
|
165
|
+
</definitions>
|
166
|
+
</language>
|