gtksourceview4 3.2.9-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/COPYING.LIB +502 -0
- data/README.md +24 -0
- data/Rakefile +61 -0
- data/dependency-check/Rakefile +43 -0
- data/gtksourceview4.gemspec +45 -0
- data/lib/gtksourceview4.rb +56 -0
- data/lib/gtksourceview4/deprecated.rb +49 -0
- data/lib/gtksourceview4/loader.rb +49 -0
- data/lib/gtksourceview4/mark-attributes.rb +29 -0
- data/test/run-test.rb +62 -0
- data/test/test-mark-attributes.rb +26 -0
- data/test/test-source-gutter-renderer.rb +33 -0
- data/test/test-source-language-manager.rb +46 -0
- data/test/test-source-view.rb +55 -0
- data/vendor/local/bin/libgtksourceview-4-0.dll +0 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +72 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksource-enumtypes.h +107 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksource.h +67 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceautocleanups.h +63 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcebuffer.h +279 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletion.h +156 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletioncontext.h +102 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletioninfo.h +77 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletionitem.h +92 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletionproposal.h +126 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletionprovider.h +166 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceencoding.h +74 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcefile.h +195 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcefileloader.h +140 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcefilesaver.h +168 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcegutter.h +93 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcegutterrenderer.h +272 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcegutterrendererpixbuf.h +91 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcegutterrenderertext.h +92 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceinit.h +40 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcelanguage.h +98 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcelanguagemanager.h +92 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcemap.h +70 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcemark.h +79 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcemarkattributes.h +112 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceprintcompositor.h +223 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceregion.h +127 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcesearchcontext.h +161 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcesearchsettings.h +100 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcespacedrawer.h +144 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyle.h +54 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestylescheme.h +119 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooser.h +66 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooserbutton.h +64 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooserwidget.h +64 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyleschememanager.h +100 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcetag.h +54 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcetypes.h +73 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceundomanager.h +90 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceutils.h +41 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceversion.h +578 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceview.h +266 -0
- data/vendor/local/lib/girepository-1.0/GtkSource-4.typelib +0 -0
- data/vendor/local/lib/libgtksourceview-4.dll.a +0 -0
- data/vendor/local/lib/libgtksourceview-4.la +41 -0
- data/vendor/local/lib/pkgconfig/gtksourceview-4.pc +12 -0
- data/vendor/local/share/gir-1.0/GtkSource-4.gir +12999 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceBuffer.html +2421 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletion.html +1087 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionContext.html +402 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionInfo.html +207 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionItem.html +497 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionProposal.html +668 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionProvider.html +837 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionWords.html +343 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceEncoding.html +391 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceFile.html +769 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceFileLoader.html +780 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceFileSaver.html +965 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutter.html +438 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutterRenderer.html +1708 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutterRendererPixbuf.html +369 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutterRendererText.html +299 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceLanguage.html +579 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceLanguageManager.html +473 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceMap.html +254 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceMark.html +307 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceMarkAttributes.html +788 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourcePrintCompositor.html +2121 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceRegion.html +870 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceSearchContext.html +1216 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceSearchSettings.html +603 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceSpaceDrawer.html +671 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyle.html +433 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleScheme.html +396 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeChooser.html +214 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeChooserButton.html +127 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeChooserWidget.html +127 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeManager.html +460 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceTag.html +179 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceUndoManager.html +460 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceView.html +2369 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/annexes.html +55 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/annotation-glossary.html +74 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-0.html +62 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-10.html +86 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-12.html +34 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-2.html +270 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-4.html +34 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-8.html +46 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-0.html +42 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-10.html +170 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-12.html +38 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-14.html +298 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-16.html +106 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-18.html +114 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-20.html +130 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-22.html +106 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-24.html +126 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-4.html +34 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-4-0.html +65 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-deprecated.html +30 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-full.html +2586 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-reference.html +174 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/completion.html +52 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/file-loading-and-saving.html +43 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/general.html +32 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0-GtkSourceUtils.html +151 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0-GtkSourceView-Initialization-and-Finalization.html +100 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0-Version-Information.html +511 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0.devhelp2 +819 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gutter.html +49 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/index.html +215 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/intro.html +56 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/lang-reference.html +946 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/lang-tutorial.html +652 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/main-classes.html +37 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/misc.html +52 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/object-tree.html +98 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/porting-guide-3-to-4.html +152 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/porting-guide.html +33 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/printing.html +32 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/search-and-replace.html +37 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/style-reference.html +305 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/style.css +483 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/styling.html +49 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/syntax-highlighting-reference.html +49 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/syntax-highlighting.html +37 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/up.png +0 -0
- data/vendor/local/share/gtksourceview-4/language-specs/R.lang +2198 -0
- data/vendor/local/share/gtksourceview-4/language-specs/abnf.lang +109 -0
- data/vendor/local/share/gtksourceview-4/language-specs/actionscript.lang +267 -0
- data/vendor/local/share/gtksourceview-4/language-specs/ada.lang +220 -0
- data/vendor/local/share/gtksourceview-4/language-specs/ansforth94.lang +728 -0
- data/vendor/local/share/gtksourceview-4/language-specs/asp.lang +1096 -0
- data/vendor/local/share/gtksourceview-4/language-specs/automake.lang +329 -0
- data/vendor/local/share/gtksourceview-4/language-specs/awk.lang +137 -0
- data/vendor/local/share/gtksourceview-4/language-specs/bennugd.lang +266 -0
- data/vendor/local/share/gtksourceview-4/language-specs/bibtex.lang +120 -0
- data/vendor/local/share/gtksourceview-4/language-specs/bluespec.lang +187 -0
- data/vendor/local/share/gtksourceview-4/language-specs/boo.lang +256 -0
- data/vendor/local/share/gtksourceview-4/language-specs/c.lang +343 -0
- data/vendor/local/share/gtksourceview-4/language-specs/cg.lang +231 -0
- data/vendor/local/share/gtksourceview-4/language-specs/changelog.lang +91 -0
- data/vendor/local/share/gtksourceview-4/language-specs/chdr.lang +50 -0
- data/vendor/local/share/gtksourceview-4/language-specs/cmake.lang +817 -0
- data/vendor/local/share/gtksourceview-4/language-specs/cobol.lang +646 -0
- data/vendor/local/share/gtksourceview-4/language-specs/cpp.lang +119 -0
- data/vendor/local/share/gtksourceview-4/language-specs/cpphdr.lang +41 -0
- data/vendor/local/share/gtksourceview-4/language-specs/csharp.lang +285 -0
- data/vendor/local/share/gtksourceview-4/language-specs/css.lang +2411 -0
- data/vendor/local/share/gtksourceview-4/language-specs/csv.lang +73 -0
- data/vendor/local/share/gtksourceview-4/language-specs/cuda.lang +281 -0
- data/vendor/local/share/gtksourceview-4/language-specs/d.lang +317 -0
- data/vendor/local/share/gtksourceview-4/language-specs/def.lang +261 -0
- data/vendor/local/share/gtksourceview-4/language-specs/desktop.lang +297 -0
- data/vendor/local/share/gtksourceview-4/language-specs/diff.lang +84 -0
- data/vendor/local/share/gtksourceview-4/language-specs/docbook.lang +475 -0
- data/vendor/local/share/gtksourceview-4/language-specs/dosbatch.lang +166 -0
- data/vendor/local/share/gtksourceview-4/language-specs/dot.lang +139 -0
- data/vendor/local/share/gtksourceview-4/language-specs/dpatch.lang +47 -0
- data/vendor/local/share/gtksourceview-4/language-specs/dtd.lang +139 -0
- data/vendor/local/share/gtksourceview-4/language-specs/dtl.lang +297 -0
- data/vendor/local/share/gtksourceview-4/language-specs/eiffel.lang +238 -0
- data/vendor/local/share/gtksourceview-4/language-specs/erlang.lang +262 -0
- data/vendor/local/share/gtksourceview-4/language-specs/fcl.lang +113 -0
- data/vendor/local/share/gtksourceview-4/language-specs/forth.lang +234 -0
- data/vendor/local/share/gtksourceview-4/language-specs/fortran.lang +710 -0
- data/vendor/local/share/gtksourceview-4/language-specs/fsharp.lang +324 -0
- data/vendor/local/share/gtksourceview-4/language-specs/gap.lang +84 -0
- data/vendor/local/share/gtksourceview-4/language-specs/gdb-log.lang +151 -0
- data/vendor/local/share/gtksourceview-4/language-specs/genie.lang +237 -0
- data/vendor/local/share/gtksourceview-4/language-specs/glsl.lang +482 -0
- data/vendor/local/share/gtksourceview-4/language-specs/go.lang +274 -0
- data/vendor/local/share/gtksourceview-4/language-specs/groovy.lang +330 -0
- data/vendor/local/share/gtksourceview-4/language-specs/gtk-doc.lang +90 -0
- data/vendor/local/share/gtksourceview-4/language-specs/gtkrc.lang +115 -0
- data/vendor/local/share/gtksourceview-4/language-specs/haddock.lang +161 -0
- data/vendor/local/share/gtksourceview-4/language-specs/haskell-literate.lang +58 -0
- data/vendor/local/share/gtksourceview-4/language-specs/haskell.lang +227 -0
- data/vendor/local/share/gtksourceview-4/language-specs/haxe.lang +237 -0
- data/vendor/local/share/gtksourceview-4/language-specs/html.lang +286 -0
- data/vendor/local/share/gtksourceview-4/language-specs/idl-exelis.lang +619 -0
- data/vendor/local/share/gtksourceview-4/language-specs/idl.lang +153 -0
- data/vendor/local/share/gtksourceview-4/language-specs/imagej.lang +783 -0
- data/vendor/local/share/gtksourceview-4/language-specs/ini.lang +94 -0
- data/vendor/local/share/gtksourceview-4/language-specs/j.lang +239 -0
- data/vendor/local/share/gtksourceview-4/language-specs/jade.lang +248 -0
- data/vendor/local/share/gtksourceview-4/language-specs/java.lang +188 -0
- data/vendor/local/share/gtksourceview-4/language-specs/javascript.lang +354 -0
- data/vendor/local/share/gtksourceview-4/language-specs/json.lang +124 -0
- data/vendor/local/share/gtksourceview-4/language-specs/julia.lang +376 -0
- data/vendor/local/share/gtksourceview-4/language-specs/kotlin.lang +389 -0
- data/vendor/local/share/gtksourceview-4/language-specs/language.dtd +72 -0
- data/vendor/local/share/gtksourceview-4/language-specs/language.rng +372 -0
- data/vendor/local/share/gtksourceview-4/language-specs/language2.rng +481 -0
- data/vendor/local/share/gtksourceview-4/language-specs/latex.lang +636 -0
- data/vendor/local/share/gtksourceview-4/language-specs/less.lang +793 -0
- data/vendor/local/share/gtksourceview-4/language-specs/lex.lang +208 -0
- data/vendor/local/share/gtksourceview-4/language-specs/libtool.lang +55 -0
- data/vendor/local/share/gtksourceview-4/language-specs/llvm.lang +314 -0
- data/vendor/local/share/gtksourceview-4/language-specs/logcat.lang +107 -0
- data/vendor/local/share/gtksourceview-4/language-specs/lua.lang +301 -0
- data/vendor/local/share/gtksourceview-4/language-specs/m4.lang +1374 -0
- data/vendor/local/share/gtksourceview-4/language-specs/makefile.lang +190 -0
- data/vendor/local/share/gtksourceview-4/language-specs/mallard.lang +123 -0
- data/vendor/local/share/gtksourceview-4/language-specs/markdown.lang +401 -0
- data/vendor/local/share/gtksourceview-4/language-specs/matlab.lang +148 -0
- data/vendor/local/share/gtksourceview-4/language-specs/maxima.lang +1864 -0
- data/vendor/local/share/gtksourceview-4/language-specs/mediawiki.lang +326 -0
- data/vendor/local/share/gtksourceview-4/language-specs/meson.lang +132 -0
- data/vendor/local/share/gtksourceview-4/language-specs/modelica.lang +261 -0
- data/vendor/local/share/gtksourceview-4/language-specs/mxml.lang +64 -0
- data/vendor/local/share/gtksourceview-4/language-specs/nemerle.lang +262 -0
- data/vendor/local/share/gtksourceview-4/language-specs/netrexx.lang +318 -0
- data/vendor/local/share/gtksourceview-4/language-specs/nsis.lang +87 -0
- data/vendor/local/share/gtksourceview-4/language-specs/objc.lang +119 -0
- data/vendor/local/share/gtksourceview-4/language-specs/objj.lang +127 -0
- data/vendor/local/share/gtksourceview-4/language-specs/ocaml.lang +301 -0
- data/vendor/local/share/gtksourceview-4/language-specs/ocl.lang +138 -0
- data/vendor/local/share/gtksourceview-4/language-specs/octave.lang +1757 -0
- data/vendor/local/share/gtksourceview-4/language-specs/ooc.lang +264 -0
- data/vendor/local/share/gtksourceview-4/language-specs/opal.lang +342 -0
- data/vendor/local/share/gtksourceview-4/language-specs/opencl.lang +599 -0
- data/vendor/local/share/gtksourceview-4/language-specs/pascal.lang +267 -0
- data/vendor/local/share/gtksourceview-4/language-specs/perl.lang +1044 -0
- data/vendor/local/share/gtksourceview-4/language-specs/php.lang +362 -0
- data/vendor/local/share/gtksourceview-4/language-specs/pig.lang +292 -0
- data/vendor/local/share/gtksourceview-4/language-specs/pkgconfig.lang +61 -0
- data/vendor/local/share/gtksourceview-4/language-specs/po.lang +93 -0
- data/vendor/local/share/gtksourceview-4/language-specs/prolog.lang +248 -0
- data/vendor/local/share/gtksourceview-4/language-specs/protobuf.lang +134 -0
- data/vendor/local/share/gtksourceview-4/language-specs/puppet.lang +696 -0
- data/vendor/local/share/gtksourceview-4/language-specs/python.lang +475 -0
- data/vendor/local/share/gtksourceview-4/language-specs/python3.lang +198 -0
- data/vendor/local/share/gtksourceview-4/language-specs/rpmspec.lang +215 -0
- data/vendor/local/share/gtksourceview-4/language-specs/rst.lang +141 -0
- data/vendor/local/share/gtksourceview-4/language-specs/ruby.lang +748 -0
- data/vendor/local/share/gtksourceview-4/language-specs/rust.lang +334 -0
- data/vendor/local/share/gtksourceview-4/language-specs/scala.lang +383 -0
- data/vendor/local/share/gtksourceview-4/language-specs/scheme.lang +301 -0
- data/vendor/local/share/gtksourceview-4/language-specs/scilab.lang +208 -0
- data/vendor/local/share/gtksourceview-4/language-specs/scss.lang +878 -0
- data/vendor/local/share/gtksourceview-4/language-specs/sh.lang +516 -0
- data/vendor/local/share/gtksourceview-4/language-specs/sml.lang +200 -0
- data/vendor/local/share/gtksourceview-4/language-specs/sparql.lang +451 -0
- data/vendor/local/share/gtksourceview-4/language-specs/sql.lang +617 -0
- data/vendor/local/share/gtksourceview-4/language-specs/sweave.lang +66 -0
- data/vendor/local/share/gtksourceview-4/language-specs/swift.lang +440 -0
- data/vendor/local/share/gtksourceview-4/language-specs/systemverilog.lang +262 -0
- data/vendor/local/share/gtksourceview-4/language-specs/t2t.lang +149 -0
- data/vendor/local/share/gtksourceview-4/language-specs/tcl.lang +145 -0
- data/vendor/local/share/gtksourceview-4/language-specs/tera.lang +142 -0
- data/vendor/local/share/gtksourceview-4/language-specs/texinfo.lang +447 -0
- data/vendor/local/share/gtksourceview-4/language-specs/thrift.lang +266 -0
- data/vendor/local/share/gtksourceview-4/language-specs/toml.lang +282 -0
- data/vendor/local/share/gtksourceview-4/language-specs/vala.lang +411 -0
- data/vendor/local/share/gtksourceview-4/language-specs/vbnet.lang +247 -0
- data/vendor/local/share/gtksourceview-4/language-specs/verilog.lang +475 -0
- data/vendor/local/share/gtksourceview-4/language-specs/vhdl.lang +247 -0
- data/vendor/local/share/gtksourceview-4/language-specs/xml.lang +219 -0
- data/vendor/local/share/gtksourceview-4/language-specs/xslt.lang +120 -0
- data/vendor/local/share/gtksourceview-4/language-specs/yacc.lang +176 -0
- data/vendor/local/share/gtksourceview-4/language-specs/yaml.lang +213 -0
- data/vendor/local/share/gtksourceview-4/styles/classic.xml +122 -0
- data/vendor/local/share/gtksourceview-4/styles/cobalt.xml +150 -0
- data/vendor/local/share/gtksourceview-4/styles/kate.xml +171 -0
- data/vendor/local/share/gtksourceview-4/styles/oblivion.xml +133 -0
- data/vendor/local/share/gtksourceview-4/styles/solarized-dark.xml +103 -0
- data/vendor/local/share/gtksourceview-4/styles/solarized-light.xml +102 -0
- data/vendor/local/share/gtksourceview-4/styles/styles.rng +139 -0
- data/vendor/local/share/gtksourceview-4/styles/tango.xml +130 -0
- data/vendor/local/share/license/gtksourceview/AUTHORS +15 -0
- data/vendor/local/share/license/gtksourceview/COPYING +504 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/mg/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtksourceview-4.mo +0 -0
- metadata +437 -0
@@ -0,0 +1,619 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!--
|
3
|
+
Authors: Antoine Lucas 09-2009 <lucas@ipgp.fr>
|
4
|
+
Timothy Arceri 12-2012
|
5
|
+
|
6
|
+
GtkSourceView is free software; you can redistribute it and/or
|
7
|
+
modify it under the terms of the GNU Lesser General Public
|
8
|
+
License as published by the Free Software Foundation; either
|
9
|
+
version 2.1 of the License, or (at your option) any later version.
|
10
|
+
|
11
|
+
GtkSourceView is distributed in the hope that it will be useful,
|
12
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
13
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
14
|
+
Lesser General Public License for more details.
|
15
|
+
|
16
|
+
You should have received a copy of the GNU Lesser General Public License
|
17
|
+
along with this library; if not, see <http://www.gnu.org/licenses/>.
|
18
|
+
|
19
|
+
-->
|
20
|
+
<language id="idl-exelis" name="IDL-Exelis" version="2.0" _section="Scientific">
|
21
|
+
<metadata>
|
22
|
+
<property name="globs">*.pro</property>
|
23
|
+
<property name="line-comment-start">;</property>
|
24
|
+
</metadata>
|
25
|
+
|
26
|
+
<styles>
|
27
|
+
<style id="comment" name="Comment" map-to="def:comment"/>
|
28
|
+
<style id="type" name="Data Type" map-to="def:type"/>
|
29
|
+
<style id="preprocessor" name="Preprocessor" map-to="def:preprocessor"/>
|
30
|
+
<style id="keyword" name="Keyword" map-to="def:keyword"/>
|
31
|
+
<style id="string" name="String" map-to="def:string"/>
|
32
|
+
<style id="floating-point" name="Floating point number" map-to="def:floating-point"/>
|
33
|
+
<style id="decimal" name="Decimal number" map-to="def:decimal"/>
|
34
|
+
<style id="function" name="Function" map-to="def:function"/>
|
35
|
+
</styles>
|
36
|
+
|
37
|
+
<default-regex-options case-sensitive="false"/>
|
38
|
+
|
39
|
+
<definitions>
|
40
|
+
|
41
|
+
<context id="line-comment" style-ref="comment" end-at-line-end="true">
|
42
|
+
<start>;</start>
|
43
|
+
<include>
|
44
|
+
<context ref="def:escape"/>
|
45
|
+
<context ref="def:line-continue"/>
|
46
|
+
</include>
|
47
|
+
</context>
|
48
|
+
|
49
|
+
<context id="string-doublequote" style-ref="string" end-at-line-end="true">
|
50
|
+
<start>"</start>
|
51
|
+
<end>"</end>
|
52
|
+
<include>
|
53
|
+
<context ref="def:line-continue"/>
|
54
|
+
</include>
|
55
|
+
</context>
|
56
|
+
|
57
|
+
<context id="string-singlequote" style-ref="string" end-at-line-end="true">
|
58
|
+
<start>'</start>
|
59
|
+
<end>'</end>
|
60
|
+
<include>
|
61
|
+
<context ref="def:line-continue"/>
|
62
|
+
</include>
|
63
|
+
</context>
|
64
|
+
|
65
|
+
<context id="sectional" style-ref="preprocessor">
|
66
|
+
<start>%\(</start>
|
67
|
+
<end>%\)</end>
|
68
|
+
<include>
|
69
|
+
<context ref="def:escape"/>
|
70
|
+
<context ref="def:line-continue"/>
|
71
|
+
</include>
|
72
|
+
</context>
|
73
|
+
|
74
|
+
<context id="operators" style-ref="keyword">
|
75
|
+
<keyword>NOT</keyword>
|
76
|
+
<keyword>AND</keyword>
|
77
|
+
<keyword>OR</keyword>
|
78
|
+
<keyword>XOR</keyword>
|
79
|
+
<keyword>EQV</keyword>
|
80
|
+
<keyword>NEQV</keyword>
|
81
|
+
<keyword>EQ</keyword>
|
82
|
+
<keyword>NE</keyword>
|
83
|
+
<keyword>GT</keyword>
|
84
|
+
<keyword>GE</keyword>
|
85
|
+
<keyword>LT</keyword>
|
86
|
+
<keyword>LE</keyword>
|
87
|
+
</context>
|
88
|
+
|
89
|
+
<context id="keyword" style-ref="keyword">
|
90
|
+
<keyword>begin</keyword>
|
91
|
+
<keyword>case</keyword>
|
92
|
+
<keyword>common</keyword>
|
93
|
+
<keyword>compile_opt</keyword>
|
94
|
+
<keyword>cycle</keyword>
|
95
|
+
<keyword>do</keyword>
|
96
|
+
<keyword>elseif</keyword>
|
97
|
+
<keyword>else</keyword>
|
98
|
+
<keyword>elsewhere</keyword>
|
99
|
+
<keyword>enddo</keyword>
|
100
|
+
<keyword>endif</keyword>
|
101
|
+
<keyword>end</keyword>
|
102
|
+
<keyword>endelse</keyword>
|
103
|
+
<keyword>endfor</keyword>
|
104
|
+
<keyword>endforeach</keyword>
|
105
|
+
<keyword>endcase</keyword>
|
106
|
+
<keyword>external</keyword>
|
107
|
+
<keyword>for</keyword>
|
108
|
+
<keyword>foreach</keyword>
|
109
|
+
<keyword>function</keyword>
|
110
|
+
<keyword>if</keyword>
|
111
|
+
<keyword>pro</keyword>
|
112
|
+
<keyword>return</keyword>
|
113
|
+
<keyword>SELECT</keyword>
|
114
|
+
<keyword>stop</keyword>
|
115
|
+
<keyword>then</keyword>
|
116
|
+
<keyword>type</keyword>
|
117
|
+
<keyword>use</keyword>
|
118
|
+
<keyword>while</keyword>
|
119
|
+
</context>
|
120
|
+
|
121
|
+
<context id="functions" style-ref="function">
|
122
|
+
<keyword>a_correlate</keyword>
|
123
|
+
<keyword>adapt_hist_equal</keyword>
|
124
|
+
<keyword>amoeba</keyword>
|
125
|
+
<keyword>annotate</keyword>
|
126
|
+
<keyword>array_indices</keyword>
|
127
|
+
<keyword>arrow</keyword>
|
128
|
+
<keyword>ascii_template</keyword>
|
129
|
+
<keyword>bar_plot</keyword>
|
130
|
+
<keyword>beta</keyword>
|
131
|
+
<keyword>bilinear</keyword>
|
132
|
+
<keyword>binary_template</keyword>
|
133
|
+
<keyword>bin_date</keyword>
|
134
|
+
<keyword>binomial</keyword>
|
135
|
+
<keyword>bisect_pdf</keyword>
|
136
|
+
<keyword>blk_con</keyword>
|
137
|
+
<keyword>box_cursor</keyword>
|
138
|
+
<keyword>butterworth</keyword>
|
139
|
+
<keyword>caldat</keyword>
|
140
|
+
<keyword>calendar</keyword>
|
141
|
+
<keyword>canny</keyword>
|
142
|
+
<keyword>c_correlate</keyword>
|
143
|
+
<keyword>cdf_exists</keyword>
|
144
|
+
<keyword>chebyshev</keyword>
|
145
|
+
<keyword>chisqr_cvf</keyword>
|
146
|
+
<keyword>chisqr_pdf</keyword>
|
147
|
+
<keyword>cir_3pnt</keyword>
|
148
|
+
<keyword>close</keyword>
|
149
|
+
<keyword>cluster</keyword>
|
150
|
+
<keyword>cluster_tree</keyword>
|
151
|
+
<keyword>clust_wts</keyword>
|
152
|
+
<keyword>cmyk_convert</keyword>
|
153
|
+
<keyword>color_exchange</keyword>
|
154
|
+
<keyword>colorize_sample</keyword>
|
155
|
+
<keyword>colormap_applicable</keyword>
|
156
|
+
<keyword>colormap_gradient</keyword>
|
157
|
+
<keyword>colormap_rotation</keyword>
|
158
|
+
<keyword>color_range_map</keyword>
|
159
|
+
<keyword>comfit</keyword>
|
160
|
+
<keyword>complexround</keyword>
|
161
|
+
<keyword>cond</keyword>
|
162
|
+
<keyword>congrid</keyword>
|
163
|
+
<keyword>coord2to3</keyword>
|
164
|
+
<keyword>correlate</keyword>
|
165
|
+
<keyword>cramer</keyword>
|
166
|
+
<keyword>create_view</keyword>
|
167
|
+
<keyword>crossp</keyword>
|
168
|
+
<keyword>crvlength</keyword>
|
169
|
+
<keyword>cti_test</keyword>
|
170
|
+
<keyword>ct_luminance</keyword>
|
171
|
+
<keyword>curvefit</keyword>
|
172
|
+
<keyword>cv_coord</keyword>
|
173
|
+
<keyword>cvttobm</keyword>
|
174
|
+
<keyword>cw_animate</keyword>
|
175
|
+
<keyword>cw_arcball</keyword>
|
176
|
+
<keyword>cw_bgroup</keyword>
|
177
|
+
<keyword>cw_clr_index</keyword>
|
178
|
+
<keyword>cw_colorsel</keyword>
|
179
|
+
<keyword>cw_defroi</keyword>
|
180
|
+
<keyword>cw_dice</keyword>
|
181
|
+
<keyword>cw_field</keyword>
|
182
|
+
<keyword>cw_filesel</keyword>
|
183
|
+
<keyword>cw_form</keyword>
|
184
|
+
<keyword>cw_fslider</keyword>
|
185
|
+
<keyword>cw_light_editor</keyword>
|
186
|
+
<keyword>cw_orient</keyword>
|
187
|
+
<keyword>cw_palette_editor</keyword>
|
188
|
+
<keyword>cw_pdmenu</keyword>
|
189
|
+
<keyword>cw_rgbslider</keyword>
|
190
|
+
<keyword>cw_tmpl</keyword>
|
191
|
+
<keyword>cw_treestructure</keyword>
|
192
|
+
<keyword>cw_zoom</keyword>
|
193
|
+
<keyword>define_msgblk_from_file</keyword>
|
194
|
+
<keyword>defroi</keyword>
|
195
|
+
<keyword>dendrogram</keyword>
|
196
|
+
<keyword>dendro_plot</keyword>
|
197
|
+
<keyword>deriv</keyword>
|
198
|
+
<keyword>derivsig</keyword>
|
199
|
+
<keyword>determ</keyword>
|
200
|
+
<keyword>device</keyword>
|
201
|
+
<keyword>dialog_message</keyword>
|
202
|
+
<keyword>dialog_read_image</keyword>
|
203
|
+
<keyword>dialog_write_image</keyword>
|
204
|
+
<keyword>digital_filter</keyword>
|
205
|
+
<keyword>dissolve</keyword>
|
206
|
+
<keyword>distance_measure</keyword>
|
207
|
+
<keyword>dist</keyword>
|
208
|
+
<keyword>dl_dos</keyword>
|
209
|
+
<keyword>dl_unix</keyword>
|
210
|
+
<keyword>doc_library</keyword>
|
211
|
+
<keyword>edge_dog</keyword>
|
212
|
+
<keyword>efont</keyword>
|
213
|
+
<keyword>eigenql</keyword>
|
214
|
+
<keyword>eigenvec</keyword>
|
215
|
+
<keyword>emboss</keyword>
|
216
|
+
<keyword>eos_exists</keyword>
|
217
|
+
<keyword>eos_gd_query</keyword>
|
218
|
+
<keyword>eos_pt_query</keyword>
|
219
|
+
<keyword>eos_query</keyword>
|
220
|
+
<keyword>eos_sw_query</keyword>
|
221
|
+
<keyword>erase</keyword>
|
222
|
+
<keyword>errplot</keyword>
|
223
|
+
<keyword>expand</keyword>
|
224
|
+
<keyword>extrac</keyword>
|
225
|
+
<keyword>extract_slice</keyword>
|
226
|
+
<keyword>factorial</keyword>
|
227
|
+
<keyword>f_cvf</keyword>
|
228
|
+
<keyword>filepath</keyword>
|
229
|
+
<keyword>file_basename</keyword>
|
230
|
+
<keyword>file_copy</keyword>
|
231
|
+
<keyword>file_lines</keyword>
|
232
|
+
<keyword>file_search</keyword>
|
233
|
+
<keyword>file_test</keyword>
|
234
|
+
<keyword>file_which</keyword>
|
235
|
+
<keyword>flick</keyword>
|
236
|
+
<keyword>flow3</keyword>
|
237
|
+
<keyword>free_lun</keyword>
|
238
|
+
<keyword>f_pdf</keyword>
|
239
|
+
<keyword>funct</keyword>
|
240
|
+
<keyword>fv_test</keyword>
|
241
|
+
<keyword>fx_root</keyword>
|
242
|
+
<keyword>gamma_ct</keyword>
|
243
|
+
<keyword>gamma</keyword>
|
244
|
+
<keyword>gauss2dfit</keyword>
|
245
|
+
<keyword>gauss_cvf</keyword>
|
246
|
+
<keyword>gaussfit</keyword>
|
247
|
+
<keyword>gauss_pdf</keyword>
|
248
|
+
<keyword>get_screen_size</keyword>
|
249
|
+
<keyword>goto</keyword>
|
250
|
+
<keyword>graphics_times2</keyword>
|
251
|
+
<keyword>graphics_times3</keyword>
|
252
|
+
<keyword>graphics_times</keyword>
|
253
|
+
<keyword>gs_iter</keyword>
|
254
|
+
<keyword>h5_browser</keyword>
|
255
|
+
<keyword>h5_create</keyword>
|
256
|
+
<keyword>h5_parse</keyword>
|
257
|
+
<keyword>h5t_enum_get_data</keyword>
|
258
|
+
<keyword>h5t_enum_set_data</keyword>
|
259
|
+
<keyword>h5t_enum_values_to_names</keyword>
|
260
|
+
<keyword>h5t_str_to_vlen</keyword>
|
261
|
+
<keyword>h5t_vlen_to_str</keyword>
|
262
|
+
<keyword>hanning</keyword>
|
263
|
+
<keyword>hdf_exists</keyword>
|
264
|
+
<keyword>h_eq_ct</keyword>
|
265
|
+
<keyword>h_eq_int</keyword>
|
266
|
+
<keyword>hilbert</keyword>
|
267
|
+
<keyword>hist_2d</keyword>
|
268
|
+
<keyword>hist_equal</keyword>
|
269
|
+
<keyword>hls</keyword>
|
270
|
+
<keyword>hsv</keyword>
|
271
|
+
<keyword>ibeta</keyword>
|
272
|
+
<keyword>identity</keyword>
|
273
|
+
<keyword>idl_crank</keyword>
|
274
|
+
<keyword>idlfflangcat__define</keyword>
|
275
|
+
<keyword>idlgrarc__define</keyword>
|
276
|
+
<keyword>idlgrcolorbar__define</keyword>
|
277
|
+
<keyword>idlgrlegend__define</keyword>
|
278
|
+
<keyword>idlgrshaderbytscl__define</keyword>
|
279
|
+
<keyword>idlgrshaderconvol3__define</keyword>
|
280
|
+
<keyword>idlgrtextedit__define</keyword>
|
281
|
+
<keyword>igamma</keyword>
|
282
|
+
<keyword>image_cont</keyword>
|
283
|
+
<keyword>import_ascii</keyword>
|
284
|
+
<keyword>import_binary</keyword>
|
285
|
+
<keyword>import_create_varname</keyword>
|
286
|
+
<keyword>import_hdf</keyword>
|
287
|
+
<keyword>import_image</keyword>
|
288
|
+
<keyword>insget</keyword>
|
289
|
+
<keyword>insput</keyword>
|
290
|
+
<keyword>insvis</keyword>
|
291
|
+
<keyword>int_2d</keyword>
|
292
|
+
<keyword>int_3d</keyword>
|
293
|
+
<keyword>interpol</keyword>
|
294
|
+
<keyword>int_tabulated_2d</keyword>
|
295
|
+
<keyword>int_tabulated</keyword>
|
296
|
+
<keyword>ir_filter</keyword>
|
297
|
+
<keyword>julday</keyword>
|
298
|
+
<keyword>krig2d</keyword>
|
299
|
+
<keyword>kurtosis</keyword>
|
300
|
+
<keyword>kw_test</keyword>
|
301
|
+
<keyword>label_date</keyword>
|
302
|
+
<keyword>la_determ</keyword>
|
303
|
+
<keyword>ladfit</keyword>
|
304
|
+
<keyword>laguerre</keyword>
|
305
|
+
<keyword>la_linear_equation</keyword>
|
306
|
+
<keyword>laplacian</keyword>
|
307
|
+
<keyword>leefilt</keyword>
|
308
|
+
<keyword>linfit</keyword>
|
309
|
+
<keyword>ll_arc_distance</keyword>
|
310
|
+
<keyword>lmfit</keyword>
|
311
|
+
<keyword>lmfunct</keyword>
|
312
|
+
<keyword>loadct</keyword>
|
313
|
+
<keyword>lu_complex</keyword>
|
314
|
+
<keyword>map_2points</keyword>
|
315
|
+
<keyword>map_continents</keyword>
|
316
|
+
<keyword>map_grid</keyword>
|
317
|
+
<keyword>map_horizon</keyword>
|
318
|
+
<keyword>map_image</keyword>
|
319
|
+
<keyword>map_patch</keyword>
|
320
|
+
<keyword>map_point_valid</keyword>
|
321
|
+
<keyword>map_proj_image</keyword>
|
322
|
+
<keyword>map_proj_info</keyword>
|
323
|
+
<keyword>map_proj_init_commonblock</keyword>
|
324
|
+
<keyword>map_proj_init_common</keyword>
|
325
|
+
<keyword>map_proj_init</keyword>
|
326
|
+
<keyword>map_satellite_limit</keyword>
|
327
|
+
<keyword>map_set</keyword>
|
328
|
+
<keyword>map_struct_append</keyword>
|
329
|
+
<keyword>matrix_power</keyword>
|
330
|
+
<keyword>m_correlate</keyword>
|
331
|
+
<keyword>md_test</keyword>
|
332
|
+
<keyword>meanabsdev</keyword>
|
333
|
+
<keyword>mean</keyword>
|
334
|
+
<keyword>mesh_obj</keyword>
|
335
|
+
<keyword>min_curve_surf</keyword>
|
336
|
+
<keyword>mk_html_help</keyword>
|
337
|
+
<keyword>modifyct</keyword>
|
338
|
+
<keyword>moment</keyword>
|
339
|
+
<keyword>morph_close</keyword>
|
340
|
+
<keyword>morph_gradient</keyword>
|
341
|
+
<keyword>morph_hitormiss</keyword>
|
342
|
+
<keyword>morph_open</keyword>
|
343
|
+
<keyword>morph_thin</keyword>
|
344
|
+
<keyword>morph_tophat</keyword>
|
345
|
+
<keyword>mpeg_close</keyword>
|
346
|
+
<keyword>mpeg_open</keyword>
|
347
|
+
<keyword>mpeg_put</keyword>
|
348
|
+
<keyword>mpeg_save</keyword>
|
349
|
+
<keyword>multi</keyword>
|
350
|
+
<keyword>ncdf_exists</keyword>
|
351
|
+
<keyword>noise_hurl</keyword>
|
352
|
+
<keyword>noise_pick</keyword>
|
353
|
+
<keyword>noise_scatter</keyword>
|
354
|
+
<keyword>noise_slur</keyword>
|
355
|
+
<keyword>norm</keyword>
|
356
|
+
<keyword>obj_new</keyword>
|
357
|
+
<keyword>online_help_pdf_index</keyword>
|
358
|
+
<keyword>online_help_pdf_nd2file</keyword>
|
359
|
+
<keyword>openr</keyword>
|
360
|
+
<keyword>openw</keyword>
|
361
|
+
<keyword>oploterr</keyword>
|
362
|
+
<keyword>parse_url</keyword>
|
363
|
+
<keyword>path_sep</keyword>
|
364
|
+
<keyword>pcomp</keyword>
|
365
|
+
<keyword>p_correlate</keyword>
|
366
|
+
<keyword>plot_3dbox</keyword>
|
367
|
+
<keyword>ploterr</keyword>
|
368
|
+
<keyword>plot_field</keyword>
|
369
|
+
<keyword>pm</keyword>
|
370
|
+
<keyword>pnt_line</keyword>
|
371
|
+
<keyword>polar_contour</keyword>
|
372
|
+
<keyword>polar_surface</keyword>
|
373
|
+
<keyword>poly_area</keyword>
|
374
|
+
<keyword>poly_fit</keyword>
|
375
|
+
<keyword>poly</keyword>
|
376
|
+
<keyword>polywarp</keyword>
|
377
|
+
<keyword>popd</keyword>
|
378
|
+
<keyword>pref_migrate</keyword>
|
379
|
+
<keyword>primes</keyword>
|
380
|
+
<keyword>print</keyword>
|
381
|
+
<keyword>printd</keyword>
|
382
|
+
<keyword>printf</keyword>
|
383
|
+
<keyword>profile</keyword>
|
384
|
+
<keyword>profiles</keyword>
|
385
|
+
<keyword>project_vol</keyword>
|
386
|
+
<keyword>psafm</keyword>
|
387
|
+
<keyword>pseudo</keyword>
|
388
|
+
<keyword>ps_show_fonts</keyword>
|
389
|
+
<keyword>ptr_free</keyword>
|
390
|
+
<keyword>ptr_new</keyword>
|
391
|
+
<keyword>ptr_valid</keyword>
|
392
|
+
<keyword>pushd</keyword>
|
393
|
+
<keyword>query_ascii</keyword>
|
394
|
+
<keyword>query_bmp</keyword>
|
395
|
+
<keyword>query_dicom</keyword>
|
396
|
+
<keyword>query_gif</keyword>
|
397
|
+
<keyword>query_image</keyword>
|
398
|
+
<keyword>query_jpeg2000</keyword>
|
399
|
+
<keyword>query_pict</keyword>
|
400
|
+
<keyword>query_ppm</keyword>
|
401
|
+
<keyword>query_srf</keyword>
|
402
|
+
<keyword>query_wav</keyword>
|
403
|
+
<keyword>ranks</keyword>
|
404
|
+
<keyword>rb_routines</keyword>
|
405
|
+
<keyword>r_correlate</keyword>
|
406
|
+
<keyword>rdpix</keyword>
|
407
|
+
<keyword>read_ascii</keyword>
|
408
|
+
<keyword>read_binary</keyword>
|
409
|
+
<keyword>read_bmp</keyword>
|
410
|
+
<keyword>read_dicom</keyword>
|
411
|
+
<keyword>readf</keyword>
|
412
|
+
<keyword>read_gif</keyword>
|
413
|
+
<keyword>read_image</keyword>
|
414
|
+
<keyword>read_interfile</keyword>
|
415
|
+
<keyword>read_jpeg2000</keyword>
|
416
|
+
<keyword>read_pict_item</keyword>
|
417
|
+
<keyword>read_pict</keyword>
|
418
|
+
<keyword>read_ppm_next_line</keyword>
|
419
|
+
<keyword>read_ppm_next_token</keyword>
|
420
|
+
<keyword>read_ppm</keyword>
|
421
|
+
<keyword>read_spr</keyword>
|
422
|
+
<keyword>read_srf</keyword>
|
423
|
+
<keyword>read_sylk</keyword>
|
424
|
+
<keyword>read_wave</keyword>
|
425
|
+
<keyword>read_wav</keyword>
|
426
|
+
<keyword>read_x11_bitmap</keyword>
|
427
|
+
<keyword>read_xwd</keyword>
|
428
|
+
<keyword>real_part</keyword>
|
429
|
+
<keyword>recon3</keyword>
|
430
|
+
<keyword>reduce_colors</keyword>
|
431
|
+
<keyword>region_grow</keyword>
|
432
|
+
<keyword>regress</keyword>
|
433
|
+
<keyword>replicate</keyword>
|
434
|
+
<keyword>resolve_all</keyword>
|
435
|
+
<keyword>restore</keyword>
|
436
|
+
<keyword>reverse</keyword>
|
437
|
+
<keyword>rm</keyword>
|
438
|
+
<keyword>round</keyword>
|
439
|
+
<keyword>rot</keyword>
|
440
|
+
<keyword>rs_test</keyword>
|
441
|
+
<keyword>r_test</keyword>
|
442
|
+
<keyword>save</keyword>
|
443
|
+
<keyword>savgol</keyword>
|
444
|
+
<keyword>scale3d</keyword>
|
445
|
+
<keyword>scale3</keyword>
|
446
|
+
<keyword>search2d</keyword>
|
447
|
+
<keyword>search3d</keyword>
|
448
|
+
<keyword>sfit</keyword>
|
449
|
+
<keyword>shade_surf_irr</keyword>
|
450
|
+
<keyword>shift_diff</keyword>
|
451
|
+
<keyword>show3</keyword>
|
452
|
+
<keyword>showfont</keyword>
|
453
|
+
<keyword>showinfo</keyword>
|
454
|
+
<keyword>skewness</keyword>
|
455
|
+
<keyword>slicer3</keyword>
|
456
|
+
<keyword>slide_image</keyword>
|
457
|
+
<keyword>sort</keyword>
|
458
|
+
<keyword>sph_4pnt</keyword>
|
459
|
+
<keyword>spher_harm</keyword>
|
460
|
+
<keyword>sph_scat</keyword>
|
461
|
+
<keyword>spline_p</keyword>
|
462
|
+
<keyword>spline</keyword>
|
463
|
+
<keyword>standardize</keyword>
|
464
|
+
<keyword>stddev</keyword>
|
465
|
+
<keyword>s_test</keyword>
|
466
|
+
<keyword>strarr</keyword>
|
467
|
+
<keyword>strcompress</keyword>
|
468
|
+
<keyword>streamline</keyword>
|
469
|
+
<keyword>stretch</keyword>
|
470
|
+
<keyword>string</keyword>
|
471
|
+
<keyword>strjoin</keyword>
|
472
|
+
<keyword>strlen</keyword>
|
473
|
+
<keyword>strlowcase</keyword>
|
474
|
+
<keyword>strmatch</keyword>
|
475
|
+
<keyword>strmid</keyword>
|
476
|
+
<keyword>strpos</keyword>
|
477
|
+
<keyword>strsplit</keyword>
|
478
|
+
<keyword>strtrim</keyword>
|
479
|
+
<keyword>strupcase</keyword>
|
480
|
+
<keyword>surfr</keyword>
|
481
|
+
<keyword>svdfit</keyword>
|
482
|
+
<keyword>svdfunct</keyword>
|
483
|
+
<keyword>svdleg</keyword>
|
484
|
+
<keyword>swap_endian_inplace</keyword>
|
485
|
+
<keyword>swap_endian</keyword>
|
486
|
+
<keyword>systime</keyword>
|
487
|
+
<keyword>t3d</keyword>
|
488
|
+
<keyword>t_cvf</keyword>
|
489
|
+
<keyword>tek_color</keyword>
|
490
|
+
<keyword>testdemo</keyword>
|
491
|
+
<keyword>test_hp</keyword>
|
492
|
+
<keyword>test_lj</keyword>
|
493
|
+
<keyword>test_pcl</keyword>
|
494
|
+
<keyword>test_true</keyword>
|
495
|
+
<keyword>threed</keyword>
|
496
|
+
<keyword>timegen</keyword>
|
497
|
+
<keyword>time_test2</keyword>
|
498
|
+
<keyword>time_test3</keyword>
|
499
|
+
<keyword>time_test</keyword>
|
500
|
+
<keyword>time_thread</keyword>
|
501
|
+
<keyword>tm_test</keyword>
|
502
|
+
<keyword>t_pdf</keyword>
|
503
|
+
<keyword>trace</keyword>
|
504
|
+
<keyword>trackball__define</keyword>
|
505
|
+
<keyword>transpose</keyword>
|
506
|
+
<keyword>tri_surf</keyword>
|
507
|
+
<keyword>ts_coef</keyword>
|
508
|
+
<keyword>ts_diff</keyword>
|
509
|
+
<keyword>ts_fcast</keyword>
|
510
|
+
<keyword>ts_smooth</keyword>
|
511
|
+
<keyword>tvlct</keyword>
|
512
|
+
<keyword>tvrd</keyword>
|
513
|
+
<keyword>uniq</keyword>
|
514
|
+
<keyword>unsharp_mask</keyword>
|
515
|
+
<keyword>variance</keyword>
|
516
|
+
<keyword>vector_field</keyword>
|
517
|
+
<keyword>velovect</keyword>
|
518
|
+
<keyword>vel</keyword>
|
519
|
+
<keyword>vert_t3d</keyword>
|
520
|
+
<keyword>voronoi</keyword>
|
521
|
+
<keyword>warp_tri</keyword>
|
522
|
+
<keyword>wdelete</keyword>
|
523
|
+
<keyword>wf_draw</keyword>
|
524
|
+
<keyword>where</keyword>
|
525
|
+
<keyword>widget_base</keyword>
|
526
|
+
<keyword>widget_button</keyword>
|
527
|
+
<keyword>widget_control</keyword>
|
528
|
+
<keyword>widget_info</keyword>
|
529
|
+
<keyword>widget_text</keyword>
|
530
|
+
<keyword>widget_tree_move</keyword>
|
531
|
+
<keyword>window</keyword>
|
532
|
+
<keyword>write_bmp</keyword>
|
533
|
+
<keyword>write_gif</keyword>
|
534
|
+
<keyword>write_image</keyword>
|
535
|
+
<keyword>write_jpeg2000</keyword>
|
536
|
+
<keyword>write_nrif</keyword>
|
537
|
+
<keyword>write_pict</keyword>
|
538
|
+
<keyword>write_ppm</keyword>
|
539
|
+
<keyword>write_spr</keyword>
|
540
|
+
<keyword>write_srf</keyword>
|
541
|
+
<keyword>write_sylk</keyword>
|
542
|
+
<keyword>write_wave</keyword>
|
543
|
+
<keyword>write_wav</keyword>
|
544
|
+
<keyword>xmanager</keyword>
|
545
|
+
<keyword>xmng_tmpl</keyword>
|
546
|
+
<keyword>xregistered</keyword>
|
547
|
+
<keyword>xsq_test</keyword>
|
548
|
+
<keyword>xyouts</keyword>
|
549
|
+
<keyword>zoom_24</keyword>
|
550
|
+
<keyword>zoom</keyword>
|
551
|
+
</context>
|
552
|
+
|
553
|
+
<context id="include-pragma" style-ref="preprocessor" end-at-line-end="true">
|
554
|
+
<start>^#[ \t]*(include|pragma)</start>
|
555
|
+
<include>
|
556
|
+
<context ref="def:escape"/>
|
557
|
+
<context ref="def:line-continue"/>
|
558
|
+
</include>
|
559
|
+
</context>
|
560
|
+
|
561
|
+
<context id="function" style-ref="function">
|
562
|
+
<keyword>add</keyword>
|
563
|
+
<keyword>draw</keyword>
|
564
|
+
<keyword>interpolate</keyword>
|
565
|
+
<keyword>min</keyword>
|
566
|
+
<keyword>max</keyword>
|
567
|
+
<keyword>mean</keyword>
|
568
|
+
<keyword>n_elements</keyword>
|
569
|
+
<keyword>obj_destroy</keyword>
|
570
|
+
<keyword>reform</keyword>
|
571
|
+
<keyword>rotate</keyword>
|
572
|
+
<keyword>size</keyword>
|
573
|
+
<keyword>Xobjview</keyword>
|
574
|
+
</context>
|
575
|
+
|
576
|
+
<context id="types" style-ref="type">
|
577
|
+
<keyword>float</keyword>
|
578
|
+
<keyword>fltarr</keyword>
|
579
|
+
<keyword>UINT</keyword>
|
580
|
+
<keyword>long</keyword>
|
581
|
+
<keyword>fix</keyword>
|
582
|
+
<keyword>lonarr</keyword>
|
583
|
+
</context>
|
584
|
+
|
585
|
+
<context id="float" style-ref="floating-point">
|
586
|
+
<match extended="true">
|
587
|
+
(?<![\w\.])
|
588
|
+
([0-9_]+[Ee][-]?[0-9_]+|([0-9_]*\.[0-9_]+|[0-9_]+\.)([Ee][-]?[0-9_]+)?)[fFLi]?
|
589
|
+
(?![\w\.])
|
590
|
+
</match>
|
591
|
+
</context>
|
592
|
+
|
593
|
+
<context id="decimal" style-ref="decimal">
|
594
|
+
<match extended="true">
|
595
|
+
(?<![\w\.])
|
596
|
+
([1-9][0-9_]*|0)([Uu]([Ll]|LL|ll)?|([Ll]|LL|ll)[Uu]?)?
|
597
|
+
(?![\w\.])
|
598
|
+
</match>
|
599
|
+
</context>
|
600
|
+
|
601
|
+
<context id="idl-exelis">
|
602
|
+
<include>
|
603
|
+
<context ref="operators"/>
|
604
|
+
<context ref="line-comment"/>
|
605
|
+
<context ref="sectional"/>
|
606
|
+
<context ref="string-singlequote"/>
|
607
|
+
<context ref="string-doublequote"/>
|
608
|
+
<context ref="include-pragma"/>
|
609
|
+
<context ref="keyword"/>
|
610
|
+
<context ref="types"/>
|
611
|
+
<context ref="float"/>
|
612
|
+
<context ref="functions"/>
|
613
|
+
<context ref="function"/>
|
614
|
+
<context ref="decimal"/>
|
615
|
+
<context ref="types"/>
|
616
|
+
</include>
|
617
|
+
</context>
|
618
|
+
</definitions>
|
619
|
+
</language>
|