1
0
mirror of https://github.com/cmur2/joe-syntax.git synced 2024-06-02 06:34:41 +02:00
Commit Graph

1 Commits

Author SHA1 Message Date
Christian Nicolai
d3e22cfc31 Added XML nested declaration patch
I don't know whether this introduces bugs with the XML highlighter but the
nested declaration highlighting is wrong (IMO and compared to other editors)
in situations like this:

    <!--<inner_tag>
    foo
    bar
    -->

The second '<' after the <!-- activates the nested_decl rule and prevents this
comment from being highlighted with class Comment.
2011-08-05 22:58:55 +02:00