mirror of
https://github.com/cmur2/joe-syntax.git
synced 2025-01-24 03:27:03 +01:00
Christian Nicolai
419e028f5f
Made CSS parser <?php?> aware when in html/php files
The HTML highlighter (called from php.jsf) will "inherit" the php-flag to css.jsf so it calls php.jsf again on <?php?>.
JOE Syntax Highlighting
For JOE see here.
For JOE project see here.
For original JOE syntax files see here.
For a description about how JOEs jsf parser works, see the header of c.jsf. Another good resource might be jsf.jsf.
How JOE syntax highlighting works
See HowItWorks.md.
Using
ftyperc
To enable the enhanced ftyperc without overwriting '/etc/joe/ftyperc', you
may place the modified one in '/.joe/' as '/.joe/ftyperc'.
*.jsf
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 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 syntax directory
Other Syntax Files
Description