DTDs/HighlightingStyles-6.0.dtd

Sat, 07 Sep 2019 17:35:43 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 07 Sep 2019 17:35:43 +0200
branch
without_py2_and_pyqt4
changeset 7223
2d58b9c1a981
parent 6863
e900929889dd
permissions
-rw-r--r--

Closed branch after it was merged into 'default'.

<!-- 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