mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 02:54:23 +01:00
Updated README
This commit is contained in:
parent
77fc8c0184
commit
d18838749c
20
README.md
20
README.md
@ -1,4 +1,5 @@
|
|||||||
# JOE Syntax Highlighting
|
JOE Syntax Highlighting
|
||||||
|
=======================
|
||||||
|
|
||||||
*[self](https://github.com/cmur2/joe-syntax)*
|
*[self](https://github.com/cmur2/joe-syntax)*
|
||||||
|
|
||||||
@ -11,7 +12,12 @@ For a description about how JOEs jsf parser works, see the header of
|
|||||||
Another good resource might be
|
Another good resource might be
|
||||||
[jsf.jsf](http://joe-editor.hg.sourceforge.net/hgweb/joe-editor/joe-editor/file/tip/syntax/jsf.jsf.in).
|
[jsf.jsf](http://joe-editor.hg.sourceforge.net/hgweb/joe-editor/joe-editor/file/tip/syntax/jsf.jsf.in).
|
||||||
|
|
||||||
## Using
|
### How JOE syntax highlighting works
|
||||||
|
|
||||||
|
See [HowItWorks.md](https://github.com/cmur2/joe-syntax/blob/master/HowItWorks.md).
|
||||||
|
|
||||||
|
Using
|
||||||
|
-----
|
||||||
|
|
||||||
### ftyperc
|
### ftyperc
|
||||||
|
|
||||||
@ -21,15 +27,13 @@ may place the modified one in '~/.joe/' as '~/.joe/ftyperc'.
|
|||||||
### *.jsf
|
### *.jsf
|
||||||
|
|
||||||
To enable the .jsf files in this repository they need to appear in JOEs
|
To enable the .jsf files in this repository they need to appear in JOEs
|
||||||
'syntax' directory. This is likely to be '/usr/share/joe/syntax' when using
|
*syntax* directory. This is likely to be '/usr/share/joe/syntax' when using
|
||||||
Debian and APT. A good way to achieve this is to clone this repository
|
Debian and APT. A good way to achieve this is to clone this repository
|
||||||
somewhere onto your hard disk and establish symlinks to all jsf files in the
|
somewhere onto your hard disk and establish symlinks to all jsf files in the
|
||||||
'syntax' directory
|
*syntax* directory
|
||||||
|
|
||||||
## Other Syntax Files
|
Other Syntax Files
|
||||||
|
------------------
|
||||||
|
|
||||||
* [d.jsf](https://gist.github.com/1032393)
|
* [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).
|
|
||||||
|
Loading…
Reference in New Issue
Block a user