Hello,

I'd REALLY REALLY like to be able to modify the syntax highlighting in
html-kit. Is this possible?

Right now in PHP if you have a line like:

echo "this is the text i want to echo.";

Everything between the two "'s will be gray. I don't necessarily want to
change that color (that parts easy) want I do want to do is highlight {
} within " ". For example a line like:

echo "this is the text and this is the value: {$arra[0]}.";

I want everything starting at { and ending with } to be a different
color, maybe yellow, or orange.


Anyone have any clues? I've been googling and searching chami's site but
can't find a definitive yes or no.


Thanks!
Chris.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to