JOE (Joe's Own Editor) syntax coloring and highlighting files - improved ones
Go to file
Christian Nicolai 1a314919ff New syntax highlighting for Ant scripts
Common file for ftyperc: build.xml

This jsf is derived from the XML highlighter but with changed
colors matching the fact that for Ant <tags> are important
(and blue is bad here).

Features:
- Ant variable reference highlighting for e.g. ${build.dir}
2011-08-02 13:58:41 +02:00
HowItWorks.md Updated HowItWorks 2011-08-01 19:42:44 +02:00
README.md Updated README 2011-08-02 13:09:30 +02:00
ant.jsf New syntax highlighting for Ant scripts 2011-08-02 13:58:41 +02:00
debian.jsf New syntax highlighting profile for apt's sources.list 2011-08-02 13:06:11 +02:00
ftyperc New syntax highlighting for Ant scripts 2011-08-02 13:58:41 +02:00
java.jsf Method hilite for Java, prolog.jsf tabs corrected 2011-08-01 20:48:33 +02:00
md.jsf Updated HowItWorks 2011-08-01 19:35:32 +02:00
prolog.jsf Method hilite for Java, prolog.jsf tabs corrected 2011-08-01 20:48:33 +02:00
ruby.jsf Corrected tabs - using tab size 8 2011-08-01 11:21:59 +02:00
yaml.jsf Improved yaml.jsf 2011-08-02 12:29:30 +02:00

README.md

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.