gtksourceview2 0.90.6-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +57 -0
- data/README +29 -0
- data/Rakefile +14 -0
- data/ext/gtksourceview2/depend +5 -0
- data/ext/gtksourceview2/extconf.rb +73 -0
- data/ext/gtksourceview2/gtksourceview2.def +2 -0
- data/ext/gtksourceview2/rbgtksourcebuffer.c +401 -0
- data/ext/gtksourceview2/rbgtksourceiter.c +110 -0
- data/ext/gtksourceview2/rbgtksourcelanguage.c +126 -0
- data/ext/gtksourceview2/rbgtksourcelanguagemanager.c +188 -0
- data/ext/gtksourceview2/rbgtksourcemain.c +38 -0
- data/ext/gtksourceview2/rbgtksourcemain.h +32 -0
- data/ext/gtksourceview2/rbgtksourcemark.c +90 -0
- data/ext/gtksourceview2/rbgtksourceprintcompositor.c +249 -0
- data/ext/gtksourceview2/rbgtksourcestyle.c +48 -0
- data/ext/gtksourceview2/rbgtksourcestylescheme.c +71 -0
- data/ext/gtksourceview2/rbgtksourcestyleschememanager.c +211 -0
- data/ext/gtksourceview2/rbgtksourceview.c +239 -0
- data/extconf.rb +49 -0
- data/lib/1.8/gtksourceview2.so +0 -0
- data/lib/1.9/gtksourceview2.so +0 -0
- data/lib/gtksourceview2.rb +2 -0
- data/sample/sourcelanguagemanager.rb +21 -0
- data/sample/test.rb +32 -0
- data/test/run-test.rb +33 -0
- data/test/test_source_view.rb +17 -0
- data/vendor/local/bin/libgtksourceview-2.0-0.dll +0 -0
- data/vendor/local/bin/libxml2-2.dll +0 -0
- data/vendor/local/bin/xmlcatalog.exe +0 -0
- data/vendor/local/bin/xmllint.exe +0 -0
- data/vendor/local/include/gtksourceview-2.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +67 -0
- data/vendor/local/include/gtksourceview-2.0/gtksourceview/gtksourcebuffer.h +181 -0
- data/vendor/local/include/gtksourceview-2.0/gtksourceview/gtksourcecompletion.h +131 -0
- data/vendor/local/include/gtksourceview-2.0/gtksourceview/gtksourcecompletioncontext.h +98 -0
- data/vendor/local/include/gtksourceview-2.0/gtksourceview/gtksourcecompletioninfo.h +82 -0
- data/vendor/local/include/gtksourceview-2.0/gtksourceview/gtksourcecompletionitem.h +71 -0
- data/vendor/local/include/gtksourceview-2.0/gtksourceview/gtksourcecompletionproposal.h +76 -0
- data/vendor/local/include/gtksourceview-2.0/gtksourceview/gtksourcecompletionprovider.h +119 -0
- data/vendor/local/include/gtksourceview-2.0/gtksourceview/gtksourcegutter.h +106 -0
- data/vendor/local/include/gtksourceview-2.0/gtksourceview/gtksourceiter.h +53 -0
- data/vendor/local/include/gtksourceview-2.0/gtksourceview/gtksourcelanguage.h +83 -0
- data/vendor/local/include/gtksourceview-2.0/gtksourceview/gtksourcelanguagemanager.h +86 -0
- data/vendor/local/include/gtksourceview-2.0/gtksourceview/gtksourcemark.h +71 -0
- data/vendor/local/include/gtksourceview-2.0/gtksourceview/gtksourceprintcompositor.h +177 -0
- data/vendor/local/include/gtksourceview-2.0/gtksourceview/gtksourcestyle.h +41 -0
- data/vendor/local/include/gtksourceview-2.0/gtksourceview/gtksourcestylescheme.h +91 -0
- data/vendor/local/include/gtksourceview-2.0/gtksourceview/gtksourcestyleschememanager.h +90 -0
- data/vendor/local/include/gtksourceview-2.0/gtksourceview/gtksourceundomanager.h +77 -0
- data/vendor/local/include/gtksourceview-2.0/gtksourceview/gtksourceview-typebuiltins.h +44 -0
- data/vendor/local/include/gtksourceview-2.0/gtksourceview/gtksourceview.h +272 -0
- data/vendor/local/include/libxml2/libxml/DOCBparser.h +96 -0
- data/vendor/local/include/libxml2/libxml/HTMLparser.h +304 -0
- data/vendor/local/include/libxml2/libxml/HTMLtree.h +147 -0
- data/vendor/local/include/libxml2/libxml/SAX.h +173 -0
- data/vendor/local/include/libxml2/libxml/SAX2.h +176 -0
- data/vendor/local/include/libxml2/libxml/c14n.h +126 -0
- data/vendor/local/include/libxml2/libxml/catalog.h +182 -0
- data/vendor/local/include/libxml2/libxml/chvalid.h +230 -0
- data/vendor/local/include/libxml2/libxml/debugXML.h +217 -0
- data/vendor/local/include/libxml2/libxml/dict.h +69 -0
- data/vendor/local/include/libxml2/libxml/encoding.h +226 -0
- data/vendor/local/include/libxml2/libxml/entities.h +150 -0
- data/vendor/local/include/libxml2/libxml/globals.h +502 -0
- data/vendor/local/include/libxml2/libxml/hash.h +233 -0
- data/vendor/local/include/libxml2/libxml/list.h +137 -0
- data/vendor/local/include/libxml2/libxml/nanoftp.h +143 -0
- data/vendor/local/include/libxml2/libxml/nanohttp.h +81 -0
- data/vendor/local/include/libxml2/libxml/parser.h +1235 -0
- data/vendor/local/include/libxml2/libxml/parserInternals.h +611 -0
- data/vendor/local/include/libxml2/libxml/pattern.h +100 -0
- data/vendor/local/include/libxml2/libxml/relaxng.h +213 -0
- data/vendor/local/include/libxml2/libxml/schemasInternals.h +958 -0
- data/vendor/local/include/libxml2/libxml/schematron.h +142 -0
- data/vendor/local/include/libxml2/libxml/threads.h +84 -0
- data/vendor/local/include/libxml2/libxml/tree.h +1252 -0
- data/vendor/local/include/libxml2/libxml/uri.h +94 -0
- data/vendor/local/include/libxml2/libxml/valid.h +458 -0
- data/vendor/local/include/libxml2/libxml/xinclude.h +129 -0
- data/vendor/local/include/libxml2/libxml/xlink.h +189 -0
- data/vendor/local/include/libxml2/libxml/xmlIO.h +360 -0
- data/vendor/local/include/libxml2/libxml/xmlautomata.h +146 -0
- data/vendor/local/include/libxml2/libxml/xmlerror.h +944 -0
- data/vendor/local/include/libxml2/libxml/xmlexports.h +162 -0
- data/vendor/local/include/libxml2/libxml/xmlmemory.h +224 -0
- data/vendor/local/include/libxml2/libxml/xmlmodule.h +57 -0
- data/vendor/local/include/libxml2/libxml/xmlreader.h +424 -0
- data/vendor/local/include/libxml2/libxml/xmlregexp.h +222 -0
- data/vendor/local/include/libxml2/libxml/xmlsave.h +87 -0
- data/vendor/local/include/libxml2/libxml/xmlschemas.h +218 -0
- data/vendor/local/include/libxml2/libxml/xmlschemastypes.h +151 -0
- data/vendor/local/include/libxml2/libxml/xmlstring.h +140 -0
- data/vendor/local/include/libxml2/libxml/xmlunicode.h +202 -0
- data/vendor/local/include/libxml2/libxml/xmlversion.h +458 -0
- data/vendor/local/include/libxml2/libxml/xmlwriter.h +485 -0
- data/vendor/local/include/libxml2/libxml/xpath.h +546 -0
- data/vendor/local/include/libxml2/libxml/xpathInternals.h +630 -0
- data/vendor/local/include/libxml2/libxml/xpointer.h +114 -0
- data/vendor/local/lib/libgtksourceview-2.0.dll.a +0 -0
- data/vendor/local/lib/libxml2.def +1657 -0
- data/vendor/local/lib/libxml2.dll.a +0 -0
- data/vendor/local/lib/libxml2.lib +0 -0
- data/vendor/local/lib/pkgconfig/gtksourceview-2.0.pc +12 -0
- data/vendor/local/lib/pkgconfig/libxml-2.0.pc +13 -0
- data/vendor/local/manifest/libxml2-dev_2.7.7-1_win32.mft +267 -0
- data/vendor/local/manifest/libxml2_2.7.7-1_win32.mft +2 -0
- data/vendor/local/share/aclocal/libxml.m4 +188 -0
- data/vendor/local/share/doc/libxml2-2.7.7/Copyright +27 -0
- data/vendor/local/share/doc/libxml2-2.7.7/examples/testHTML.c +880 -0
- data/vendor/local/share/doc/libxml2-2.7.7/examples/testSAX.c +1198 -0
- data/vendor/local/share/doc/libxml2-2.7.7/examples/testXPath.c +227 -0
- data/vendor/local/share/doc/libxml2-2.7.7/examples/xmllint.c +3722 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/DOM.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/FAQ.html +282 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/Libxml2-Logo-180x168.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/Libxml2-Logo-90x34.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/encoding.html +206 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/examples.xml +751 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/examples.xsl +174 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/book1.html +13 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/home.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/index.html +13 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/left.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-DOCBparser.html +51 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-HTMLparser.html +182 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-HTMLtree.html +73 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-SAX.html +125 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-SAX2.html +128 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-c14n.html +38 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-catalog.html +142 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-chvalid.html +72 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-debugXML.html +120 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-dict.html +49 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-encoding.html +118 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-entities.html +79 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-globals.html +152 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-hash.html +116 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-lib.html +13 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-list.html +120 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-nanoftp.html +92 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-nanohttp.html +65 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-parser.html +555 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-parserInternals.html +319 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-pattern.html +76 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-relaxng.html +162 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-schemasInternals.html +373 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-schematron.html +81 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-threads.html +72 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-tree.html +958 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-uri.html +73 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-valid.html +289 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-xinclude.html +59 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-xlink.html +82 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-xmlIO.html +206 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-xmlautomata.html +85 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-xmlerror.html +862 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-xmlexports.html +20 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-xmlmemory.html +107 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-xmlmodule.html +38 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-xmlreader.html +327 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-xmlregexp.html +143 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-xmlsave.html +59 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-xmlschemas.html +173 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-xmlschemastypes.html +123 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-xmlstring.html +108 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-xmlunicode.html +512 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-xmlversion.html +60 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-xmlwriter.html +258 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-xpath.html +307 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-xpathInternals.html +394 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/libxml-xpointer.html +83 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/right.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/html/up.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/io1.c +166 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/io1.res +5 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/io2.c +58 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/io2.res +2 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/libxml.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/parse1.c +56 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/parse2.c +72 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/parse3.c +60 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/parse4.c +143 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/reader1.c +107 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/reader1.res +14 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/reader2.c +122 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/reader3.c +120 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/reader3.res +13 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/reader4.c +122 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/reader4.res +3 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/redhat.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/smallfootonly.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/structure.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/test1.xml +1 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/test2.xml +13 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/test3.xml +39 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/testWriter.c +1198 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tree1.c +94 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tree1.res +4 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tree2.c +118 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tree2.res +18 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tst.xml +7 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/apa.html +8 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/apb.html +14 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/apc.html +82 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/apd.html +76 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/ape.html +78 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/apf.html +67 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/apg.html +75 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/aph.html +76 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/api.html +4 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/ar01s02.html +14 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/ar01s03.html +47 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/ar01s04.html +54 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/ar01s05.html +55 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/ar01s06.html +35 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/ar01s07.html +30 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/ar01s08.html +38 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/ar01s09.html +63 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/images/blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/images/callouts/1.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/images/callouts/10.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/images/callouts/2.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/images/callouts/3.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/images/callouts/4.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/images/callouts/5.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/images/callouts/6.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/images/callouts/7.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/images/callouts/8.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/images/callouts/9.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/images/caution.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/images/draft.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/images/home.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/images/important.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/images/next.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/images/note.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/images/prev.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/images/tip.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/images/toc-blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/images/toc-minus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/images/toc-plus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/images/up.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/images/warning.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/includeaddattribute.c +64 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/includeaddkeyword.c +75 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/includeconvert.c +73 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/includegetattribute.c +72 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/includekeyword.c +79 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/includexpath.c +74 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/index.html +14 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/ix01.html +1 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/tutorial/xmltutorial.pdf +1336 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/w3c.png +0 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/writer.xml +2 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/xml.html +5344 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/xpath1.c +250 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/xpath1.res +5 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/xpath2.c +190 -0
- data/vendor/local/share/doc/libxml2-2.7.7/html/xpath2.res +30 -0
- data/vendor/local/share/gtk-doc/html/libxml2/general.html +38 -0
- data/vendor/local/share/gtk-doc/html/libxml2/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/index.html +67 -0
- data/vendor/local/share/gtk-doc/html/libxml2/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-DOCBparser.html +138 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +371 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLtree.html +172 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX.html +243 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-SAX2.html +247 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-c14n.html +91 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-catalog.html +278 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-chvalid.html +241 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-debugXML.html +225 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +119 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html +208 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-entities.html +166 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-globals.html +383 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-hash.html +214 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-list.html +226 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html +177 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanohttp.html +142 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +762 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html +673 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-pattern.html +166 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-relaxng.html +278 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html +860 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-schematron.html +166 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-threads.html +161 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +1542 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-uri.html +154 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-valid.html +528 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xinclude.html +169 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xlink.html +160 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html +337 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlautomata.html +176 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +950 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlexports.html +87 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmemory.html +186 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html +97 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +560 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlregexp.html +280 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html +132 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html +299 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html +237 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlstring.html +217 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlunicode.html +887 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html +277 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html +474 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +529 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +787 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpointer.html +171 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +3529 -0
- data/vendor/local/share/gtk-doc/html/libxml2/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/libxml2/style.css +66 -0
- data/vendor/local/share/gtk-doc/html/libxml2/up.png +0 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/R.lang +128 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/ada.lang +220 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/asp.lang +1096 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/awk.lang +137 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/bibtex.lang +92 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/boo.lang +256 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/c.lang +272 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/cg.lang +231 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/changelog.lang +91 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/chdr.lang +42 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/cmake.lang +407 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/cpp.lang +106 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/csharp.lang +280 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/css.lang +516 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/cuda.lang +288 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/d.lang +295 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/def.lang +268 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/desktop.lang +299 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/diff.lang +84 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/docbook.lang +475 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/dosbatch.lang +166 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/dot.lang +139 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/dpatch.lang +47 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/dtd.lang +139 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/eiffel.lang +238 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/erlang.lang +248 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/fcl.lang +113 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/forth.lang +234 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/fortran.lang +511 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/fsharp.lang +322 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/gap.lang +84 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/glsl.lang +482 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/gtk-doc.lang +90 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/gtkrc.lang +115 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/haddock.lang +161 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/haskell-literate.lang +58 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/haskell.lang +226 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/html.lang +160 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/idl.lang +153 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/ini.lang +94 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/java.lang +208 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/javascript.lang +334 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/language.dtd +72 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/language.rng +372 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/language2.rng +490 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/latex.lang +298 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/libtool.lang +55 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/lua.lang +156 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/m4.lang +803 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/makefile.lang +195 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/mallard.lang +122 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/msil.lang +490 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/nemerle.lang +262 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/nsis.lang +87 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/objc.lang +119 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/ocaml.lang +299 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/ocl.lang +138 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/octave.lang +238 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/ooc.lang +264 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/pascal.lang +264 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/perl.lang +1017 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/php.lang +329 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/pkgconfig.lang +61 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/po.lang +94 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/prolog.lang +248 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/python.lang +390 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/rpmspec.lang +204 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/ruby.lang +588 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/scheme.lang +301 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/sh.lang +499 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/sparql.lang +447 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/sql.lang +617 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/styles.rng +138 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/t2t.lang +149 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/tcl.lang +145 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/texinfo.lang +447 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/vala.lang +227 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/vbnet.lang +244 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/verilog.lang +249 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/vhdl.lang +247 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/xml.lang +219 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/xslt.lang +107 -0
- data/vendor/local/share/gtksourceview-2.0/language-specs/yacc.lang +172 -0
- data/vendor/local/share/gtksourceview-2.0/styles/classic.xml +99 -0
- data/vendor/local/share/gtksourceview-2.0/styles/cobalt.xml +134 -0
- data/vendor/local/share/gtksourceview-2.0/styles/kate.xml +155 -0
- data/vendor/local/share/gtksourceview-2.0/styles/oblivion.xml +112 -0
- data/vendor/local/share/gtksourceview-2.0/styles/styles.rng +138 -0
- data/vendor/local/share/gtksourceview-2.0/styles/tango.xml +116 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/mg/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtksourceview-2.0.mo +0 -0
- data/vendor/local/share/man/man1/xml2-config.1 +31 -0
- data/vendor/local/share/man/man1/xmlcatalog.1 +229 -0
- data/vendor/local/share/man/man1/xmllint.1 +427 -0
- data/vendor/local/share/man/man3/libxml.3 +71 -0
- data/vendor/local/src/tml/packaging/libxml2_2.7.7-1_win32.log +1244 -0
- data/vendor/local/src/tml/packaging/libxml2_2.7.7-1_win32.sh +66 -0
- metadata +567 -0
@@ -0,0 +1,160 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!--
|
3
|
+
|
4
|
+
Authors: Marco Barisione, Emanuele Aina
|
5
|
+
Copyright (C) 2005-2007 Marco Barisione <barisione@gmail.com>
|
6
|
+
Copyright (C) 2005-2007 Emanuele Aina
|
7
|
+
|
8
|
+
This library is free software; you can redistribute it and/or
|
9
|
+
modify it under the terms of the GNU Library General Public
|
10
|
+
License as published by the Free Software Foundation; either
|
11
|
+
version 2 of the License, or (at your option) any later version.
|
12
|
+
|
13
|
+
This library is distributed in the hope that it will be useful,
|
14
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
Library General Public License for more details.
|
17
|
+
|
18
|
+
You should have received a copy of the GNU Library General Public
|
19
|
+
License along with this library; if not, write to the
|
20
|
+
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
21
|
+
Boston, MA 02111-1307, USA.
|
22
|
+
|
23
|
+
-->
|
24
|
+
<language id="html" _name="HTML" version="2.0" _section="Markup">
|
25
|
+
<metadata>
|
26
|
+
<property name="mimetypes">text/html</property>
|
27
|
+
<property name="globs">*.html;*.htm</property>
|
28
|
+
<property name="block-comment-start"><!--</property>
|
29
|
+
<property name="block-comment-end">--></property>
|
30
|
+
</metadata>
|
31
|
+
|
32
|
+
<styles>
|
33
|
+
<style id="comment" _name="Comment" map-to="xml:comment"/>
|
34
|
+
<style id="tag" _name="Tag" map-to="xml:element-name"/>
|
35
|
+
<style id="attrib-name" _name="Attribute Name" map-to="xml:attribute-name"/>
|
36
|
+
<style id="attrib-value" _name="Attribute Value" map-to="xml:attribute-value"/>
|
37
|
+
<style id="dtd" _name="DTD" map-to="xml:doctype"/>
|
38
|
+
<style id="error" _name="Error" map-to="xml:error"/>
|
39
|
+
</styles>
|
40
|
+
|
41
|
+
<default-regex-options case-sensitive="false"/>
|
42
|
+
|
43
|
+
<definitions>
|
44
|
+
<!-- Html comments are more permissive than xml comments -->
|
45
|
+
<context id="comment" style-ref="comment" class="comment">
|
46
|
+
<start><!--</start>
|
47
|
+
<end>--\s*></end>
|
48
|
+
<include>
|
49
|
+
<context ref="def:in-comment"/>
|
50
|
+
</include>
|
51
|
+
</context>
|
52
|
+
|
53
|
+
<context id="dtd" style-ref="dtd" class="no-spell-check">
|
54
|
+
<start><!</start>
|
55
|
+
<end>></end>
|
56
|
+
</context>
|
57
|
+
|
58
|
+
<!-- This is a placeholder context intended to be <replace>d
|
59
|
+
in languages like php that need to embedd contexts inside
|
60
|
+
html tags and attributes.
|
61
|
+
-->
|
62
|
+
<context id="embedded-lang-hook">
|
63
|
+
<start>\%{def:never-match}</start>
|
64
|
+
<end></end>
|
65
|
+
</context>
|
66
|
+
|
67
|
+
<context id="generic-tag">
|
68
|
+
<include>
|
69
|
+
|
70
|
+
<!-- Attribute in the form: name="value" -->
|
71
|
+
<context id="attrib-quoted" style-ref="attrib-name" class="no-spell-check">
|
72
|
+
<start extended="true">
|
73
|
+
[A-Za-z0-9:_-]+ # attribute name
|
74
|
+
\s*=\s* # "="
|
75
|
+
(\") # string beginning
|
76
|
+
</start>
|
77
|
+
<end>\"</end>
|
78
|
+
<include>
|
79
|
+
<context sub-pattern="1" where="start" style-ref="attrib-value"/>
|
80
|
+
<context sub-pattern="0" where="end" style-ref="attrib-value"/>
|
81
|
+
<context id="string" extend-parent="false" end-at-line-end="true" style-ref="attrib-value" class="string" class-disabled="no-spell-check">
|
82
|
+
<start>\%{def:always-match}</start>
|
83
|
+
<include>
|
84
|
+
<context ref="xml:entity"/>
|
85
|
+
<context ref="xml:character-reference"/>
|
86
|
+
<context ref="embedded-lang-hook"/>
|
87
|
+
</include>
|
88
|
+
</context>
|
89
|
+
</include>
|
90
|
+
</context>
|
91
|
+
|
92
|
+
<!-- Attribute in the form: name=value -->
|
93
|
+
<context id="attrib-unquoted" style-ref="attrib-value" class="no-spell-check">
|
94
|
+
<start extended="true">
|
95
|
+
[a-z0-9:_-]+ # attribute name
|
96
|
+
\s*=\s* # "="
|
97
|
+
</start>
|
98
|
+
<end>(?=>|\s)</end>
|
99
|
+
<include>
|
100
|
+
<context sub-pattern="0" where="start" style-ref="attrib-name"/>
|
101
|
+
<context ref="xml:entity"/>
|
102
|
+
<context ref="xml:character-reference"/>
|
103
|
+
</include>
|
104
|
+
</context>
|
105
|
+
|
106
|
+
<!-- Attribute in the form: name -->
|
107
|
+
<context id="attrib-no-value" style-ref="attrib-name" class="no-spell-check">
|
108
|
+
<match extended="true">
|
109
|
+
[a-z0-9:_-]+ # attribute name
|
110
|
+
</match>
|
111
|
+
</context>
|
112
|
+
|
113
|
+
<context ref="embedded-lang-hook"/>
|
114
|
+
|
115
|
+
</include>
|
116
|
+
</context>
|
117
|
+
|
118
|
+
<context id="script" class="no-spell-check">
|
119
|
+
<start><\s*script\%]</start>
|
120
|
+
<end>/>|<\s*/\s*script\s*></end>
|
121
|
+
|
122
|
+
<include>
|
123
|
+
<context sub-pattern="0" where="start" style-ref="tag"/>
|
124
|
+
<context sub-pattern="0" where="end" style-ref="tag"/>
|
125
|
+
<context ref="generic-tag"/>
|
126
|
+
<context id="js-code" extend-parent="false">
|
127
|
+
<start>></start>
|
128
|
+
<include>
|
129
|
+
<context sub-pattern="0" where="start" style-ref="tag"/>
|
130
|
+
<context ref="js:js"/>
|
131
|
+
</include>
|
132
|
+
</context>
|
133
|
+
</include>
|
134
|
+
</context>
|
135
|
+
|
136
|
+
<context id="tag" class="no-spell-check">
|
137
|
+
<start><\s*/?\s*[a-z0-9_-]+</start>
|
138
|
+
<end>/?\s*></end>
|
139
|
+
<include>
|
140
|
+
<context sub-pattern="0" where="start" style-ref="tag"/>
|
141
|
+
<context sub-pattern="0" where="end" style-ref="tag"/>
|
142
|
+
<context ref="generic-tag"/>
|
143
|
+
</include>
|
144
|
+
</context>
|
145
|
+
|
146
|
+
<context id="html">
|
147
|
+
<include>
|
148
|
+
<context ref="xml:doctype"/>
|
149
|
+
<context ref="xml:entity"/>
|
150
|
+
<context ref="xml:character-reference"/>
|
151
|
+
<context ref="xml:cdata"/>
|
152
|
+
<context ref="comment"/>
|
153
|
+
<context ref="dtd"/>
|
154
|
+
<context ref="script"/>
|
155
|
+
<context ref="tag"/>
|
156
|
+
</include>
|
157
|
+
</context>
|
158
|
+
|
159
|
+
</definitions>
|
160
|
+
</language>
|
@@ -0,0 +1,153 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!--
|
3
|
+
|
4
|
+
Author: Paolo Maggi <paolo@gnome.org>
|
5
|
+
Copyright (C) 2005 Paolo Maggi <paolo@gnome.org>
|
6
|
+
|
7
|
+
This library is free software; you can redistribute it and/or
|
8
|
+
modify it under the terms of the GNU Library General Public
|
9
|
+
License as published by the Free Software Foundation; either
|
10
|
+
version 2 of the License, or (at your option) any later version.
|
11
|
+
|
12
|
+
This library is distributed in the hope that it will be useful,
|
13
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
14
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
15
|
+
Library General Public License for more details.
|
16
|
+
|
17
|
+
You should have received a copy of the GNU Library General Public
|
18
|
+
License along with this library; if not, write to the
|
19
|
+
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
20
|
+
Boston, MA 02111-1307, USA.
|
21
|
+
|
22
|
+
-->
|
23
|
+
<language id="idl" _name="IDL" version="2.0" _section="Sources">
|
24
|
+
<metadata>
|
25
|
+
<property name="mimetypes">text/x-idl</property>
|
26
|
+
<property name="globs">*.idl</property>
|
27
|
+
<property name="line-comment-start">//</property>
|
28
|
+
</metadata>
|
29
|
+
|
30
|
+
<styles>
|
31
|
+
<style id="comment" _name="Comment" map-to="def:comment"/>
|
32
|
+
<style id="type" _name="Data Type" map-to="def:type"/>
|
33
|
+
<style id="preprocessor" _name="Preprocessor" map-to="def:preprocessor"/>
|
34
|
+
<style id="keyword" _name="Keyword" map-to="def:keyword"/>
|
35
|
+
<style id="string" _name="String" map-to="def:string"/>
|
36
|
+
</styles>
|
37
|
+
|
38
|
+
<definitions>
|
39
|
+
<context id="block-comment" style-ref="comment" class="comment" class-disabled="no-spell-check">
|
40
|
+
<start>/\*</start>
|
41
|
+
<end>\*/</end>
|
42
|
+
<include>
|
43
|
+
<context ref="def:escape"/>
|
44
|
+
<context ref="def:line-continue"/>
|
45
|
+
</include>
|
46
|
+
</context>
|
47
|
+
<context id="line-comment" style-ref="comment" end-at-line-end="true" class="comment" class-disabled="no-spell-check">
|
48
|
+
<start>//</start>
|
49
|
+
<include>
|
50
|
+
<context ref="def:escape"/>
|
51
|
+
<context ref="def:line-continue"/>
|
52
|
+
</include>
|
53
|
+
</context>
|
54
|
+
<context id="sectional" style-ref="preprocessor">
|
55
|
+
<start>%\{</start>
|
56
|
+
<end>%\}</end>
|
57
|
+
<include>
|
58
|
+
<context ref="def:escape"/>
|
59
|
+
<context ref="def:line-continue"/>
|
60
|
+
</include>
|
61
|
+
</context>
|
62
|
+
<context id="string" style-ref="string" end-at-line-end="true" class="string" class-disabled="no-spell-check">
|
63
|
+
<start>"</start>
|
64
|
+
<end>"</end>
|
65
|
+
<include>
|
66
|
+
<context ref="def:escape"/>
|
67
|
+
<context ref="def:line-continue"/>
|
68
|
+
</include>
|
69
|
+
</context>
|
70
|
+
<context id="include-pragma" style-ref="preprocessor" end-at-line-end="true">
|
71
|
+
<start>^#[ \t]*(include|pragma)</start>
|
72
|
+
<include>
|
73
|
+
<context ref="def:escape"/>
|
74
|
+
<context ref="def:line-continue"/>
|
75
|
+
</include>
|
76
|
+
</context>
|
77
|
+
<context id="keywords" style-ref="keyword">
|
78
|
+
<keyword>abstract</keyword>
|
79
|
+
<keyword>attribute</keyword>
|
80
|
+
<keyword>case</keyword>
|
81
|
+
<keyword>const</keyword>
|
82
|
+
<keyword>context</keyword>
|
83
|
+
<keyword>custom</keyword>
|
84
|
+
<keyword>default</keyword>
|
85
|
+
<keyword>exception</keyword>
|
86
|
+
<keyword>enum</keyword>
|
87
|
+
<keyword>factory</keyword>
|
88
|
+
<keyword>FALSE</keyword>
|
89
|
+
<keyword>in</keyword>
|
90
|
+
<keyword>inout</keyword>
|
91
|
+
<keyword>interface</keyword>
|
92
|
+
<keyword>local</keyword>
|
93
|
+
<keyword>module</keyword>
|
94
|
+
<keyword>native</keyword>
|
95
|
+
<keyword>oneway</keyword>
|
96
|
+
<keyword>out</keyword>
|
97
|
+
<keyword>private</keyword>
|
98
|
+
<keyword>public</keyword>
|
99
|
+
<keyword>raises</keyword>
|
100
|
+
<keyword>readonly</keyword>
|
101
|
+
<keyword>struct</keyword>
|
102
|
+
<keyword>support</keyword>
|
103
|
+
<keyword>switch</keyword>
|
104
|
+
<keyword>TRUE</keyword>
|
105
|
+
<keyword>truncatable</keyword>
|
106
|
+
<keyword>typedef</keyword>
|
107
|
+
<keyword>union</keyword>
|
108
|
+
<keyword>valuetype</keyword>
|
109
|
+
</context>
|
110
|
+
<context id="types" style-ref="type">
|
111
|
+
<keyword>any</keyword>
|
112
|
+
<keyword>boolean</keyword>
|
113
|
+
<keyword>char</keyword>
|
114
|
+
<keyword>double</keyword>
|
115
|
+
<keyword>fixed</keyword>
|
116
|
+
<keyword>float</keyword>
|
117
|
+
<keyword>long</keyword>
|
118
|
+
<keyword>Object</keyword>
|
119
|
+
<keyword>octet</keyword>
|
120
|
+
<keyword>sequence</keyword>
|
121
|
+
<keyword>short</keyword>
|
122
|
+
<keyword>string</keyword>
|
123
|
+
<keyword>unsigned</keyword>
|
124
|
+
<keyword>ValueBase</keyword>
|
125
|
+
<keyword>void</keyword>
|
126
|
+
<keyword>wchar</keyword>
|
127
|
+
<keyword>wstring</keyword>
|
128
|
+
</context>
|
129
|
+
<context id="preprocessor-definitions" style-ref="preprocessor">
|
130
|
+
<prefix>^[ \t]*#[ \t]*</prefix>
|
131
|
+
<keyword>if</keyword>
|
132
|
+
<keyword>ifdef</keyword>
|
133
|
+
<keyword>ifndef</keyword>
|
134
|
+
<keyword>else</keyword>
|
135
|
+
<keyword>elif</keyword>
|
136
|
+
<keyword>define</keyword>
|
137
|
+
<keyword>endif</keyword>
|
138
|
+
<keyword>undef</keyword>
|
139
|
+
</context>
|
140
|
+
<context id="idl" class="no-spell-check">
|
141
|
+
<include>
|
142
|
+
<context ref="block-comment"/>
|
143
|
+
<context ref="line-comment"/>
|
144
|
+
<context ref="sectional"/>
|
145
|
+
<context ref="string"/>
|
146
|
+
<context ref="include-pragma"/>
|
147
|
+
<context ref="keywords"/>
|
148
|
+
<context ref="types"/>
|
149
|
+
<context ref="preprocessor-definitions"/>
|
150
|
+
</include>
|
151
|
+
</context>
|
152
|
+
</definitions>
|
153
|
+
</language>
|
@@ -0,0 +1,94 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!--
|
3
|
+
|
4
|
+
Author: Antonio Ognio <gnrfan@gnrfan.org>
|
5
|
+
Copyright (C) 2005 Antonio Ognio <gnrfan@gnrfan.org>
|
6
|
+
|
7
|
+
This library is free software; you can redistribute it and/or modify
|
8
|
+
it under the terms of the GNU General Public License as published by
|
9
|
+
the Free Software Foundation; either version 2 of the License, or
|
10
|
+
(at your option) any later version.
|
11
|
+
|
12
|
+
This program is distributed in the hope that it will be useful,
|
13
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
14
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
15
|
+
GNU General Public License for more details.
|
16
|
+
|
17
|
+
You should have received a copy of the GNU General Public License
|
18
|
+
along with this program; if not, write to the Free Software
|
19
|
+
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
20
|
+
|
21
|
+
-->
|
22
|
+
<language id="ini" _name=".ini" version="2.0" _section="Others">
|
23
|
+
<metadata>
|
24
|
+
<property name="mimetypes">text/x-ini-file;application/x-ini-file</property>
|
25
|
+
<property name="globs">*.ini</property>
|
26
|
+
<property name="line-comment-start">;</property>
|
27
|
+
</metadata>
|
28
|
+
|
29
|
+
<styles>
|
30
|
+
<style id="comment" _name="Comment" map-to="def:comment"/>
|
31
|
+
<style id="floating-point" _name="Floating Point" map-to="def:floating-point"/>
|
32
|
+
<style id="string" _name="String" map-to="def:string"/>
|
33
|
+
<style id="keyword" _name="Keyword" map-to="def:keyword"/>
|
34
|
+
<style id="decimal" _name="Decimal" map-to="def:decimal"/>
|
35
|
+
<style id="variable" _name="Variable" map-to="def:type"/>
|
36
|
+
<style id="non-standard-key" _name="Data Type" map-to="def:type"/>
|
37
|
+
<style id="boolean-value" _name="Boolean value" map-to="def:boolean"/>
|
38
|
+
</styles>
|
39
|
+
|
40
|
+
<definitions>
|
41
|
+
<context id="line-comment" style-ref="comment" end-at-line-end="true" class="comment" class-disabled="no-spell-check">
|
42
|
+
<start>;</start>
|
43
|
+
</context>
|
44
|
+
<context id="group" style-ref="keyword">
|
45
|
+
<start>^\[</start>
|
46
|
+
<end>\]$</end>
|
47
|
+
</context>
|
48
|
+
<context id="non-standard-key" style-ref="non-standard-key">
|
49
|
+
<match>^_?X\-[a-zA-Z\-]+</match>
|
50
|
+
</context>
|
51
|
+
<context id="language" style-ref="decimal">
|
52
|
+
<match>\[[a-zA-Z_]+\]</match>
|
53
|
+
</context>
|
54
|
+
<context id="variable" style-ref="variable">
|
55
|
+
<match>^[a-zA-Z_][a-zA-Z0-9_.-]*</match>
|
56
|
+
</context>
|
57
|
+
<context id="boolean-value" style-ref="boolean-value">
|
58
|
+
<keyword>true</keyword>
|
59
|
+
<keyword>false</keyword>
|
60
|
+
<keyword>on</keyword>
|
61
|
+
<keyword>off</keyword>
|
62
|
+
<keyword>yes</keyword>
|
63
|
+
<keyword>no</keyword>
|
64
|
+
</context>
|
65
|
+
<context id="single-quoted-string" style-ref="string">
|
66
|
+
<start>'</start>
|
67
|
+
<end>'</end>
|
68
|
+
</context>
|
69
|
+
<context id="double-quoted-string" style-ref="string" class="string" class-disabled="no-spell-check">
|
70
|
+
<start>"</start>
|
71
|
+
<end>"</end>
|
72
|
+
</context>
|
73
|
+
<context id="integer" style-ref="decimal">
|
74
|
+
<match>\b[0-9]+\b</match>
|
75
|
+
</context>
|
76
|
+
<context id="decimal-number" style-ref="floating-point">
|
77
|
+
<match>(\b[0-9]+(\.[0-9]+)?|\.[0-9]+)([Ee][\+-]?[0-9]+)?\b</match>
|
78
|
+
</context>
|
79
|
+
<context id="ini" class="no-spell-check">
|
80
|
+
<include>
|
81
|
+
<context ref="line-comment"/>
|
82
|
+
<context ref="group"/>
|
83
|
+
<context ref="non-standard-key"/>
|
84
|
+
<context ref="language"/>
|
85
|
+
<context ref="variable"/>
|
86
|
+
<context ref="boolean-value"/>
|
87
|
+
<context ref="single-quoted-string"/>
|
88
|
+
<context ref="double-quoted-string"/>
|
89
|
+
<context ref="decimal-number"/>
|
90
|
+
<context ref="integer"/>
|
91
|
+
</include>
|
92
|
+
</context>
|
93
|
+
</definitions>
|
94
|
+
</language>
|
@@ -0,0 +1,208 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!--
|
3
|
+
|
4
|
+
Author: Gustavo Giráldez <gustavo.giraldez@gmx.net>
|
5
|
+
Copyright (C) 2003 Gustavo Giráldez <gustavo.giraldez@gmx.net>
|
6
|
+
Copyright (C) 2006 Jeff Walden <jwalden@mit.edu>
|
7
|
+
|
8
|
+
This library is free software; you can redistribute it and/or
|
9
|
+
modify it under the terms of the GNU Library General Public
|
10
|
+
License as published by the Free Software Foundation; either
|
11
|
+
version 2 of the License, or (at your option) any later version.
|
12
|
+
|
13
|
+
This library is distributed in the hope that it will be useful,
|
14
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
Library General Public License for more details.
|
17
|
+
|
18
|
+
You should have received a copy of the GNU Library General Public
|
19
|
+
License along with this library; if not, write to the
|
20
|
+
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
21
|
+
Boston, MA 02111-1307, USA.
|
22
|
+
|
23
|
+
-->
|
24
|
+
<language id="java" _name="Java" version="2.0" _section="Sources">
|
25
|
+
<metadata>
|
26
|
+
<property name="mimetypes">text/x-java</property>
|
27
|
+
<property name="globs">*.java</property>
|
28
|
+
<property name="line-comment-start">//</property>
|
29
|
+
<property name="block-comment-start">/*</property>
|
30
|
+
<property name="block-comment-end">*/</property>
|
31
|
+
</metadata>
|
32
|
+
|
33
|
+
<styles>
|
34
|
+
<style id="comment" _name="Comment" map-to="def:comment"/>
|
35
|
+
<style id="error" _name="Error" map-to="def:error"/>
|
36
|
+
<style id="escaped-character" _name="Escaped Character" map-to="def:special-char"/>
|
37
|
+
<style id="string" _name="String" map-to="def:string"/>
|
38
|
+
<style id="char" _name="Character" map-to="def:character"/>
|
39
|
+
<style id="external" _name="External" map-to="def:preprocessor"/>
|
40
|
+
<style id="declaration" _name="Declaration" map-to="def:type"/>
|
41
|
+
<style id="storage-class" _name="Storage Class" map-to="def:type"/>
|
42
|
+
<style id="scope-declaration" _name="Scope Declaration" map-to="def:type"/>
|
43
|
+
<style id="keyword" _name="Keyword" map-to="def:keyword"/>
|
44
|
+
<style id="null-value" _name="Null Value" map-to="def:special-constant"/>
|
45
|
+
<style id="boolean" _name="Boolean value" map-to="def:boolean"/>
|
46
|
+
<style id="number" _name="Number" map-to="def:decimal"/>
|
47
|
+
<style id="reserved" _name="Future Reserved Keywords" map-to="def:reserved"/>
|
48
|
+
<style id="type" _name="Data Type" map-to="def:type"/>
|
49
|
+
</styles>
|
50
|
+
|
51
|
+
<definitions>
|
52
|
+
|
53
|
+
<define-regex id="escaped-character" extended="true">
|
54
|
+
\\( # leading backslash
|
55
|
+
[\\\"\'nrbtf] | # escaped character
|
56
|
+
[0-9]{1,3} | # latin encoded char
|
57
|
+
u[0-9]{1,4} # unicode char
|
58
|
+
)
|
59
|
+
</define-regex>
|
60
|
+
|
61
|
+
<context id="string" style-ref="string" end-at-line-end="true" class="string" class-disabled="no-spell-check">
|
62
|
+
<start>"</start>
|
63
|
+
<end>"</end>
|
64
|
+
<include>
|
65
|
+
<context id="escaped-character" style-ref="escaped-character">
|
66
|
+
<match>\%{escaped-character}</match>
|
67
|
+
</context>
|
68
|
+
</include>
|
69
|
+
</context>
|
70
|
+
|
71
|
+
<context id="char" style-ref="char">
|
72
|
+
<match>'(\%{escaped-character}|.)'</match>
|
73
|
+
</context>
|
74
|
+
|
75
|
+
<context id="line-comment" style-ref="comment" end-at-line-end="true" class="comment" class-disabled="no-spell-check">
|
76
|
+
<start>//</start>
|
77
|
+
<include>
|
78
|
+
<context ref="def:in-line-comment"/>
|
79
|
+
</include>
|
80
|
+
</context>
|
81
|
+
|
82
|
+
<context id="block-comment" style-ref="comment" class="comment" class-disabled="no-spell-check">
|
83
|
+
<start>/\*</start>
|
84
|
+
<end>\*/</end>
|
85
|
+
<include>
|
86
|
+
<context ref="def:in-comment"/>
|
87
|
+
</include>
|
88
|
+
</context>
|
89
|
+
|
90
|
+
<context id="close-comment-outside-comment" style-ref="error">
|
91
|
+
<match>\*/(?!\*)</match>
|
92
|
+
</context>
|
93
|
+
|
94
|
+
<context id="externals" style-ref="external">
|
95
|
+
<keyword>import</keyword>
|
96
|
+
<keyword>package</keyword>
|
97
|
+
</context>
|
98
|
+
|
99
|
+
<context id="declarations" style-ref="declaration">
|
100
|
+
<keyword>class</keyword>
|
101
|
+
<keyword>enum</keyword>
|
102
|
+
<keyword>extends</keyword>
|
103
|
+
<keyword>implements</keyword>
|
104
|
+
<keyword>instanceof</keyword>
|
105
|
+
<keyword>interface</keyword>
|
106
|
+
<keyword>native</keyword>
|
107
|
+
<keyword>throws</keyword>
|
108
|
+
</context>
|
109
|
+
|
110
|
+
<context id="primitive-types" style-ref="type">
|
111
|
+
<keyword>boolean</keyword>
|
112
|
+
<keyword>byte</keyword>
|
113
|
+
<keyword>char</keyword>
|
114
|
+
<keyword>double</keyword>
|
115
|
+
<keyword>float</keyword>
|
116
|
+
<keyword>int</keyword>
|
117
|
+
<keyword>long</keyword>
|
118
|
+
<keyword>short</keyword>
|
119
|
+
<keyword>void</keyword>
|
120
|
+
</context>
|
121
|
+
|
122
|
+
<context id="storage-class" style-ref="storage-class">
|
123
|
+
<keyword>abstract</keyword>
|
124
|
+
<keyword>final</keyword>
|
125
|
+
<keyword>static</keyword>
|
126
|
+
<keyword>strictfp</keyword>
|
127
|
+
<keyword>synchronized</keyword>
|
128
|
+
<keyword>transient</keyword>
|
129
|
+
<keyword>volatile</keyword>
|
130
|
+
</context>
|
131
|
+
|
132
|
+
<context id="scope-declarations" style-ref="scope-declaration">
|
133
|
+
<keyword>private</keyword>
|
134
|
+
<keyword>protected</keyword>
|
135
|
+
<keyword>public</keyword>
|
136
|
+
</context>
|
137
|
+
|
138
|
+
<context id="flow" style-ref="keyword">
|
139
|
+
<keyword>assert</keyword>
|
140
|
+
<keyword>break</keyword>
|
141
|
+
<keyword>case</keyword>
|
142
|
+
<keyword>catch</keyword>
|
143
|
+
<keyword>continue</keyword>
|
144
|
+
<keyword>default</keyword>
|
145
|
+
<keyword>do</keyword>
|
146
|
+
<keyword>else</keyword>
|
147
|
+
<keyword>finally</keyword>
|
148
|
+
<keyword>for</keyword>
|
149
|
+
<keyword>if</keyword>
|
150
|
+
<keyword>return</keyword>
|
151
|
+
<keyword>throw</keyword>
|
152
|
+
<keyword>switch</keyword>
|
153
|
+
<keyword>try</keyword>
|
154
|
+
<keyword>while</keyword>
|
155
|
+
</context>
|
156
|
+
|
157
|
+
<context id="memory" style-ref="keyword">
|
158
|
+
<keyword>new</keyword>
|
159
|
+
<keyword>super</keyword>
|
160
|
+
<keyword>this</keyword>
|
161
|
+
</context>
|
162
|
+
|
163
|
+
<context id="future-reserved-words" style-ref="reserved">
|
164
|
+
<keyword>const</keyword>
|
165
|
+
<keyword>goto</keyword>
|
166
|
+
</context>
|
167
|
+
|
168
|
+
<context id="null-value" style-ref="null-value">
|
169
|
+
<keyword>null</keyword>
|
170
|
+
</context>
|
171
|
+
|
172
|
+
<context id="boolean" style-ref="boolean">
|
173
|
+
<keyword>false</keyword>
|
174
|
+
<keyword>true</keyword>
|
175
|
+
</context>
|
176
|
+
|
177
|
+
<context id="numeric" style-ref="number">
|
178
|
+
<match extended="true">
|
179
|
+
(\b([0-9]+|0[xX][0-9a-fA-F]+)[Ll]?\b|
|
180
|
+
\b(([0-9]+[Ee][-]?[0-9]+|
|
181
|
+
([0-9]*\.[0-9]+|[0-9]+\.)([Ee][-]?[0-9]+)?)[fFdD]?|
|
182
|
+
[0-9]+[FfDd]))
|
183
|
+
</match>
|
184
|
+
</context>
|
185
|
+
|
186
|
+
<context id="java" class="no-spell-check">
|
187
|
+
<include>
|
188
|
+
<context ref="string"/>
|
189
|
+
<context ref="char"/>
|
190
|
+
<context ref="line-comment"/>
|
191
|
+
<context ref="block-comment"/>
|
192
|
+
<context ref="close-comment-outside-comment"/>
|
193
|
+
<context ref="externals"/>
|
194
|
+
<context ref="declarations"/>
|
195
|
+
<context ref="primitive-types"/>
|
196
|
+
<context ref="storage-class"/>
|
197
|
+
<context ref="scope-declarations"/>
|
198
|
+
<context ref="flow"/>
|
199
|
+
<context ref="memory"/>
|
200
|
+
<context ref="future-reserved-words"/>
|
201
|
+
<context ref="null-value"/>
|
202
|
+
<context ref="boolean"/>
|
203
|
+
<context ref="numeric"/>
|
204
|
+
</include>
|
205
|
+
</context>
|
206
|
+
|
207
|
+
</definitions>
|
208
|
+
</language>
|