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
cn a36ac58939 ftyperc: recognize systemd unit files as INI 1 year ago
misc Update for JOE 4.4 6 years ago
test ini: enhance error handling, add support for colon comments, unicode escapes, new test file 6 years ago
README.md misc: convert absolute links to relative ones 5 years ago
asciidoc.jsf asciidoc: add syntax supporting basic features 1 year ago
asterisk.jsf asterisk: lower the strictness on section_post content 8 years ago
ftyperc ftyperc: recognize systemd unit files as INI 1 year ago
ini.jsf ini: enhance error handling, add support for colon comments, unicode escapes, new test file 6 years ago
iptables.jsf Update for JOE 4.4 6 years ago
json.jsf json: backport 0973806c2a/ 6 years ago
lsl.jsf Add LSL support from Zai Lynch 9 years ago
makefile.jsf makefile: allow / character in target names 5 years ago
md.jsf md: add backtick support (port) 5 years ago
scheme.jsf scheme: highlight symbols differently 8 years ago
sql.jsf Update for JOE 4.4 6 years ago
terraform.jsf Update for JOE 4.4 6 years ago
yaml.jsf Fix yaml comments even more! (#28) 6 years ago

README.md

JOE Syntax Highlighting

This repository 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, either locally (~/.joe/syntax) or globally. The global syntax directory is 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 either download the contents of this repository as a zip file or clone this repository somewhere onto your hard disk and establish symlinks to all jsf files in the syntax directory, or to install this repository to ~/.joe/syntax and symlink ftyperc appropriately (see below).

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 GPL as JOE. There are efforts to move JOE to GPL v2 or any later version.

Every .jsf file created and modified exclusively by me (Christian Nicolai) is under GPL v2 or any later version.

Files with contributions (or unclear license info):

For JOE see here.
For JOE project see here.
For original JOE syntax files see here.
For ne (the nice editor that uses JOE syntax files, too) see here.

You can find this repository here.