diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-24 02:40:41 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-24 02:48:01 +0100 |
commit | 83f18d2578288fe71fca409e4f03434346b0d5b7 (patch) | |
tree | 4d32a1e4dbb3f113ac08fc7ef664636d909df004 /lib/lexers/docbook.tes | |
parent | fec93b9b0cc83dc1102c78c8bf1eacaf8763d9b8 (diff) | |
download | sciteco-83f18d2578288fe71fca409e4f03434346b0d5b7.tar.gz |
added new lexer configs auto-generated by scite2co.lua
* these are still not all languages supported by Scintilla.
scite2co.lua does not do a good job of generating styles when
SciTE's property files use hardcoded colors/fonts.
This commit only includes reasonably good conversion results.
The remaining languages need some additional manual labor.
* Even these lexers are not perfect and should be revised by comparing
them with SciTE's properties.
* So many lexers make the "lexer.auto" macro too slow.
We need some optimization. E.g. the search-command optimization
described in TODO, or an extended EN command for globbing manually
specified file names.
Diffstat (limited to 'lib/lexers/docbook.tes')
-rw-r--r-- | lib/lexers/docbook.tes | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/lib/lexers/docbook.tes b/lib/lexers/docbook.tes new file mode 100644 index 0000000..58e0988 --- /dev/null +++ b/lib/lexers/docbook.tes @@ -0,0 +1,78 @@ +! AUTO-GENERATED FROM SCITE PROPERTY SET ! + +@[lexer.test.docbook]{ [_ + _.docbookM[lexer.checkname] +]_ } + +@[lexer.set.docbook]{ + ESSETLEXER,SCLEX_HYPERTEXT + 0ESSETKEYWORDS + abbrev abstract accel ackno acronym action address affiliation alt anchor + answer appendix appendixinfo application area areaset areaspec arg article + articleinfo artpagenums attribution audiodata audioobject author authorblurb authorgroup + authorinitials beginpage bibliocoverage bibliodiv biblioentry bibliography bibliographyinfo + biblioid bibliomisc bibliomixed bibliomset bibliorelation biblioset bibliosource + blockinfo blockquote book bookinfo bridgehead callout calloutlist caption caution + chapter chapterinfo citation citebiblioid citerefentry citetitle city classname + classsynopsis classsynopsisinfo cmdsynopsis co collab collabname colophon colspec command + computeroutput confdates confgroup confnum confsponsor conftitle constant constraint + constraintdef constructorsynopsis contractnum contractsponsor contrib copyright coref + corpauthor corpname country database date dedication destructorsynopsis edition editor + email emphasis entry entrytbl envar epigraph equation errorcode errorname + errortext errortype example exceptionname fax fieldsynopsis figure filename firstname + firstterm footnote footnoteref foreignphrase formalpara funcdef funcparams + funcprototype funcsynopsis funcsynopsisinfo function glossary glossaryinfo glossdef + glossdiv glossentry glosslist glosssee glossseealso glossterm graphic graphicco group + guibutton guiicon guilabel guimenu guimenuitem guisubmenu hardware highlights holder + honorific htm imagedata imageobject imageobjectco important index indexdiv indexentry + indexinfo indexterm informalequation informalexample informalfigure informaltable + initializer inlineequation inlinegraphic inlinemediaobject interface interfacename + invpartnumber isbn issn issuenum itemizedlist itermset jobtitle keycap keycode keycombo + keysym keyword keywordset label legalnotice lhs lineage lineannotation link + listitem iteral literallayout lot lotentry manvolnum markup medialabel mediaobject + mediaobjectco member menuchoice methodname methodparam methodsynopsis mm modespec modifier + ousebutton msg msgaud msgentry msgexplan msginfo msglevel msgmain msgorig msgrel msgset + msgsub msgtext nonterminal note objectinfo olink ooclass ooexception oointerface + option optional orderedlist orgdiv orgname otheraddr othercredit othername pagenums + para paramdef parameter part partinfo partintro personblurb personname phone + phrase pob postcode preface prefaceinfo primary primaryie printhistory procedure + production productionrecap productionset productname productnumber programlisting + programlistingco prompt property pubdate publisher publishername pubsnumber qandadiv + qandaentry qandaset question quote refclass refdescriptor refentry refentryinfo + refentrytitle reference referenceinfo refmeta refmiscinfo refname refnamediv refpurpose + refsect1 refsect1info refsect2 refsect2info refsect3 refsect3info refsection + refsectioninfo refsynopsisdiv refsynopsisdivinfo releaseinfo remark replaceable returnvalue + revdescription revhistory revision revnumber revremark rhs row sbr screen screenco + screeninfo screenshot secondary secondaryie sect1 sect1info sect2 sect2info sect3 + sect3info sect4 sect4info sect5 sect5info section sectioninfo see seealso seealsoie + seeie seg seglistitem segmentedlist segtitle seriesvolnums set setindex + setindexinfo setinfo sgmltag shortaffil shortcut sidebar sidebarinfo simpara simplelist + simplemsgentry simplesect spanspec state step street structfield structname subject + subjectset subjectterm subscript substeps subtitle superscript surname sv symbol + synopfragment synopfragmentref synopsis systemitem table tbody term tertiary tertiaryie + textdata textobject tfoot tgroup thead tip title titleabbrev toc tocback tocchap + tocentry tocfront toclevel1 toclevel2 toclevel3 toclevel4 toclevel5 tocpart token + trademark type ulink userinput varargs variablelist varlistentry varname videodata + videoobject void volumenum warning wordasword xref year arch condition conformance id + lang os remap role revision revisionflag security userlevel vendor xreflabel + status label endterm linkend space width + 5ESSETKEYWORDS + ELEMENT DOCTYPE ATTLIST ENTITY NOTATION + :M[color.number],5M[color.set] + :M[color.string],6M[color.set] + :M[color.string],7M[color.set] + :M[color.comment],42M[color.set] + :M[color.comment],43M[color.set] + :M[color.comment],44M[color.set] + :M[color.number],45M[color.set] + :M[color.keyword],47M[color.set] + :M[color.string],48M[color.set] + :M[color.string],49M[color.set] + :M[color.operator],50M[color.set] + :M[color.comment],72M[color.set] + :M[color.comment],82M[color.set] + :M[color.comment],92M[color.set] + :M[color.comment],107M[color.set] + :M[color.comment],124M[color.set] + :M[color.comment],125M[color.set] +} |