newLISP syntax highlighting for JOE (the editor)

Q&A's, tips, howto's
Locked
lwix
Posts: 24
Joined: Tue Oct 26, 2004 3:14 am
Location: New Zealand

newLISP syntax highlighting for JOE (the editor)

Post by lwix »

For those who like using JOE, I've prepared a newlisp.jsf for syntax highlighting available from:

http://homepages.paradise.net.nz/j_gaus ... wlisp.html

Change the colors to suit. You will need to make changes to your .joerc file as described.

It blinks annoyingly if you use deprecated functions. :-)

Lucas.

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

Great thanks ;-)

Norman.
-- (define? (Cornflakes))

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

I added --> "exit" prim to newlisp.jsf
was missing ;-)

Regards, Norman.
-- (define? (Cornflakes))

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

Btw i like the depricated highlithing, keeps me from making mistakes ;-)
-- (define? (Cornflakes))

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

Woeps.... missing [text] [/text] in dim blue ;-)
-- (define? (Cornflakes))

lwix
Posts: 24
Joined: Tue Oct 26, 2004 3:14 am
Location: New Zealand

Post by lwix »

Thanks newdep. I've added it to the one on the site, Also added 3 other words.

http://homepages.paradise.net.nz/j_gaus ... wlisp.html

There's another macro available as well - it does "autobrackets".

Yeah, I had left [text][/text] as normal dunno why :-) ... I'm also going to make a suggestion for an enhancement to Lutz re [text][/text]

If you have any other enhancements or color schemes I'll put them up. There is a larger set of color schemes when working on a terminal in X since you can change the background of the terminal as well.

Lucas
small's beautiful

Locked