JOE (Joe's Own Editor) syntax coloring and highlighting files - improved ones
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Rebecca Turner 46f8bb40ed Add support for shebangs at the start of javascript files 9 years ago
misc Add setup script for symlinking this repos contents directly form /usr/share/joe/syntax 12 years ago
HowItWorks.md Updated HowItWorks.md 12 years ago
README.md Update README 10 years ago
ant.jsf Renamed antvar subroutine to maybe_antvar 12 years ago
comment_todo.part.jsf New separate template file for comment todo labels 12 years ago
css.jsf CSS: rewrite selector parser frm scratch for more modularity 12 years ago
debian.jsf New JOE highlighter for Java's .properties files 12 years ago
erb.jsf New highlighter for Ruby's ERB and HTML embedded ERB 12 years ago
erlang.jsf Itroduced handeling of Macros, function arety, keywords <- and ||, 11 years ago
ftyperc Add a new strict JSON highlighter 9 years ago
git-commit.jsf Add simple git COMMIT_EDITMSG highlighting 9 years ago
go.jsf Added Go syntax highlight support 10 years ago
haml.jsf Haml: not every = is the start of ruby code 12 years ago
html.jsf Call js.js(php) instead of js.js(html) when using html(php) 11 years ago
htmlerb.jsf New highlighter for Ruby's ERB and HTML embedded ERB 12 years ago
ini.jsf New syntax highlighter for INI files 12 years ago
iptables.jsf Highlight module usage in iptables 10 years ago
java.jsf Move <script> Javascript highlighting from java.java(script) to js.js(html) 11 years ago
js.jsf Add support for shebangs at the start of javascript files 9 years ago
json.jsf Add a new strict JSON highlighter 9 years ago
lsl.jsf Add LSL support from Zai Lynch 9 years ago
md.jsf markdown: add link and rule highlight 9 years ago
php.jsf PHP: Fix end " or ' hilite after variable substitution 11 years ago
powershell.jsf Added powershell.jsf. 9 years ago
prolog.jsf New highlighter for Erlang 12 years ago
properties.jsf Cleaned properties.jsf up 12 years ago
puppet.jsf Allow mixed-case (camelCase) variable and class names 9 years ago
python.jsf Fix Python decorators highlighting 9 years ago
ruby.jsf Remove load 10 years ago
sieve.jsf Add brand new highlighter for sieve email filtering language 12 years ago
sql.jsf Add SQL support, unknown source 9 years ago
tex.jsf TeX: add recognition of \verb+foo+ commands 12 years ago
whitespace.jsf Added whitespace highlighting scheme 12 years ago
xml_nest-decl.patch Added XML nested declaration patch 12 years ago
yaml.jsf yaml: fix minor bug 12 years ago

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

Licensing

Every .jsf file from the original repository is under GPL2 as JOE.

Every .jsf file created by me is under GPL2 as JOE.

Files with unknown license info:

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

You can find this repository here.