PDA

View Full Version : C++/Java Code Highlighting?


tschitschi
06-26-2004, 10:39 AM
Is there any possibility to do that (like the PHP Code) ?

Xenon
06-26-2004, 10:46 AM
well, actually you can do any highlighting if you want to (see my SQL highlighting hack)

but the problem is always, that you have to do it yourself to find out the functions, keywords... and code them into your highlighting script...

tschitschi
06-26-2004, 06:00 PM
Thx, I'll try it.