mirror of
https://github.com/cmur2/joe-syntax.git
synced 2025-01-24 03:27:03 +01:00
Christian Nicolai
8a65b04859
New syntax highlighter for assembly in AT&T syntax
This is a line-based version for parsing unix assembly in AT&T syntax, rather then doing it token-based like asm.jsf.
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