Page 1 of 1

newlisp mode for emacs?

Posted: Tue Jul 27, 2004 1:04 am
by tom
Is there one areound? I'm just curious. The ViM syntax file thread inspired me to ask...

Posted: Tue Jul 27, 2004 12:37 pm
by Lutz
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

Posted: Tue Jul 27, 2004 4:46 pm
by eddier
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