|
||
---|---|---|
misc | ||
ant.jsf | ||
comment_todo.jsf | ||
css.jsf | ||
debian.jsf | ||
elixir.jsf | ||
erb.jsf | ||
erlang.jsf | ||
ftyperc | ||
git-commit.jsf | ||
go.jsf | ||
haml.jsf | ||
HowItWorks.md | ||
html.jsf | ||
htmlerb.jsf | ||
ini.jsf | ||
iptables.jsf | ||
java.jsf | ||
js.jsf | ||
json.jsf | ||
lsl.jsf | ||
md.jsf | ||
php.jsf | ||
powershell.jsf | ||
prolog.jsf | ||
properties.jsf | ||
puppet.jsf | ||
python.jsf | ||
README.md | ||
ruby.jsf | ||
sieve.jsf | ||
sql.jsf | ||
tex.jsf | ||
whitespace.jsf | ||
xml_nest-decl.patch | ||
yaml.jsf |
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 and modified exclusively by me is under GPL2 as JOE.
Files with unknown license info:
- elixir.jsf which is created by Andrew Lisin under GPL v2 (comment)
- erlang.jsf which is created by Christian Nicolai and then modified by Jonas Rosling and enhanced with a small tweak from raev
- go.jsf which is entirely contributed by Daniel Vargas
- js.jsf which is created by Christian Nicolai and then modified by Rebecca Turner
- json.jsf which is entirely contributed by Rebecca Turner
- lsl.jsf which is from Zai Lynch under GPL v1 (delivered by Rebecca Turner)
- md.jsf which is created by Christian Nicolai and then modified by Jonas Rosling
- powershell.jsf which is entirely contributed by Oskar Liljeblad
- puppet.jsf which is created by Christian Nicolai and then modified by Eric Eisenhart
- sql.jsf which is from an "unknown source" (delivered by Rebecca Turner)
Links
For JOE see here.
For JOE project see here.
For original JOE syntax files see here.
You can find this repository here.