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,646 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!--
|
3
|
+
|
4
|
+
Copyright (C) 2010 - Fernando Brito <email@fernandobrito.com>
|
5
|
+
Copyright (C) 2011 - Daniel Bader <bugs.bader@googlemail.com>
|
6
|
+
|
7
|
+
Credits:
|
8
|
+
Based on prolog.lang by Ignacio Casal Quinteiro <icq@gnome.org>
|
9
|
+
Cobol keywords taken from cobol.vim by Tim Pope <vimNOSPAM@tpope.info>
|
10
|
+
and the COBOL2000 (BS2000) V1.2 compiler description by Fujitsu Siemens.
|
11
|
+
|
12
|
+
GtkSourceView is free software; you can redistribute it and/or
|
13
|
+
modify it under the terms of the GNU Lesser General Public
|
14
|
+
License as published by the Free Software Foundation; either
|
15
|
+
version 2.1 of the License, or (at your option) any later version.
|
16
|
+
|
17
|
+
GtkSourceView is distributed in the hope that it will be useful,
|
18
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
19
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
20
|
+
Lesser General Public License for more details.
|
21
|
+
|
22
|
+
You should have received a copy of the GNU Lesser General Public License
|
23
|
+
along with this library; if not, see <http://www.gnu.org/licenses/>.
|
24
|
+
|
25
|
+
-->
|
26
|
+
<language id="cobol" name="COBOL" version="2.0" _section="Source">
|
27
|
+
<metadata>
|
28
|
+
<property name="mimetype">text/x-cobol</property>
|
29
|
+
<property name="globs">*.cbl;*.cob;*.cbd;*.cdb;*.cdc</property>
|
30
|
+
<property name="line-comment-start">*</property>
|
31
|
+
</metadata>
|
32
|
+
|
33
|
+
<styles>
|
34
|
+
<style id="comment" name="Comment" map-to="def:comment"/>
|
35
|
+
<style id="statement" name="Statement" map-to="def:statement"/>
|
36
|
+
<style id="variable" name="Variable" map-to="def:type"/>
|
37
|
+
<style id="keyword" name="Keyword" map-to="def:keyword"/>
|
38
|
+
<style id="constant" name="Constant" map-to="def:constant"/>
|
39
|
+
<style id="string" name="String" map-to="def:string"/>
|
40
|
+
<style id="number" name="Number" map-to="def:decimal"/>
|
41
|
+
<style id="operator" name="Operator" map-to="def:operator"/>
|
42
|
+
<style id="error" name="Error" map-to="def:error"/>
|
43
|
+
</styles>
|
44
|
+
|
45
|
+
<default-regex-options case-sensitive="false"/>
|
46
|
+
|
47
|
+
<definitions>
|
48
|
+
<context id="line-comment" style-ref="comment" end-at-line-end="true" class="comment" class-disabled="no-spell-check">
|
49
|
+
<start>^\s{0,6}\*</start>
|
50
|
+
<include>
|
51
|
+
<context ref="def:in-comment"/>
|
52
|
+
</include>
|
53
|
+
</context>
|
54
|
+
|
55
|
+
<!-- everything must start at the 8th column, except the line comment, that is indicated ONLY by a * in the 7th -->
|
56
|
+
<context id="bad-ident" style-ref="error" end-at-line-end="true" class="error" class-disabled="no-spell-check">
|
57
|
+
<start>^\s{0,6}\w</start>
|
58
|
+
</context>
|
59
|
+
|
60
|
+
<!-- http://docs.hp.com/en/65/books/lrintr.htm -->
|
61
|
+
<context id="bad-long-line" style-ref="error">
|
62
|
+
<match>.{74,}</match>
|
63
|
+
</context>
|
64
|
+
|
65
|
+
<!-- Credits: http://stackoverflow.com/questions/632475/regex-to-pick-commas-outside-of-quotes -->
|
66
|
+
<context id="bad-comment-line" style-ref="error" end-at-line-end="true" class="error" class-disabled="no-spell-check">
|
67
|
+
<start>(\*)(?=(?:[^"']|["|'][^"']*")*$)</start>
|
68
|
+
</context>
|
69
|
+
|
70
|
+
<context id="variable" style-ref="variable">
|
71
|
+
<match>\b([A-Za-z0-9_]*)\b</match>
|
72
|
+
</context>
|
73
|
+
|
74
|
+
<context id="string-double-quote" style-ref="string" end-at-line-end="true" class="string" class-disabled="no-spell-check">
|
75
|
+
<start>"</start>
|
76
|
+
<end>"</end>
|
77
|
+
</context>
|
78
|
+
|
79
|
+
<context id="string-single-quote" style-ref="string" end-at-line-end="true" class="string" class-disabled="no-spell-check">
|
80
|
+
<start>'</start>
|
81
|
+
<end>'</end>
|
82
|
+
</context>
|
83
|
+
|
84
|
+
<context id="number" style-ref="number">
|
85
|
+
<match extended="true">
|
86
|
+
\b[0-9]+(\.[0-9]+)?\b
|
87
|
+
</match>
|
88
|
+
</context>
|
89
|
+
|
90
|
+
<context id="constant" style-ref="constant">
|
91
|
+
<keyword>space</keyword>
|
92
|
+
<keyword>spaces</keyword>
|
93
|
+
<keyword>null</keyword>
|
94
|
+
<keyword>zero</keyword>
|
95
|
+
<keyword>zeroes</keyword>
|
96
|
+
<keyword>zeros</keyword>
|
97
|
+
<keyword>low-values</keyword>
|
98
|
+
<keyword>low-value</keyword>
|
99
|
+
<keyword>high-values</keyword>
|
100
|
+
<keyword>high-value</keyword>
|
101
|
+
<keyword>quotes</keyword>
|
102
|
+
<keyword>quote</keyword>
|
103
|
+
</context>
|
104
|
+
|
105
|
+
<context id="keyword" style-ref="keyword">
|
106
|
+
<keyword>accept</keyword>
|
107
|
+
<keyword>access</keyword>
|
108
|
+
<keyword>active-class</keyword>
|
109
|
+
<keyword>add</keyword>
|
110
|
+
<keyword>address</keyword>
|
111
|
+
<keyword>advancing</keyword>
|
112
|
+
<keyword>after</keyword>
|
113
|
+
<keyword>all</keyword>
|
114
|
+
<keyword>allocate</keyword>
|
115
|
+
<keyword>alphabet</keyword>
|
116
|
+
<keyword>alphabetic-lower</keyword>
|
117
|
+
<keyword>alphabetic-upper</keyword>
|
118
|
+
<keyword>alphabetic</keyword>
|
119
|
+
<keyword>alphanumeric-edited</keyword>
|
120
|
+
<keyword>alphanumeric</keyword>
|
121
|
+
<keyword>also</keyword>
|
122
|
+
<keyword>alter</keyword>
|
123
|
+
<keyword>alternate</keyword>
|
124
|
+
<keyword>and</keyword>
|
125
|
+
<keyword>any</keyword>
|
126
|
+
<keyword>anycase</keyword>
|
127
|
+
<keyword>are</keyword>
|
128
|
+
<keyword>area</keyword>
|
129
|
+
<keyword>areas</keyword>
|
130
|
+
<keyword>as</keyword>
|
131
|
+
<keyword>ascending</keyword>
|
132
|
+
<keyword>assign</keyword>
|
133
|
+
<keyword>at</keyword>
|
134
|
+
<keyword>author</keyword>
|
135
|
+
|
136
|
+
<keyword>b-and</keyword>
|
137
|
+
<keyword>b-not</keyword>
|
138
|
+
<keyword>b-or</keyword>
|
139
|
+
<keyword>b-xor</keyword>
|
140
|
+
<keyword>based</keyword>
|
141
|
+
<keyword>before</keyword>
|
142
|
+
<keyword>beginning</keyword>
|
143
|
+
<keyword>binary-char</keyword>
|
144
|
+
<keyword>binary-double</keyword>
|
145
|
+
<keyword>binary-long</keyword>
|
146
|
+
<keyword>binary-short</keyword>
|
147
|
+
<keyword>binary</keyword>
|
148
|
+
<keyword>bit</keyword>
|
149
|
+
<keyword>blank</keyword>
|
150
|
+
<keyword>block</keyword>
|
151
|
+
<keyword>boolean</keyword>
|
152
|
+
<keyword>bottom</keyword>
|
153
|
+
<keyword>by</keyword>
|
154
|
+
|
155
|
+
<keyword>case</keyword>
|
156
|
+
<keyword>cbl-ctr</keyword>
|
157
|
+
<keyword>cf</keyword>
|
158
|
+
<keyword>ch</keyword>
|
159
|
+
<keyword>character</keyword>
|
160
|
+
<keyword>characters</keyword>
|
161
|
+
<keyword>checking</keyword>
|
162
|
+
<keyword>class-id</keyword>
|
163
|
+
<keyword>class-units</keyword>
|
164
|
+
<keyword>class</keyword>
|
165
|
+
<keyword>close</keyword>
|
166
|
+
<keyword>code</keyword>
|
167
|
+
<keyword>code-set</keyword>
|
168
|
+
<keyword>col</keyword>
|
169
|
+
<keyword>collating</keyword>
|
170
|
+
<keyword>cols</keyword>
|
171
|
+
<keyword>column</keyword>
|
172
|
+
<keyword>columns</keyword>
|
173
|
+
<keyword>comma</keyword>
|
174
|
+
<keyword>commit</keyword>
|
175
|
+
<keyword>common</keyword>
|
176
|
+
<keyword>communication</keyword>
|
177
|
+
<keyword>comp-1</keyword>
|
178
|
+
<keyword>comp-2</keyword>
|
179
|
+
<keyword>comp-3</keyword>
|
180
|
+
<keyword>comp-5</keyword>
|
181
|
+
<keyword>comp</keyword>
|
182
|
+
<keyword>computational-1</keyword>
|
183
|
+
<keyword>computational-2</keyword>
|
184
|
+
<keyword>computational-3</keyword>
|
185
|
+
<keyword>computational-5</keyword>
|
186
|
+
<keyword>computational</keyword>
|
187
|
+
<keyword>compute</keyword>
|
188
|
+
<keyword>condition</keyword>
|
189
|
+
<keyword>connect</keyword>
|
190
|
+
<keyword>console</keyword>
|
191
|
+
<keyword>constant</keyword>
|
192
|
+
<keyword>contains</keyword>
|
193
|
+
<keyword>content</keyword>
|
194
|
+
<keyword>continue</keyword>
|
195
|
+
<keyword>control</keyword>
|
196
|
+
<keyword>controls</keyword>
|
197
|
+
<keyword>converting</keyword>
|
198
|
+
<keyword>copy</keyword>
|
199
|
+
<keyword>corr</keyword>
|
200
|
+
<keyword>corresponding</keyword>
|
201
|
+
<keyword>count</keyword>
|
202
|
+
<keyword>creating</keyword>
|
203
|
+
<keyword>crt</keyword>
|
204
|
+
<keyword>currency</keyword>
|
205
|
+
<keyword>current</keyword>
|
206
|
+
<keyword>cursor</keyword>
|
207
|
+
|
208
|
+
<keyword>data-pointer</keyword>
|
209
|
+
<keyword>database-exception</keyword>
|
210
|
+
<keyword>database-key-long</keyword>
|
211
|
+
<keyword>database-key</keyword>
|
212
|
+
<keyword>date-compiled</keyword>
|
213
|
+
<keyword>date-written</keyword>
|
214
|
+
<keyword>date</keyword>
|
215
|
+
<keyword>day</keyword>
|
216
|
+
<keyword>day-of-week</keyword>
|
217
|
+
<keyword>db</keyword>
|
218
|
+
<keyword>de</keyword>
|
219
|
+
<keyword>debug-contents</keyword>
|
220
|
+
<keyword>debug-item</keyword>
|
221
|
+
<keyword>debug-line</keyword>
|
222
|
+
<keyword>debug-name</keyword>
|
223
|
+
<keyword>debug-sub-1</keyword>
|
224
|
+
<keyword>debug-sub-2</keyword>
|
225
|
+
<keyword>debug-sub-3</keyword>
|
226
|
+
<keyword>debugging</keyword>
|
227
|
+
<keyword>decimal-point</keyword>
|
228
|
+
<keyword>declaratives</keyword>
|
229
|
+
<keyword>default</keyword>
|
230
|
+
<keyword>delete</keyword>
|
231
|
+
<keyword>delimited</keyword>
|
232
|
+
<keyword>delimiter</keyword>
|
233
|
+
<keyword>depending</keyword>
|
234
|
+
<keyword>descending</keyword>
|
235
|
+
<keyword>detail</keyword>
|
236
|
+
<keyword>disable</keyword>
|
237
|
+
<keyword>disc</keyword>
|
238
|
+
<keyword>disconnect</keyword>
|
239
|
+
<keyword>display</keyword>
|
240
|
+
<keyword>divide</keyword>
|
241
|
+
<keyword>division</keyword>
|
242
|
+
<keyword>down</keyword>
|
243
|
+
<keyword>duplicate</keyword>
|
244
|
+
<keyword>duplicates</keyword>
|
245
|
+
<keyword>dynamic</keyword>
|
246
|
+
|
247
|
+
<keyword>ebcdic</keyword>
|
248
|
+
<keyword>ec</keyword>
|
249
|
+
<keyword>else</keyword>
|
250
|
+
<keyword>empty</keyword>
|
251
|
+
<keyword>enable</keyword>
|
252
|
+
<keyword>end-accept</keyword>
|
253
|
+
<keyword>end-add</keyword>
|
254
|
+
<keyword>end-compute</keyword>
|
255
|
+
<keyword>end-delete</keyword>
|
256
|
+
<keyword>end-display</keyword>
|
257
|
+
<keyword>end-divide</keyword>
|
258
|
+
<keyword>end-evaluate</keyword>
|
259
|
+
<keyword>end-invoke</keyword>
|
260
|
+
<keyword>end-multiply</keyword>
|
261
|
+
<keyword>end-of-page</keyword>
|
262
|
+
<keyword>end-read</keyword>
|
263
|
+
<keyword>end-receive</keyword>
|
264
|
+
<keyword>end-return</keyword>
|
265
|
+
<keyword>end-rewrite</keyword>
|
266
|
+
<keyword>end-search</keyword>
|
267
|
+
<keyword>end-start</keyword>
|
268
|
+
<keyword>end-string</keyword>
|
269
|
+
<keyword>end-subtract</keyword>
|
270
|
+
<keyword>end-unstring</keyword>
|
271
|
+
<keyword>end-write</keyword>
|
272
|
+
<keyword>end</keyword>
|
273
|
+
<keyword>ending</keyword>
|
274
|
+
<keyword>entry</keyword>
|
275
|
+
<keyword>eo</keyword>
|
276
|
+
<keyword>eop</keyword>
|
277
|
+
<keyword>equal</keyword>
|
278
|
+
<keyword>equals</keyword>
|
279
|
+
<keyword>erase</keyword>
|
280
|
+
<keyword>error</keyword>
|
281
|
+
<keyword>escape</keyword>
|
282
|
+
<keyword>evaluate</keyword>
|
283
|
+
<keyword>every</keyword>
|
284
|
+
<keyword>exception-object</keyword>
|
285
|
+
<keyword>exception</keyword>
|
286
|
+
<keyword>exclusive</keyword>
|
287
|
+
<keyword>exit</keyword>
|
288
|
+
<keyword>extend</keyword>
|
289
|
+
<keyword>extended</keyword>
|
290
|
+
<keyword>external</keyword>
|
291
|
+
|
292
|
+
<keyword>factory</keyword>
|
293
|
+
<keyword>false</keyword>
|
294
|
+
<keyword>fd</keyword>
|
295
|
+
<keyword>fetch</keyword>
|
296
|
+
<keyword>file-control</keyword>
|
297
|
+
<keyword>filler</keyword>
|
298
|
+
<keyword>final</keyword>
|
299
|
+
<keyword>find</keyword>
|
300
|
+
<keyword>finish</keyword>
|
301
|
+
<keyword>first</keyword>
|
302
|
+
<keyword>float-extended</keyword>
|
303
|
+
<keyword>float-long</keyword>
|
304
|
+
<keyword>float-short</keyword>
|
305
|
+
<keyword>footing</keyword>
|
306
|
+
<keyword>for</keyword>
|
307
|
+
<keyword>format</keyword>
|
308
|
+
<keyword>free</keyword>
|
309
|
+
<keyword>from</keyword>
|
310
|
+
<keyword>function-id</keyword>
|
311
|
+
<keyword>function</keyword>
|
312
|
+
|
313
|
+
<keyword>generate</keyword>
|
314
|
+
<keyword>get</keyword>
|
315
|
+
<keyword>giving</keyword>
|
316
|
+
<keyword>global</keyword>
|
317
|
+
<keyword>go</keyword>
|
318
|
+
<keyword>greater</keyword>
|
319
|
+
<keyword>group-usage</keyword>
|
320
|
+
<keyword>group</keyword>
|
321
|
+
|
322
|
+
<keyword>heading</keyword>
|
323
|
+
|
324
|
+
<keyword>i-o-control</keyword>
|
325
|
+
<keyword>i-o</keyword>
|
326
|
+
<keyword>id</keyword>
|
327
|
+
<keyword>ignoring</keyword>
|
328
|
+
<keyword>in</keyword>
|
329
|
+
<keyword>including</keyword>
|
330
|
+
<keyword>index</keyword>
|
331
|
+
<keyword>indexed</keyword>
|
332
|
+
<keyword>indicate</keyword>
|
333
|
+
<keyword>inherits</keyword>
|
334
|
+
<keyword>initial</keyword>
|
335
|
+
<keyword>initialize</keyword>
|
336
|
+
<keyword>initiate</keyword>
|
337
|
+
<keyword>input</keyword>
|
338
|
+
<keyword>inspect</keyword>
|
339
|
+
<keyword>installation</keyword>
|
340
|
+
<keyword>interface</keyword>
|
341
|
+
<keyword>interface-id</keyword>
|
342
|
+
<keyword>into</keyword>
|
343
|
+
<keyword>invalid</keyword>
|
344
|
+
<keyword>is</keyword>
|
345
|
+
|
346
|
+
<keyword>just</keyword>
|
347
|
+
<keyword>justified</keyword>
|
348
|
+
|
349
|
+
<keyword>keep</keyword>
|
350
|
+
<keyword>key</keyword>
|
351
|
+
|
352
|
+
<keyword>label</keyword>
|
353
|
+
<keyword>last</keyword>
|
354
|
+
<keyword>leading</keyword>
|
355
|
+
<keyword>left</keyword>
|
356
|
+
<keyword>length</keyword>
|
357
|
+
<keyword>less</keyword>
|
358
|
+
<keyword>limit</keyword>
|
359
|
+
<keyword>limited</keyword>
|
360
|
+
<keyword>limits</keyword>
|
361
|
+
<keyword>linage</keyword>
|
362
|
+
<keyword>line</keyword>
|
363
|
+
<keyword>line-counter</keyword>
|
364
|
+
<keyword>lines</keyword>
|
365
|
+
<keyword>locale</keyword>
|
366
|
+
<keyword>lock</keyword>
|
367
|
+
|
368
|
+
<keyword>mask</keyword>
|
369
|
+
<keyword>matching</keyword>
|
370
|
+
<keyword>member</keyword>
|
371
|
+
<keyword>members</keyword>
|
372
|
+
<keyword>membership</keyword>
|
373
|
+
<keyword>memory</keyword>
|
374
|
+
<keyword>merge</keyword>
|
375
|
+
<keyword>message</keyword>
|
376
|
+
<keyword>method</keyword>
|
377
|
+
<keyword>method-id</keyword>
|
378
|
+
<keyword>minus</keyword>
|
379
|
+
<keyword>mode</keyword>
|
380
|
+
<keyword>modify</keyword>
|
381
|
+
<keyword>modules</keyword>
|
382
|
+
<keyword>more-labels</keyword>
|
383
|
+
<keyword>move</keyword>
|
384
|
+
<keyword>multiple</keyword>
|
385
|
+
<keyword>multiply</keyword>
|
386
|
+
|
387
|
+
<keyword>national-edited</keyword>
|
388
|
+
<keyword>national</keyword>
|
389
|
+
<keyword>native</keyword>
|
390
|
+
<keyword>negative</keyword>
|
391
|
+
<keyword>nested</keyword>
|
392
|
+
<keyword>next</keyword>
|
393
|
+
<keyword>no</keyword>
|
394
|
+
<keyword>not</keyword>
|
395
|
+
<keyword>number</keyword>
|
396
|
+
<keyword>numeric-edited</keyword>
|
397
|
+
<keyword>numeric</keyword>
|
398
|
+
|
399
|
+
<keyword>object-computer</keyword>
|
400
|
+
<keyword>object-reference</keyword>
|
401
|
+
<keyword>object</keyword>
|
402
|
+
<keyword>occurence</keyword>
|
403
|
+
<keyword>occurs</keyword>
|
404
|
+
<keyword>of</keyword>
|
405
|
+
<keyword>off</keyword>
|
406
|
+
<keyword>omitted</keyword>
|
407
|
+
<keyword>on</keyword>
|
408
|
+
<keyword>open</keyword>
|
409
|
+
<keyword>optional</keyword>
|
410
|
+
<keyword>options</keyword>
|
411
|
+
<keyword>or</keyword>
|
412
|
+
<keyword>order</keyword>
|
413
|
+
<keyword>organization</keyword>
|
414
|
+
<keyword>other</keyword>
|
415
|
+
<keyword>output</keyword>
|
416
|
+
<keyword>overflow</keyword>
|
417
|
+
<keyword>override</keyword>
|
418
|
+
<keyword>owner</keyword>
|
419
|
+
|
420
|
+
<keyword>packed-decimal</keyword>
|
421
|
+
<keyword>padding</keyword>
|
422
|
+
<keyword>page-counter</keyword>
|
423
|
+
<keyword>page</keyword>
|
424
|
+
<keyword>permanent</keyword>
|
425
|
+
<keyword>pf</keyword>
|
426
|
+
<keyword>ph</keyword>
|
427
|
+
<keyword>pic</keyword>
|
428
|
+
<keyword>picture</keyword>
|
429
|
+
<keyword>plus</keyword>
|
430
|
+
<keyword>pointer</keyword>
|
431
|
+
<keyword>position</keyword>
|
432
|
+
<keyword>positive</keyword>
|
433
|
+
<keyword>present</keyword>
|
434
|
+
<keyword>print-switch</keyword>
|
435
|
+
<keyword>printing</keyword>
|
436
|
+
<keyword>prior</keyword>
|
437
|
+
<keyword>proceed</keyword>
|
438
|
+
<keyword>program-begin</keyword>
|
439
|
+
<keyword>program-done</keyword>
|
440
|
+
<keyword>program-id</keyword>
|
441
|
+
<keyword>program-pointer</keyword>
|
442
|
+
<keyword>program</keyword>
|
443
|
+
<keyword>property</keyword>
|
444
|
+
<keyword>protected</keyword>
|
445
|
+
<keyword>prototype</keyword>
|
446
|
+
<keyword>purge</keyword>
|
447
|
+
|
448
|
+
<keyword>raise</keyword>
|
449
|
+
<keyword>raising</keyword>
|
450
|
+
<keyword>random</keyword>
|
451
|
+
<keyword>rd</keyword>
|
452
|
+
<keyword>read</keyword>
|
453
|
+
<keyword>ready</keyword>
|
454
|
+
<keyword>realm-name</keyword>
|
455
|
+
<keyword>realm</keyword>
|
456
|
+
<keyword>receive</keyword>
|
457
|
+
<keyword>record</keyword>
|
458
|
+
<keyword>recording</keyword>
|
459
|
+
<keyword>records</keyword>
|
460
|
+
<keyword>redefines</keyword>
|
461
|
+
<keyword>reel</keyword>
|
462
|
+
<keyword>reference</keyword>
|
463
|
+
<keyword>relative</keyword>
|
464
|
+
<keyword>release</keyword>
|
465
|
+
<keyword>remainder</keyword>
|
466
|
+
<keyword>removal</keyword>
|
467
|
+
<keyword>renames</keyword>
|
468
|
+
<keyword>repeated</keyword>
|
469
|
+
<keyword>replace</keyword>
|
470
|
+
<keyword>replacing</keyword>
|
471
|
+
<keyword>report</keyword>
|
472
|
+
<keyword>reporting</keyword>
|
473
|
+
<keyword>reports</keyword>
|
474
|
+
<keyword>repository</keyword>
|
475
|
+
<keyword>rerun</keyword>
|
476
|
+
<keyword>reserve</keyword>
|
477
|
+
<keyword>reset</keyword>
|
478
|
+
<keyword>result</keyword>
|
479
|
+
<keyword>resume</keyword>
|
480
|
+
<keyword>retaining</keyword>
|
481
|
+
<keyword>retrieval</keyword>
|
482
|
+
<keyword>retry</keyword>
|
483
|
+
<keyword>return</keyword>
|
484
|
+
<keyword>returning</keyword>
|
485
|
+
<keyword>reversed</keyword>
|
486
|
+
<keyword>rewind</keyword>
|
487
|
+
<keyword>rewrite</keyword>
|
488
|
+
<keyword>rf</keyword>
|
489
|
+
<keyword>rh</keyword>
|
490
|
+
<keyword>right</keyword>
|
491
|
+
<keyword>rollback</keyword>
|
492
|
+
<keyword>rounded</keyword>
|
493
|
+
<keyword>run</keyword>
|
494
|
+
|
495
|
+
<keyword>same</keyword>
|
496
|
+
<keyword>screen</keyword>
|
497
|
+
<keyword>sd</keyword>
|
498
|
+
<keyword>search</keyword>
|
499
|
+
<keyword>section</keyword>
|
500
|
+
<keyword>security</keyword>
|
501
|
+
<keyword>segment-limit</keyword>
|
502
|
+
<keyword>select</keyword>
|
503
|
+
<keyword>selective</keyword>
|
504
|
+
<keyword>self</keyword>
|
505
|
+
<keyword>send</keyword>
|
506
|
+
<keyword>sentence</keyword>
|
507
|
+
<keyword>separate</keyword>
|
508
|
+
<keyword>sequence</keyword>
|
509
|
+
<keyword>sequential</keyword>
|
510
|
+
<keyword>set-selection</keyword>
|
511
|
+
<keyword>set</keyword>
|
512
|
+
<keyword>sets</keyword>
|
513
|
+
<keyword>sharing</keyword>
|
514
|
+
<keyword>sign</keyword>
|
515
|
+
<keyword>size</keyword>
|
516
|
+
<keyword>sort-merge</keyword>
|
517
|
+
<keyword>sort-tape</keyword>
|
518
|
+
<keyword>sort-tapes</keyword>
|
519
|
+
<keyword>sort</keyword>
|
520
|
+
<keyword>sorted</keyword>
|
521
|
+
<keyword>source-computer</keyword>
|
522
|
+
<keyword>source</keyword>
|
523
|
+
<keyword>sources</keyword>
|
524
|
+
<keyword>special-names</keyword>
|
525
|
+
<keyword>standard-1</keyword>
|
526
|
+
<keyword>standard-2</keyword>
|
527
|
+
<keyword>standard</keyword>
|
528
|
+
<keyword>start</keyword>
|
529
|
+
<keyword>status</keyword>
|
530
|
+
<keyword>stop</keyword>
|
531
|
+
<keyword>store</keyword>
|
532
|
+
<keyword>string</keyword>
|
533
|
+
<keyword>sub-schema</keyword>
|
534
|
+
<keyword>subtract</keyword>
|
535
|
+
<keyword>sum</keyword>
|
536
|
+
<keyword>super</keyword>
|
537
|
+
<keyword>suppress</keyword>
|
538
|
+
<keyword>suppressing</keyword>
|
539
|
+
<keyword>symbolic</keyword>
|
540
|
+
<keyword>sync</keyword>
|
541
|
+
<keyword>synchronized</keyword>
|
542
|
+
<keyword>system-default</keyword>
|
543
|
+
<keyword>system</keyword>
|
544
|
+
|
545
|
+
<keyword>table</keyword>
|
546
|
+
<keyword>tally</keyword>
|
547
|
+
<keyword>tallying</keyword>
|
548
|
+
<keyword>tape</keyword>
|
549
|
+
<keyword>tapes</keyword>
|
550
|
+
<keyword>tenant</keyword>
|
551
|
+
<keyword>terminal</keyword>
|
552
|
+
<keyword>terminate</keyword>
|
553
|
+
<keyword>test</keyword>
|
554
|
+
<keyword>than</keyword>
|
555
|
+
<keyword>then</keyword>
|
556
|
+
<keyword>through</keyword>
|
557
|
+
<keyword>thru</keyword>
|
558
|
+
<keyword>time</keyword>
|
559
|
+
<keyword>times</keyword>
|
560
|
+
<keyword>to</keyword>
|
561
|
+
<keyword>top</keyword>
|
562
|
+
<keyword>trailing</keyword>
|
563
|
+
<keyword>true</keyword>
|
564
|
+
<keyword>try</keyword>
|
565
|
+
<keyword>type</keyword>
|
566
|
+
<keyword>typedef</keyword>
|
567
|
+
|
568
|
+
<keyword>unit</keyword>
|
569
|
+
<keyword>units</keyword>
|
570
|
+
<keyword>universal</keyword>
|
571
|
+
<keyword>unlock</keyword>
|
572
|
+
<keyword>unstring</keyword>
|
573
|
+
<keyword>until</keyword>
|
574
|
+
<keyword>up</keyword>
|
575
|
+
<keyword>update</keyword>
|
576
|
+
<keyword>upon</keyword>
|
577
|
+
<keyword>usage-mode</keyword>
|
578
|
+
<keyword>usage</keyword>
|
579
|
+
<keyword>use</keyword>
|
580
|
+
<keyword>user-default</keyword>
|
581
|
+
<keyword>using</keyword>
|
582
|
+
|
583
|
+
<keyword>val-status</keyword>
|
584
|
+
<keyword>valid</keyword>
|
585
|
+
<keyword>validate-status</keyword>
|
586
|
+
<keyword>validate</keyword>
|
587
|
+
<keyword>value</keyword>
|
588
|
+
<keyword>values</keyword>
|
589
|
+
<keyword>varying</keyword>
|
590
|
+
<keyword>via</keyword>
|
591
|
+
|
592
|
+
<keyword>when</keyword>
|
593
|
+
<keyword>with</keyword>
|
594
|
+
<keyword>within</keyword>
|
595
|
+
<keyword>words</keyword>
|
596
|
+
<keyword>write</keyword>
|
597
|
+
</context>
|
598
|
+
|
599
|
+
<context id="section-name" style-ref="keyword">
|
600
|
+
<keyword>configuration</keyword>
|
601
|
+
<keyword>input-output</keyword>
|
602
|
+
<keyword>file</keyword>
|
603
|
+
<keyword>working-storage</keyword>
|
604
|
+
<keyword>local-storage</keyword>
|
605
|
+
<keyword>linkage</keyword>
|
606
|
+
</context>
|
607
|
+
|
608
|
+
<context id="division-name" style-ref="keyword">
|
609
|
+
<keyword>identification</keyword>
|
610
|
+
<keyword>environment</keyword>
|
611
|
+
<keyword>data</keyword>
|
612
|
+
<keyword>procedure</keyword>
|
613
|
+
</context>
|
614
|
+
|
615
|
+
<context id="call" style-ref="statement">
|
616
|
+
<keyword>end-call</keyword>
|
617
|
+
<keyword>call</keyword>
|
618
|
+
<keyword>cancel</keyword>
|
619
|
+
<keyword>goback</keyword>
|
620
|
+
<keyword>end-perform</keyword>
|
621
|
+
<keyword>perform</keyword>
|
622
|
+
<keyword>invoke</keyword>
|
623
|
+
<keyword>end-if</keyword>
|
624
|
+
<keyword>if</keyword>
|
625
|
+
</context>
|
626
|
+
|
627
|
+
<context id="cobol" class="no-spell-check">
|
628
|
+
<include>
|
629
|
+
<context ref="constant"/>
|
630
|
+
<context ref="keyword"/>
|
631
|
+
<context ref="call"/>
|
632
|
+
<context ref="division-name"/>
|
633
|
+
<context ref="section-name"/>
|
634
|
+
<context ref="line-comment"/>
|
635
|
+
<context ref="bad-ident"/>
|
636
|
+
<context ref="bad-comment-line"/>
|
637
|
+
<context ref="bad-long-line"/>
|
638
|
+
<context ref="string-double-quote"/>
|
639
|
+
<context ref="string-single-quote"/>
|
640
|
+
<context ref="number"/>
|
641
|
+
<context ref="variable"/>
|
642
|
+
</include>
|
643
|
+
</context>
|
644
|
+
|
645
|
+
</definitions>
|
646
|
+
</language>
|