JOE (Joe's Own Editor) syntax coloring and highlighting files - improved ones
Go to file
Todd Lewis 6b5cc885c9 Fix yaml comments even more! (#28)
A fix for a fix that again fixes YAML comments.
2017-08-04 19:35:32 +00:00
misc Add setup script for symlinking this repos contents directly form /usr/share/joe/syntax 2011-11-06 21:19:02 +01:00
HowItWorks.md Updated HowItWorks.md 2011-08-02 22:14:39 +02:00
README.md Update README 2017-08-04 16:08:43 +02: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
comment_todo.part.jsf New separate template file for comment todo labels 2011-08-02 18:52:01 +02: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 Add terraform keywords and .tfvars file extension 2017-05-13 16:57:39 +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: allow comments separated by tabs after key-value pair 2015-03-11 22:25:34 +01: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 Fix number parsing in json 2015-04-25 20:41:50 +02:00
lsl.jsf Add LSL support from Zai Lynch 2014-08-29 16:34:08 -04:00
makefile.jsf Improve makefile highlighter 2017-04-26 10:48:14 +02:00
md.jsf markdown: add link and rule highlight 2014-03-01 21:59: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
xml_nest-decl.patch Added XML nested declaration patch 2011-08-05 22:58:55 +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 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, 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 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.