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,710 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!--
|
3
|
+
|
4
|
+
This file is part of GtkSourceView
|
5
|
+
|
6
|
+
Author: John Spray <jcspray@icculus.org>
|
7
|
+
Copyright (C) 2004, 2005, 2006 John Spray <jcs116@york.ac.uk>
|
8
|
+
Copyright (C) 2005 Jerry DeLisle <jvdelisle@verizon.net>
|
9
|
+
|
10
|
+
GtkSourceView is free software; you can redistribute it and/or
|
11
|
+
modify it under the terms of the GNU Lesser General Public
|
12
|
+
License as published by the Free Software Foundation; either
|
13
|
+
version 2.1 of the License, or (at your option) any later version.
|
14
|
+
|
15
|
+
GtkSourceView is distributed in the hope that it will be useful,
|
16
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
17
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
18
|
+
Lesser General Public License for more details.
|
19
|
+
|
20
|
+
You should have received a copy of the GNU Lesser General Public License
|
21
|
+
along with this library; if not, see <http://www.gnu.org/licenses/>.
|
22
|
+
|
23
|
+
-->
|
24
|
+
<language id="fortran" name="Fortran 95" version="2.0" _section="Source">
|
25
|
+
<metadata>
|
26
|
+
<property name="mimetypes">text/x-fortran</property>
|
27
|
+
<property name="globs">*.f;*.f90;*.f95;*.for;*.F;*.F90</property>
|
28
|
+
<property name="line-comment-start">!</property>
|
29
|
+
</metadata>
|
30
|
+
|
31
|
+
<styles>
|
32
|
+
<style id="comment" name="Comment" map-to="def:comment"/>
|
33
|
+
<style id="string" name="String" map-to="def:string"/>
|
34
|
+
<style id="floating-point" name="Floating Point" map-to="def:floating-point"/>
|
35
|
+
<style id="keyword" name="Keyword" map-to="def:keyword"/>
|
36
|
+
<style id="intrinsic" name="Intrinsic function" map-to="def:builtin"/>
|
37
|
+
<style id="boz-literal" name="BOZ Literal" map-to="def:base-n-integer"/>
|
38
|
+
<style id="decimal" name="Decimal" map-to="def:decimal"/>
|
39
|
+
<style id="type" name="Data Type" map-to="def:type"/>
|
40
|
+
<style id="preprocessor" name="Preprocessor" map-to="def:preprocessor"/>
|
41
|
+
<style id="openmp-directives" name="OpenMP directives" map-to="def:preprocessor"/>
|
42
|
+
<style id="included-file" name="Included File" map-to="def:string"/>
|
43
|
+
<style id="escaped-character" name="Escaped Character" map-to="def:special-char"/>
|
44
|
+
</styles>
|
45
|
+
|
46
|
+
<default-regex-options case-sensitive="false"/>
|
47
|
+
|
48
|
+
<definitions>
|
49
|
+
<!-- regexs -->
|
50
|
+
<define-regex id="preproc-start">^#</define-regex>
|
51
|
+
<define-regex id="escaped-character" extended="true">
|
52
|
+
\\( # leading backslash
|
53
|
+
[\\\"\'nrbtfav\?] | # escaped character
|
54
|
+
[0-7]{1,3} | # one, two, or three octal digits
|
55
|
+
x[0-9A-Fa-f]+ # 'x' followed by hex digits
|
56
|
+
)
|
57
|
+
</define-regex>
|
58
|
+
|
59
|
+
<!-- Preprocessor -->
|
60
|
+
<context id="if0-comment" style-ref="comment">
|
61
|
+
<start>\%{preproc-start}if\b\s*0\b</start>
|
62
|
+
<end>\%{preproc-start}(endif|else|elif)\b</end>
|
63
|
+
<include>
|
64
|
+
<context id="if-in-if0">
|
65
|
+
<start>\%{preproc-start}if(n?def)?\b</start>
|
66
|
+
<end>\%{preproc-start}endif\b</end>
|
67
|
+
<include>
|
68
|
+
<context ref="if-in-if0"/>
|
69
|
+
<context ref="def:in-comment"/>
|
70
|
+
</include>
|
71
|
+
</context>
|
72
|
+
<context ref="def:in-comment"/>
|
73
|
+
</include>
|
74
|
+
</context>
|
75
|
+
|
76
|
+
<context id="include" style-ref="preprocessor">
|
77
|
+
<match extended="true">
|
78
|
+
\%{preproc-start}
|
79
|
+
(include|import)\s*
|
80
|
+
(".*?"|<.*>)
|
81
|
+
</match>
|
82
|
+
<include>
|
83
|
+
<context id="included-file" sub-pattern="2" style-ref="included-file" class="path"/>
|
84
|
+
</include>
|
85
|
+
</context>
|
86
|
+
|
87
|
+
<context id="preprocessor" style-ref="preprocessor" end-at-line-end="true">
|
88
|
+
<start extended="true">
|
89
|
+
\%{preproc-start}
|
90
|
+
(define|undef|error|pragma|ident|if(n?def)?|else|elif|endif|line|warning)
|
91
|
+
\b
|
92
|
+
</start>
|
93
|
+
</context>
|
94
|
+
|
95
|
+
<context id="openmp-directives" style-ref="openmp-directives" end-at-line-end="true">
|
96
|
+
<start extended="true">
|
97
|
+
((^[Cc])|^\s*!)\$
|
98
|
+
</start>
|
99
|
+
</context>
|
100
|
+
|
101
|
+
<!--
|
102
|
+
<context id="string" style-ref="string" end-at-line-end="true" class="string" class-disabled="no-spell-check">
|
103
|
+
<match>(L?'[^']*')|(L?"[^"]*")</match>
|
104
|
+
</context>
|
105
|
+
-->
|
106
|
+
<context id="string" style-ref="string" end-at-line-end="true" class="string" class-disabled="no-spell-check">
|
107
|
+
<start>L?"</start>
|
108
|
+
<end>"</end>
|
109
|
+
<include>
|
110
|
+
<context id="escaped-character" style-ref="escaped-character">
|
111
|
+
<match>\%{escaped-character}</match>
|
112
|
+
</context>
|
113
|
+
<context ref="def:line-continue"/>
|
114
|
+
</include>
|
115
|
+
</context>
|
116
|
+
|
117
|
+
<!-- Note: contains an hack to avoid considering ^COMMON or ^CHARACTER a comment -->
|
118
|
+
<context id="line-comment" style-ref="comment" end-at-line-end="true" class="comment" class-disabled="no-spell-check">
|
119
|
+
<start>(![^$])|(^[Cc](\s|[^$OoAaYyHh]))|(^[Cc]$)</start>
|
120
|
+
<include>
|
121
|
+
<context ref="def:escape"/>
|
122
|
+
<context ref="def:in-line-comment"/>
|
123
|
+
</include>
|
124
|
+
</context>
|
125
|
+
|
126
|
+
<context id="operators" style-ref="keyword">
|
127
|
+
<prefix>\.</prefix>
|
128
|
+
<suffix>\.</suffix>
|
129
|
+
<keyword>true</keyword>
|
130
|
+
<keyword>false</keyword>
|
131
|
+
<keyword>not</keyword>
|
132
|
+
<keyword>and</keyword>
|
133
|
+
<keyword>or</keyword>
|
134
|
+
<keyword>xor</keyword>
|
135
|
+
<keyword>eqv</keyword>
|
136
|
+
<keyword>neqv</keyword>
|
137
|
+
<keyword>eq</keyword>
|
138
|
+
<keyword>ne</keyword>
|
139
|
+
<keyword>gt</keyword>
|
140
|
+
<keyword>ge</keyword>
|
141
|
+
<keyword>lt</keyword>
|
142
|
+
<keyword>le</keyword>
|
143
|
+
</context>
|
144
|
+
|
145
|
+
<context id="keywords" style-ref="keyword">
|
146
|
+
<keyword>abstract</keyword>
|
147
|
+
<keyword>allocate</keyword>
|
148
|
+
<keyword>assign</keyword>
|
149
|
+
<keyword>assignment</keyword>
|
150
|
+
<keyword>associate</keyword>
|
151
|
+
<keyword>bind</keyword>
|
152
|
+
<keyword>block</keyword>
|
153
|
+
<keyword>call</keyword>
|
154
|
+
<keyword>case</keyword>
|
155
|
+
<keyword>class</keyword>
|
156
|
+
<keyword>common</keyword>
|
157
|
+
<keyword>contains</keyword>
|
158
|
+
<keyword>continue</keyword>
|
159
|
+
<keyword>critical</keyword>
|
160
|
+
<keyword>cycle</keyword>
|
161
|
+
<keyword>data</keyword>
|
162
|
+
<keyword>deallocate</keyword>
|
163
|
+
<keyword>default</keyword>
|
164
|
+
<keyword>do concurrent</keyword>
|
165
|
+
<keyword>do</keyword>
|
166
|
+
<keyword>elemental</keyword>
|
167
|
+
<keyword>elseif</keyword>
|
168
|
+
<keyword>else</keyword>
|
169
|
+
<keyword>elsewhere</keyword>
|
170
|
+
<keyword>endassociate</keyword>
|
171
|
+
<keyword>endblock</keyword>
|
172
|
+
<keyword>endcritical</keyword>
|
173
|
+
<keyword>enddo</keyword>
|
174
|
+
<keyword>endenum</keyword>
|
175
|
+
<keyword>endfunction</keyword>
|
176
|
+
<keyword>endif</keyword>
|
177
|
+
<keyword>endinterface</keyword>
|
178
|
+
<keyword>endmodule</keyword>
|
179
|
+
<keyword>endprocedure</keyword>
|
180
|
+
<keyword>endprogram</keyword>
|
181
|
+
<keyword>endselect</keyword>
|
182
|
+
<keyword>endsubmodule</keyword>
|
183
|
+
<keyword>endsubroutine</keyword>
|
184
|
+
<keyword>end</keyword>
|
185
|
+
<keyword>enum</keyword>
|
186
|
+
<keyword>entry</keyword>
|
187
|
+
<keyword>equivalence</keyword>
|
188
|
+
<keyword>error stop</keyword>
|
189
|
+
<keyword>exit</keyword>
|
190
|
+
<keyword>extends</keyword>
|
191
|
+
<keyword>external</keyword>
|
192
|
+
<keyword>final</keyword>
|
193
|
+
<keyword>forall</keyword>
|
194
|
+
<keyword>function</keyword>
|
195
|
+
<keyword>generic</keyword>
|
196
|
+
<keyword>go to</keyword>
|
197
|
+
<keyword>goto</keyword>
|
198
|
+
<keyword>if</keyword>
|
199
|
+
<keyword>implicit none</keyword>
|
200
|
+
<keyword>implicit</keyword>
|
201
|
+
<keyword>import</keyword>
|
202
|
+
<keyword>impure</keyword>
|
203
|
+
<keyword>in</keyword>
|
204
|
+
<keyword>[^#]include</keyword>
|
205
|
+
<keyword>inout</keyword>
|
206
|
+
<keyword>interface</keyword>
|
207
|
+
<keyword>intrinsic</keyword>
|
208
|
+
<keyword>kind</keyword>
|
209
|
+
<keyword>len</keyword>
|
210
|
+
<keyword>lock</keyword>
|
211
|
+
<keyword>module</keyword>
|
212
|
+
<keyword>namelist</keyword>
|
213
|
+
<keyword>nullify</keyword>
|
214
|
+
<keyword>only</keyword>
|
215
|
+
<keyword>operator</keyword>
|
216
|
+
<keyword>out</keyword>
|
217
|
+
<keyword>pause</keyword>
|
218
|
+
<keyword>private</keyword>
|
219
|
+
<keyword>program</keyword>
|
220
|
+
<keyword>public</keyword>
|
221
|
+
<keyword>pure</keyword>
|
222
|
+
<keyword>recursive</keyword>
|
223
|
+
<keyword>result</keyword>
|
224
|
+
<keyword>return</keyword>
|
225
|
+
<keyword>save</keyword>
|
226
|
+
<keyword>select</keyword>
|
227
|
+
<keyword>stop</keyword>
|
228
|
+
<keyword>submodule</keyword>
|
229
|
+
<keyword>subroutine</keyword>
|
230
|
+
<keyword>sync all</keyword>
|
231
|
+
<keyword>sync images</keyword>
|
232
|
+
<keyword>sync memory</keyword>
|
233
|
+
<keyword>then</keyword>
|
234
|
+
<keyword>type</keyword>
|
235
|
+
<keyword>unlock</keyword>
|
236
|
+
<keyword>use</keyword>
|
237
|
+
<keyword>where</keyword>
|
238
|
+
<keyword>while</keyword>
|
239
|
+
</context>
|
240
|
+
|
241
|
+
<context id="read-write" style-ref="keyword">
|
242
|
+
<keyword>backspace</keyword>
|
243
|
+
<keyword>close</keyword>
|
244
|
+
<keyword>endfile</keyword>
|
245
|
+
<keyword>format</keyword>
|
246
|
+
<keyword>inquire</keyword>
|
247
|
+
<keyword>open</keyword>
|
248
|
+
<keyword>print</keyword>
|
249
|
+
<keyword>read</keyword>
|
250
|
+
<keyword>rewind</keyword>
|
251
|
+
<keyword>wait</keyword>
|
252
|
+
<keyword>write</keyword>
|
253
|
+
</context>
|
254
|
+
|
255
|
+
<context id="input-output" style-ref="keyword">
|
256
|
+
<keyword>access</keyword>
|
257
|
+
<keyword>action</keyword>
|
258
|
+
<keyword>advance</keyword>
|
259
|
+
<keyword>blank</keyword>
|
260
|
+
<keyword>delim</keyword>
|
261
|
+
<keyword>direct</keyword>
|
262
|
+
<keyword>end</keyword>
|
263
|
+
<keyword>eor</keyword>
|
264
|
+
<keyword>err</keyword>
|
265
|
+
<keyword>exist</keyword>
|
266
|
+
<keyword>file</keyword>
|
267
|
+
<keyword>fmt</keyword>
|
268
|
+
<keyword>form</keyword>
|
269
|
+
<keyword>formatted</keyword>
|
270
|
+
<keyword>iolength</keyword>
|
271
|
+
<keyword>iostat</keyword>
|
272
|
+
<keyword>name</keyword>
|
273
|
+
<keyword>named</keyword>
|
274
|
+
<keyword>newunit</keyword>
|
275
|
+
<keyword>nextrec</keyword>
|
276
|
+
<keyword>nml</keyword>
|
277
|
+
<keyword>number</keyword>
|
278
|
+
<keyword>opened</keyword>
|
279
|
+
<keyword>pad</keyword>
|
280
|
+
<keyword>position</keyword>
|
281
|
+
<keyword>readwrite</keyword>
|
282
|
+
<keyword>rec</keyword>
|
283
|
+
<keyword>recl</keyword>
|
284
|
+
<keyword>sequential</keyword>
|
285
|
+
<keyword>status</keyword>
|
286
|
+
<keyword>unformatted</keyword>
|
287
|
+
<keyword>unit</keyword>
|
288
|
+
<keyword>write</keyword>
|
289
|
+
</context>
|
290
|
+
|
291
|
+
<context id="intrinsics" style-ref="intrinsic">
|
292
|
+
<keyword>abs</keyword>
|
293
|
+
<keyword>achar</keyword>
|
294
|
+
<keyword>acosh</keyword>
|
295
|
+
<keyword>acos</keyword>
|
296
|
+
<keyword>adjustl</keyword>
|
297
|
+
<keyword>adjustr</keyword>
|
298
|
+
<keyword>aimag</keyword>
|
299
|
+
<keyword>aint</keyword>
|
300
|
+
<keyword>algama</keyword>
|
301
|
+
<keyword>allocated</keyword>
|
302
|
+
<keyword>all</keyword>
|
303
|
+
<keyword>alog10</keyword>
|
304
|
+
<keyword>alog</keyword>
|
305
|
+
<keyword>amax0</keyword>
|
306
|
+
<keyword>amax1</keyword>
|
307
|
+
<keyword>amin0</keyword>
|
308
|
+
<keyword>amin1</keyword>
|
309
|
+
<keyword>amod</keyword>
|
310
|
+
<keyword>anint</keyword>
|
311
|
+
<keyword>any</keyword>
|
312
|
+
<keyword>asinh</keyword>
|
313
|
+
<keyword>asin</keyword>
|
314
|
+
<keyword>associated</keyword>
|
315
|
+
<keyword>atan2</keyword>
|
316
|
+
<keyword>atanh</keyword>
|
317
|
+
<keyword>atan</keyword>
|
318
|
+
<keyword>atomic_define</keyword>
|
319
|
+
<keyword>atomic_ref</keyword>
|
320
|
+
<keyword>bessel_j0</keyword>
|
321
|
+
<keyword>bessel_j1</keyword>
|
322
|
+
<keyword>bessel_jn</keyword>
|
323
|
+
<keyword>bessel_y0</keyword>
|
324
|
+
<keyword>bessel_y1</keyword>
|
325
|
+
<keyword>bessel_yn</keyword>
|
326
|
+
<keyword>bge</keyword>
|
327
|
+
<keyword>bgt</keyword>
|
328
|
+
<keyword>ble</keyword>
|
329
|
+
<keyword>blt</keyword>
|
330
|
+
<keyword>bit_size</keyword>
|
331
|
+
<keyword>btest</keyword>
|
332
|
+
<keyword>c_associated</keyword>
|
333
|
+
<keyword>c_loc</keyword>
|
334
|
+
<keyword>c_funloc</keyword>
|
335
|
+
<keyword>c_f_pointer</keyword>
|
336
|
+
<keyword>c_f_procpointer</keyword>
|
337
|
+
<keyword>cabs</keyword>
|
338
|
+
<keyword>ccos</keyword>
|
339
|
+
<keyword>cdabs</keyword>
|
340
|
+
<keyword>cdcos</keyword>
|
341
|
+
<keyword>cdexp</keyword>
|
342
|
+
<keyword>cdlog</keyword>
|
343
|
+
<keyword>cdsin</keyword>
|
344
|
+
<keyword>cdsqrt</keyword>
|
345
|
+
<keyword>ceiling</keyword>
|
346
|
+
<keyword>cexp</keyword>
|
347
|
+
<keyword>char</keyword>
|
348
|
+
<keyword>clog</keyword>
|
349
|
+
<keyword>cmplx</keyword>
|
350
|
+
<keyword>command_argument_count</keyword>
|
351
|
+
<keyword>compiler_options</keyword>
|
352
|
+
<keyword>compiler_version</keyword>
|
353
|
+
<keyword>conjg</keyword>
|
354
|
+
<keyword>cosh</keyword>
|
355
|
+
<keyword>cos</keyword>
|
356
|
+
<keyword>count</keyword>
|
357
|
+
<keyword>cpu_time</keyword>
|
358
|
+
<keyword>cqabs</keyword>
|
359
|
+
<keyword>cqcos</keyword>
|
360
|
+
<keyword>cqexp</keyword>
|
361
|
+
<keyword>cqlog</keyword>
|
362
|
+
<keyword>cqsin</keyword>
|
363
|
+
<keyword>cqsqrt</keyword>
|
364
|
+
<keyword>cshift</keyword>
|
365
|
+
<keyword>csin</keyword>
|
366
|
+
<keyword>csqrt</keyword>
|
367
|
+
<keyword>dabs</keyword>
|
368
|
+
<keyword>dacos</keyword>
|
369
|
+
<keyword>dasin</keyword>
|
370
|
+
<keyword>datan2</keyword>
|
371
|
+
<keyword>datan</keyword>
|
372
|
+
<keyword>date_and_time</keyword>
|
373
|
+
<keyword>dble</keyword>
|
374
|
+
<keyword>dcmplx</keyword>
|
375
|
+
<keyword>dconjg</keyword>
|
376
|
+
<keyword>dcosh</keyword>
|
377
|
+
<keyword>dcos</keyword>
|
378
|
+
<keyword>ddim</keyword>
|
379
|
+
<keyword>derf</keyword>
|
380
|
+
<keyword>derfc</keyword>
|
381
|
+
<keyword>dexp</keyword>
|
382
|
+
<keyword>dfloat</keyword>
|
383
|
+
<keyword>dgamma</keyword>
|
384
|
+
<keyword>digits</keyword>
|
385
|
+
<keyword>dim</keyword>
|
386
|
+
<keyword>dimag</keyword>
|
387
|
+
<keyword>dint</keyword>
|
388
|
+
<keyword>dlgama</keyword>
|
389
|
+
<keyword>dlog10</keyword>
|
390
|
+
<keyword>dlog</keyword>
|
391
|
+
<keyword>dmax1</keyword>
|
392
|
+
<keyword>dmin1</keyword>
|
393
|
+
<keyword>dmod</keyword>
|
394
|
+
<keyword>dnint</keyword>
|
395
|
+
<keyword>dot_product</keyword>
|
396
|
+
<keyword>dprod</keyword>
|
397
|
+
<keyword>dshiftl</keyword>
|
398
|
+
<keyword>dshiftr</keyword>
|
399
|
+
<keyword>dsign</keyword>
|
400
|
+
<keyword>dsinh</keyword>
|
401
|
+
<keyword>dsin</keyword>
|
402
|
+
<keyword>dsqrt</keyword>
|
403
|
+
<keyword>dtanh</keyword>
|
404
|
+
<keyword>dtan</keyword>
|
405
|
+
<keyword>eoshift</keyword>
|
406
|
+
<keyword>epsilon</keyword>
|
407
|
+
<keyword>erfc_scaled</keyword>
|
408
|
+
<keyword>erfc</keyword>
|
409
|
+
<keyword>erf</keyword>
|
410
|
+
<keyword>execute_command_line</keyword>
|
411
|
+
<keyword>exp</keyword>
|
412
|
+
<keyword>exponent</keyword>
|
413
|
+
<keyword>findloc</keyword>
|
414
|
+
<keyword>float</keyword>
|
415
|
+
<keyword>floor</keyword>
|
416
|
+
<keyword>flush</keyword>
|
417
|
+
<keyword>fraction</keyword>
|
418
|
+
<keyword>gamma</keyword>
|
419
|
+
<keyword>getarg</keyword>
|
420
|
+
<keyword>get_command</keyword>
|
421
|
+
<keyword>get_command_argument</keyword>
|
422
|
+
<keyword>get_environment_variable</keyword>
|
423
|
+
<keyword>huge</keyword>
|
424
|
+
<keyword>hypot</keyword>
|
425
|
+
<keyword>iabs</keyword>
|
426
|
+
<keyword>iachar</keyword>
|
427
|
+
<keyword>iall</keyword>
|
428
|
+
<keyword>iand</keyword>
|
429
|
+
<keyword>iany</keyword>
|
430
|
+
<keyword>iargc</keyword>
|
431
|
+
<keyword>ibclr</keyword>
|
432
|
+
<keyword>ibits</keyword>
|
433
|
+
<keyword>ibset</keyword>
|
434
|
+
<keyword>ichar</keyword>
|
435
|
+
<keyword>idim</keyword>
|
436
|
+
<keyword>idint</keyword>
|
437
|
+
<keyword>idnint</keyword>
|
438
|
+
<keyword>ieee_class</keyword>
|
439
|
+
<keyword>ieee_copy_sign</keyword>
|
440
|
+
<keyword>ieee_get_flag</keyword>
|
441
|
+
<keyword>ieee_get_halting_mode</keyword>
|
442
|
+
<keyword>ieee_get_rounding_mode</keyword>
|
443
|
+
<keyword>ieee_get_status</keyword>
|
444
|
+
<keyword>ieee_is_finite</keyword>
|
445
|
+
<keyword>ieee_is_nan</keyword>
|
446
|
+
<keyword>ieee_is_negative</keyword>
|
447
|
+
<keyword>ieee_is_normal</keyword>
|
448
|
+
<keyword>ieee_logb</keyword>
|
449
|
+
<keyword>ieee_next_after</keyword>
|
450
|
+
<keyword>ieee_rem</keyword>
|
451
|
+
<keyword>ieee_rint</keyword>
|
452
|
+
<keyword>ieee_scalb</keyword>
|
453
|
+
<keyword>ieee_selected_real_kind</keyword>
|
454
|
+
<keyword>ieee_set_flag</keyword>
|
455
|
+
<keyword>ieee_set_halting_mode</keyword>
|
456
|
+
<keyword>ieee_set_rounding_mode</keyword>
|
457
|
+
<keyword>ieee_set_status</keyword>
|
458
|
+
<keyword>ieee_support_datatype</keyword>
|
459
|
+
<keyword>ieee_support_denormal</keyword>
|
460
|
+
<keyword>ieee_support_divide</keyword>
|
461
|
+
<keyword>ieee_support_flag</keyword>
|
462
|
+
<keyword>ieee_support_halting</keyword>
|
463
|
+
<keyword>ieee_support_inf</keyword>
|
464
|
+
<keyword>ieee_support_nan</keyword>
|
465
|
+
<keyword>ieee_support_rounding</keyword>
|
466
|
+
<keyword>ieee_support_sqrt</keyword>
|
467
|
+
<keyword>ieee_support_standard</keyword>
|
468
|
+
<keyword>ieee_unordered</keyword>
|
469
|
+
<keyword>ieee_value</keyword>
|
470
|
+
<keyword>ieor</keyword>
|
471
|
+
<keyword>ifix</keyword>
|
472
|
+
<keyword>image_index</keyword>
|
473
|
+
<keyword>index</keyword>
|
474
|
+
<keyword>int</keyword>
|
475
|
+
<keyword>ior</keyword>
|
476
|
+
<keyword>iparity</keyword>
|
477
|
+
<keyword>iqint</keyword>
|
478
|
+
<keyword>is_contiguous</keyword>
|
479
|
+
<keyword>is_iostat_end</keyword>
|
480
|
+
<keyword>is_iostat_eor</keyword>
|
481
|
+
<keyword>ishftc</keyword>
|
482
|
+
<keyword>ishft</keyword>
|
483
|
+
<keyword>isign</keyword>
|
484
|
+
<keyword>kind</keyword>
|
485
|
+
<keyword>lbound</keyword>
|
486
|
+
<keyword>lcobound</keyword>
|
487
|
+
<keyword>leadz</keyword>
|
488
|
+
<keyword>len_trim</keyword>
|
489
|
+
<keyword>len</keyword>
|
490
|
+
<keyword>lge</keyword>
|
491
|
+
<keyword>lgt</keyword>
|
492
|
+
<keyword>lle</keyword>
|
493
|
+
<keyword>llt</keyword>
|
494
|
+
<keyword>loc</keyword>
|
495
|
+
<keyword>log_gamma</keyword>
|
496
|
+
<keyword>log10</keyword>
|
497
|
+
<keyword>log</keyword>
|
498
|
+
<keyword>logical</keyword>
|
499
|
+
<keyword>maskl</keyword>
|
500
|
+
<keyword>maskr</keyword>
|
501
|
+
<keyword>matmul</keyword>
|
502
|
+
<keyword>max0</keyword>
|
503
|
+
<keyword>max1</keyword>
|
504
|
+
<keyword>maxexponent</keyword>
|
505
|
+
<keyword>maxloc</keyword>
|
506
|
+
<keyword>maxval</keyword>
|
507
|
+
<keyword>max</keyword>
|
508
|
+
<keyword>merge_bits</keyword>
|
509
|
+
<keyword>merge</keyword>
|
510
|
+
<keyword>min0</keyword>
|
511
|
+
<keyword>min1</keyword>
|
512
|
+
<keyword>minexponent</keyword>
|
513
|
+
<keyword>minloc</keyword>
|
514
|
+
<keyword>minval</keyword>
|
515
|
+
<keyword>min</keyword>
|
516
|
+
<keyword>mod</keyword>
|
517
|
+
<keyword>modulo</keyword>
|
518
|
+
<keyword>move_alloc</keyword>
|
519
|
+
<keyword>mvbits</keyword>
|
520
|
+
<keyword>nearest</keyword>
|
521
|
+
<keyword>new_line</keyword>
|
522
|
+
<keyword>nint</keyword>
|
523
|
+
<keyword>norm2</keyword>
|
524
|
+
<keyword>not</keyword>
|
525
|
+
<keyword>null</keyword>
|
526
|
+
<keyword>num_images</keyword>
|
527
|
+
<keyword>or</keyword>
|
528
|
+
<keyword>pack</keyword>
|
529
|
+
<keyword>parity</keyword>
|
530
|
+
<keyword>popcnt</keyword>
|
531
|
+
<keyword>poppar</keyword>
|
532
|
+
<keyword>precision</keyword>
|
533
|
+
<keyword>present</keyword>
|
534
|
+
<keyword>product</keyword>
|
535
|
+
<keyword>qabs</keyword>
|
536
|
+
<keyword>qacos</keyword>
|
537
|
+
<keyword>qasin</keyword>
|
538
|
+
<keyword>qatan2</keyword>
|
539
|
+
<keyword>qatan</keyword>
|
540
|
+
<keyword>qcmplx</keyword>
|
541
|
+
<keyword>qconjg</keyword>
|
542
|
+
<keyword>qcosh</keyword>
|
543
|
+
<keyword>qcos</keyword>
|
544
|
+
<keyword>qdim</keyword>
|
545
|
+
<keyword>qerf</keyword>
|
546
|
+
<keyword>qerfc</keyword>
|
547
|
+
<keyword>qexp</keyword>
|
548
|
+
<keyword>qgamma</keyword>
|
549
|
+
<keyword>qimag</keyword>
|
550
|
+
<keyword>qlgama</keyword>
|
551
|
+
<keyword>qlog10</keyword>
|
552
|
+
<keyword>qlog</keyword>
|
553
|
+
<keyword>qmax1</keyword>
|
554
|
+
<keyword>qmin1</keyword>
|
555
|
+
<keyword>qmod</keyword>
|
556
|
+
<keyword>qnint</keyword>
|
557
|
+
<keyword>qsign</keyword>
|
558
|
+
<keyword>qsinh</keyword>
|
559
|
+
<keyword>qsin</keyword>
|
560
|
+
<keyword>qsqrt</keyword>
|
561
|
+
<keyword>qtanh</keyword>
|
562
|
+
<keyword>qtan</keyword>
|
563
|
+
<keyword>radix</keyword>
|
564
|
+
<keyword>random_number</keyword>
|
565
|
+
<keyword>random_seed</keyword>
|
566
|
+
<keyword>range</keyword>
|
567
|
+
<keyword>real</keyword>
|
568
|
+
<keyword>repeat</keyword>
|
569
|
+
<keyword>reshape</keyword>
|
570
|
+
<keyword>rrspacing</keyword>
|
571
|
+
<keyword>scale</keyword>
|
572
|
+
<keyword>scan</keyword>
|
573
|
+
<keyword>selected_char_kind</keyword>
|
574
|
+
<keyword>selected_int_kind</keyword>
|
575
|
+
<keyword>selected_real_kind</keyword>
|
576
|
+
<keyword>set_exponent</keyword>
|
577
|
+
<keyword>shape</keyword>
|
578
|
+
<keyword>shifta</keyword>
|
579
|
+
<keyword>shiftl</keyword>
|
580
|
+
<keyword>shiftr</keyword>
|
581
|
+
<keyword>sign</keyword>
|
582
|
+
<keyword>sinh</keyword>
|
583
|
+
<keyword>sin</keyword>
|
584
|
+
<keyword>size</keyword>
|
585
|
+
<keyword>sngl</keyword>
|
586
|
+
<keyword>spacing</keyword>
|
587
|
+
<keyword>spread</keyword>
|
588
|
+
<keyword>sqrt</keyword>
|
589
|
+
<keyword>storage_size</keyword>
|
590
|
+
<keyword>sum</keyword>
|
591
|
+
<keyword>system_clock</keyword>
|
592
|
+
<keyword>tanh</keyword>
|
593
|
+
<keyword>tan</keyword>
|
594
|
+
<keyword>this_image</keyword>
|
595
|
+
<keyword>tiny</keyword>
|
596
|
+
<keyword>trailz</keyword>
|
597
|
+
<keyword>transfer</keyword>
|
598
|
+
<keyword>transpose</keyword>
|
599
|
+
<keyword>trim</keyword>
|
600
|
+
<keyword>ubound</keyword>
|
601
|
+
<keyword>ucobound</keyword>
|
602
|
+
<keyword>unpack</keyword>
|
603
|
+
<keyword>verify</keyword>
|
604
|
+
<keyword>zabs</keyword>
|
605
|
+
<keyword>zcos</keyword>
|
606
|
+
<keyword>zexp</keyword>
|
607
|
+
<keyword>zlog</keyword>
|
608
|
+
<keyword>zsin</keyword>
|
609
|
+
<keyword>zsqrt</keyword>
|
610
|
+
</context>
|
611
|
+
|
612
|
+
<context id="types" style-ref="type">
|
613
|
+
<keyword>byte</keyword>
|
614
|
+
<keyword>character</keyword>
|
615
|
+
<keyword>complex</keyword>
|
616
|
+
<keyword>double complex</keyword>
|
617
|
+
<keyword>double precision</keyword>
|
618
|
+
<keyword>enumerator</keyword>
|
619
|
+
<keyword>integer</keyword>
|
620
|
+
<keyword>logical</keyword>
|
621
|
+
<keyword>procedure</keyword>
|
622
|
+
<keyword>real</keyword>
|
623
|
+
</context>
|
624
|
+
|
625
|
+
<context id="type-attributes" style-ref="type">
|
626
|
+
<keyword>allocatable</keyword>
|
627
|
+
<keyword>asynchronous</keyword>
|
628
|
+
<keyword>codimension</keyword>
|
629
|
+
<keyword>contiguous</keyword>
|
630
|
+
<keyword>deferred</keyword>
|
631
|
+
<keyword>dimension</keyword>
|
632
|
+
<keyword>external</keyword>
|
633
|
+
<keyword>intent</keyword>
|
634
|
+
<keyword>intrinsic</keyword>
|
635
|
+
<keyword>non_overridable</keyword>
|
636
|
+
<keyword>nopass</keyword>
|
637
|
+
<keyword>optional</keyword>
|
638
|
+
<keyword>parameter</keyword>
|
639
|
+
<keyword>pass</keyword>
|
640
|
+
<keyword>pointer</keyword>
|
641
|
+
<keyword>private</keyword>
|
642
|
+
<keyword>protected</keyword>
|
643
|
+
<keyword>public</keyword>
|
644
|
+
<keyword>save</keyword>
|
645
|
+
<keyword>synchronous</keyword>
|
646
|
+
<keyword>target</keyword>
|
647
|
+
<keyword>value</keyword>
|
648
|
+
<keyword>volatile</keyword>
|
649
|
+
</context>
|
650
|
+
|
651
|
+
<context id="attributes">
|
652
|
+
<start>,\s*\%[</start>
|
653
|
+
<end>\%[</end>
|
654
|
+
<include>
|
655
|
+
<context ref="type-attributes"/>
|
656
|
+
</include>
|
657
|
+
</context>
|
658
|
+
|
659
|
+
<context id="floating-point-number" style-ref="floating-point">
|
660
|
+
<match extended="true">
|
661
|
+
(?<![\w\.])
|
662
|
+
[+-]?
|
663
|
+
((\.[0-9]+ | [0-9]+\.[0-9]*) ([ed][+-]?[0-9]*)? |
|
664
|
+
([0-9]+[ed][+-]?[0-9]*))
|
665
|
+
([_]([0-9]+|[a-z][\w_]*))?
|
666
|
+
(?![\w\.])
|
667
|
+
</match>
|
668
|
+
</context>
|
669
|
+
|
670
|
+
<context id="decimal" style-ref="decimal">
|
671
|
+
<match extended="true">
|
672
|
+
(?<![\w\.])
|
673
|
+
[+-]? ([1-9][0-9]*|0)
|
674
|
+
([_]([0-9]+|[a-z][\w_]*))?
|
675
|
+
(?![\w\.])
|
676
|
+
</match>
|
677
|
+
</context>
|
678
|
+
|
679
|
+
<context id="boz-literal" style-ref="boz-literal">
|
680
|
+
<match extended="true">
|
681
|
+
\bb'[01]+'|\bb"[01]+"|
|
682
|
+
\bo'[0-7]+'|\bo"[0-7]+"|
|
683
|
+
\bz'[0-9a-f]+'|\bz"[0-9a-f]+"
|
684
|
+
</match>
|
685
|
+
</context>
|
686
|
+
|
687
|
+
<context id="fortran" class="no-spell-check">
|
688
|
+
<include>
|
689
|
+
<context ref="floating-point-number"/>
|
690
|
+
<context ref="decimal"/>
|
691
|
+
<context ref="boz-literal"/>
|
692
|
+
<context ref="def:string"/>
|
693
|
+
<context ref="def:single-quoted-string"/>
|
694
|
+
<context ref="line-comment"/>
|
695
|
+
<context ref="types"/>
|
696
|
+
<context ref="attributes"/>
|
697
|
+
<context ref="operators"/>
|
698
|
+
<context ref="keywords"/>
|
699
|
+
<context ref="read-write"/>
|
700
|
+
<context ref="input-output"/>
|
701
|
+
<context ref="intrinsics"/>
|
702
|
+
<context ref="if0-comment"/>
|
703
|
+
<context ref="include"/>
|
704
|
+
<context ref="preprocessor"/>
|
705
|
+
<context ref="openmp-directives"/>
|
706
|
+
</include>
|
707
|
+
</context>
|
708
|
+
|
709
|
+
</definitions>
|
710
|
+
</language>
|