DTDs/HighlightingStyles-6.0.dtd

Thu, 17 Dec 2020 14:32:29 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 17 Dec 2020 14:32:29 +0100
branch
multi_processing
changeset 7886
51bc725dab6a
parent 6863
e900929889dd
permissions
-rw-r--r--

Closed the <multi_processing> branch after merging it into the <default> branch.

<!-- This is the DTD for eric6's highlighting styles file version 6.0 -->

<!ELEMENT   Description (#PCDATA)>

<!ELEMENT   Words       (#PCDATA)>

<!ELEMENT   Style       (Description,
                         Words?)>
<!ATTLIST   Style
    style       CDATA   #REQUIRED
    substyle    CDATA   #REQUIRED
    color       CDATA   #REQUIRED
    paper       CDATA   #REQUIRED
    font        CDATA   #REQUIRED
    eolfill     CDATA   #REQUIRED>

<!ELEMENT   Lexer       (Style+)>
<!ATTLIST   Lexer
    name        CDATA   #REQUIRED>

<!ELEMENT   HighlightingStyles   (Lexer+)>
<!ATTLIST   HighlightingStyles
    version     CDATA   #REQUIRED>

eric ide

mercurial