newlisp mode for emacs?

Started by tom, July 26, 2004, 06:04:35 PM

Previous topic - Next topic

tom

Is there one areound?  I'm just curious.  The ViM syntax file thread inspired me to ask...

Lutz

#1
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

eddier

#2
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