JOE (Joe's Own Editor) syntax coloring and highlighting files - improved ones
Go to file
cn afbd3aa118 misc: convert absolute links to relative ones 2018-12-12 19:17:06 +01:00
misc misc: move auxillary files into subdirectory 2017-10-04 13:29:07 +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 misc: convert absolute links to relative ones 2018-12-12 19:17:06 +01:00
ant.jsf Renamed antvar subroutine to maybe_antvar 2011-08-02 17:27:05 +02:00
asterisk.jsf asterisk: lower the strictness on section_post content 2015-03-12 14:31:41 +01:00
css.jsf CSS: rewrite selector parser frm scratch for more modularity 2011-11-07 23:39:10 +01:00
debian.jsf New JOE highlighter for Java's .properties files 2011-08-02 22:03:36 +02:00
dockerfile.jsf Fix highlighting of comments not starting at beginning of line in Dockerfile 2017-04-12 13:45:39 +02:00
elixir.jsf Improve Elixir highlighting 2015-01-22 22:57:40 +06:00
erb.jsf New highlighter for Ruby's ERB and HTML embedded ERB 2011-10-04 21:26:20 +02:00
erlang.jsf Fix close bracket after function arity 2015-01-08 21:47:20 +06:00
ftyperc erlang: use correct *.escript instead of *.esh extension 2018-08-31 17:47:10 +02:00
git-commit.jsf Add simple git COMMIT_EDITMSG highlighting 2014-06-14 09:32:57 +02:00
go.jsf Added Go syntax highlight support 2013-02-21 01:15:28 -03:00
haml.jsf Haml: not every = is the start of ruby code 2011-10-25 18:58:15 +02:00
html.jsf Call js.js(php) instead of js.js(html) when using html(php) 2012-05-13 01:38:13 +02:00
htmlerb.jsf New highlighter for Ruby's ERB and HTML embedded ERB 2011-10-04 21:26:20 +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 Highlight module usage in iptables 2013-06-22 21:54:42 +02:00
java.jsf Move <script> Javascript highlighting from java.java(script) to js.js(html) 2012-05-13 01:05:48 +02:00
js.jsf Add support for shebangs at the start of javascript files 2014-11-17 15:09:50 -05: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 makefile: allow more characters in target names 2017-10-03 22:14:51 +02:00
md.jsf md: add backtick support 2018-12-12 18:54:59 +01:00
php.jsf PHP: Fix end " or ' hilite after variable substitution 2012-04-10 13:55:20 +02:00
powershell.jsf Added powershell.jsf. 2014-02-11 21:05:34 +01: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
puppet.jsf Allow mixed-case (camelCase) variable and class names 2014-05-07 17:07:51 -07:00
python.jsf Fix Python decorators highlighting 2014-11-11 09:39:35 +01:00
ruby.jsf Remove load 2013-04-27 14:01:06 +02:00
scheme.jsf scheme: highlight symbols differently 2015-05-02 21:03:17 +02:00
sieve.jsf Add brand new highlighter for sieve email filtering language 2011-11-06 16:14:14 +01:00
sql.jsf Add SQL support, unknown source 2014-08-29 16:35:39 -04:00
terraform.jsf Add terraform keywords and .tfvars file extension 2017-05-13 16:57:39 +02:00
tex.jsf TeX: add recognition of \verb+foo+ commands 2011-11-22 10:13:36 +01:00
whitespace.jsf Added whitespace highlighting scheme 2011-08-05 22:56:58 +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.