MOO Syntax Highlighting

Posted by Jkuhn on Tue 21 Jun 2011 08:20 PM — 4 posts, 15,939 views.

#0
Hello,

I've done some searching, and I couldn't find anywhere a MOO plugin/script that would highlight MOO code (http://en.wikipedia.org/wiki/MOO_(programming_language)) in a similar way that Scintilla or Gedit does. Has anyone come across anything?

I really appreciate any help.

Thanks.
Australia Forum Administrator #1
You mean in the output window? Or do you want it highlighted when you edit it? What are you trying to do exactly?
#2
Hi,

Basically when the code gets sent to me in the output window, I would like it to be syntax highlighted.

Thanks.
Australia Forum Administrator #3
It could no doubt be done by using regular expressions (or LPEG) in conjunction with ColourNote to do the highlighting, however I am not offering to do it, as I don't know enough about MOO syntax highlighting. Maybe someone else can help?