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.
JOE Syntax Highlighting
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