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 afbd3aa118 misc: convert absolute links to relative ones 5 years ago
misc misc: move auxillary files into subdirectory 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
ant.jsf Renamed antvar subroutine to maybe_antvar 12 years ago
asterisk.jsf asterisk: lower the strictness on section_post content 8 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
dockerfile.jsf Fix highlighting of comments not starting at beginning of line in Dockerfile 6 years ago
elixir.jsf Improve Elixir highlighting 8 years ago
erb.jsf New highlighter for Ruby's ERB and HTML embedded ERB 12 years ago
erlang.jsf Fix close bracket after function arity 9 years ago
ftyperc erlang: use correct *.escript instead of *.esh extension 5 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 ini: enhance error handling, add support for colon comments, unicode escapes, new test file 6 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 json: backport 0973806c2a/ 6 years ago
lsl.jsf Add LSL support from Zai Lynch 9 years ago
makefile.jsf makefile: allow more characters in target names 6 years ago
md.jsf md: add backtick support 5 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
scheme.jsf scheme: highlight symbols differently 8 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
terraform.jsf Add terraform keywords and .tfvars file extension 6 years ago
tex.jsf TeX: add recognition of \verb+foo+ commands 12 years ago
whitespace.jsf Added whitespace highlighting scheme 12 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.