1
0
mirror of https://github.com/cmur2/joe-syntax.git synced 2024-06-02 06:34:41 +02:00
joe-syntax/README.md
Christian Nicolai fe150361d1 Updated README
2011-08-02 13:09:30 +02:00

26 lines
981 B
Markdown

# JOE Syntax Highlighting
*[self](https://github.com/cmur2/joe-syntax)*
For JOE see [here](http://joe-editor.sourceforge.net/).
For JOE project see [here](http://sourceforge.net/projects/joe-editor/).
For original JOE syntax files see [here](http://joe-editor.hg.sourceforge.net/hgweb/joe-editor/joe-editor/file/tip/syntax).
For a description about how JOEs jsf parser works, see the header of
[c.jsf](http://joe-editor.hg.sourceforge.net/hgweb/joe-editor/joe-editor/file/tip/syntax/c.jsf.in).
Another good resource might be
[jsf.jsf](http://joe-editor.hg.sourceforge.net/hgweb/joe-editor/joe-editor/file/tip/syntax/jsf.jsf.in).
### ftyperc
To enable to enhanced *ftyperc* without overwriting '/etc/joe/ftyperc',
you may place the modified one in '~/.joe/' as '~/.joe/ftyperc'.
### Other Syntax Files
* [d.jsf](https://gist.github.com/1032393)
### How JOE syntax highlighting works
See [HowItWorks.md](https://github.com/cmur2/joe-syntax/blob/master/HowItWorks.md).