DTDs/HighlightingStyles-4.3.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 eric4's highlighting styles file version 4.3 -->

<!ELEMENT   Style       (#PCDATA)>
<!ATTLIST   Style
    style       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