JOE (Joe's Own Editor) syntax coloring and highlighting files - improved ones
Go to file
cn b36fa82909 New highlighter for Erlang
This is a first version featuring most of the important syntax elements
as comments, keywords, atoms and variables etc.

Btw fixed prolog parsed to behave like the erlang one when highlighting
atoms and variables.
2011-10-30 20:33:38 +01:00
misc Ruby: fixed class declaration hilite 2011-09-18 16:30:00 +02:00
HowItWorks.md Updated HowItWorks.md 2011-08-02 22:14:39 +02:00
README.md Update README 2011-10-05 00:16:20 +02:00
ant.jsf Renamed antvar subroutine to maybe_antvar 2011-08-02 17:27:05 +02:00
comment_todo.part.jsf New separate template file for comment todo labels 2011-08-02 18:52:01 +02:00
css.jsf Made CSS parser <?php?> aware when in html/php files 2011-08-17 23:58:48 +02:00
debian.jsf New JOE highlighter for Java's .properties files 2011-08-02 22:03:36 +02:00
erb.jsf New highlighter for Ruby's ERB and HTML embedded ERB 2011-10-04 21:26:20 +02:00
erlang.jsf New highlighter for Erlang 2011-10-30 20:33:38 +01:00
ftyperc New highlighter for Erlang 2011-10-30 20:33:38 +01:00
haml.jsf Haml: not every = is the start of ruby code 2011-10-25 18:58:15 +02:00
html.jsf HTML: make colorset less irritating 2011-10-04 23:55:57 +02:00
htmlerb.jsf New highlighter for Ruby's ERB and HTML embedded ERB 2011-10-04 21:26:20 +02:00
ini.jsf New syntax highlighter for INI files 2011-08-02 23:46:07 +02:00
java.jsf Fixed bug 2011-08-06 00:38:52 +02:00
js.jsf Fixed bug in js.jsf 2011-08-06 14:16:29 +02:00
md.jsf Updated HowItWorks 2011-08-01 19:35:32 +02:00
php.jsf Fixed minor bug in php.jsf 2011-08-06 12:24:54 +02:00
prolog.jsf New highlighter for Erlang 2011-10-30 20:33:38 +01:00
properties.jsf Cleaned properties.jsf up 2011-08-02 23:45:43 +02:00
python.jsf Python: quasi-keywords and support for decorators (@annotation -> red) 2011-09-03 16:46:25 +02:00
ruby.jsf Brand new Haml highlighter 2011-10-19 20:40:45 +02:00
whitespace.jsf Added whitespace highlighting scheme 2011-08-05 22:56:58 +02:00
xml_nest-decl.patch Added XML nested declaration patch 2011-08-05 22:58:55 +02:00
yaml.jsf YAML: color keys: normal and values as constants 2011-10-23 00:36:45 +02:00

README.md

JOE Syntax Highlighting

This directory mainly contains improved and completely new JOE syntax files fixing bugs in the original files and adding support for new languages.

Using

*.jsf

To enable the .jsf files in this repository they need to appear in JOEs syntax directory. This is likely to be /usr/share/joe/syntax when using Debian and APT or /usr/local/Cellar/joe/3.7/share/joe/syntax when using brew on Mac OS X. You may download the latest jsf-bundle and place it's contents into the syntax directory (Note: this bundle might be outdated compared to the repository's state).

A maybe better way to achieve this is to clone this repository somewhere onto your hard disk and establish symlinks to all jsf files in the syntax directory.

ftyperc (only needed to enable new languages)

To enable the enhanced ftyperc from this repository to gain syntax highlighting support for new languages without overwriting /etc/joe/ftyperc, you may place the modified one in ~/.joe/ as ~/.joe/ftyperc.

How JOE syntax highlighting works

See HowItWorks.md which is a reworked version of the header of c.jsf. Another good resource might be jsf.jsf.

Other Syntax Files

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

You can find this repository here.