1
0
mirror of https://github.com/cmur2/joe-syntax.git synced 2025-01-23 17:27:03 +01:00
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
2011-08-05 22:56:58 +02:00
2011-08-02 22:14:39 +02:00
2011-08-02 23:46:07 +02:00
2011-08-02 18:53:07 +02:00
2011-08-01 19:35:32 +02:00
2011-08-02 23:45:43 +02:00
2011-08-02 13:09:30 +02:00
2011-08-02 17:50:59 +02:00

JOE Syntax Highlighting

self

For JOE see here.
For JOE project see here.
For original JOE syntax files see here.

For a description about how JOEs jsf parser works, see the header of c.jsf. Another good resource might be jsf.jsf.

ftyperc

To enable to enhanced ftyperc without overwriting '/etc/joe/ftyperc', you may place the modified one in '/.joe/' as '/.joe/ftyperc'.

Other Syntax Files

How JOE syntax highlighting works

See HowItWorks.md.

Description
JOE (Joe's Own Editor) syntax coloring and highlighting files - improved ones
Readme 910 KiB