JOE (Joe's Own Editor) syntax coloring and highlighting files - improved ones
Go to file
cn e165ff2024 Update for JOE 4.4
- remove syntax files merged by upstream
- use ftyperc from JOE 4.4, add new syntax files
2017-10-04 15:39:30 +02:00
misc Update for JOE 4.4 2017-10-04 15:39:30 +02:00
test ini: enhance error handling, add support for colon comments, unicode escapes, new test file 2017-10-04 13:18:09 +02:00
README.md Update for JOE 4.4 2017-10-04 15:39:30 +02:00
asterisk.jsf asterisk: lower the strictness on section_post content 2015-03-12 14:31:41 +01:00
ftyperc Update for JOE 4.4 2017-10-04 15:39:30 +02:00
ini.jsf ini: enhance error handling, add support for colon comments, unicode escapes, new test file 2017-10-04 13:18:09 +02:00
iptables.jsf Update for JOE 4.4 2017-10-04 15:39:30 +02:00
json.jsf json: backport 0973806c2a/ 2017-09-19 19:55:54 +02:00
lsl.jsf Add LSL support from Zai Lynch 2014-08-29 16:34:08 -04:00
makefile.jsf Update for JOE 4.4 2017-10-04 15:39:30 +02:00
scheme.jsf scheme: highlight symbols differently 2015-05-02 21:03:17 +02:00
sql.jsf Update for JOE 4.4 2017-10-04 15:39:30 +02:00
terraform.jsf Update for JOE 4.4 2017-10-04 15:39:30 +02:00
yaml.jsf Fix yaml comments even more! (#28) 2017-08-04 19:35:32 +00:00

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.