Is there one areound? I'm just curious. The ViM syntax file thread inspired me to ask...
This is the only stuff I could find and you may know it already:
Put this in your init.el:
(require 'font-lock)
or execute this command:
C-h i RET m emacs RET m font lock RET
But I couldn't find anything about specific syntax files. Perhaps digging around in the .el files you will find something.
Lutz
I changed the keywords in the scheme.el and compiled it to highlight newlisp keywords. I never could figure out how to handle {} and [text][/text] however. I had to make sure I had .scm extension on the filename to make them highlight properly.
Eddie