* Thus wrote Chris W. Parker ([EMAIL PROTECTED]):
> Hey everyone.
> 
> I am looking for an editor that will highlight the string
> "{$array['index']['index']}" within a string.
> 
> For example:
> 
>             +--------- gray ------------+
>             |                           |
>             |              +-- red ---+ |
>             |              |          | |
> $variable = "The amount is {$amount[0]}.";
              ^^^^ ^^^^^^ ^^ +*%%%%%%#^#+^^
              |              ||  |   |||| |
Green <-------'-----------------------'---'
                             ||  |   | ||
Red +------------------------'----------'
                              |  |   | |
Dk. Red #----------------------------'-'
                              |  |
Yellow *----------------------'  |
                                 |
Blue %---------------------------'


Thats vi's coloring :)

Vi can also hightlight html and sql statements inside the string.
I'm not going to map that one out... lol

Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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

Reply via email to