On Tue, Sep 23, 2003 at 12:28:12AM +0000, Curt Zirzow wrote:
: * Thus wrote Chris W. Parker ([EMAIL PROTECTED]):
: > 
: > 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 :)

Plain vi does not do syntax highlighting.  Perhaps you are using a
vi-derivative, like Vim.

        http://www.vim.org/

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

Reply via email to