On Dec 27, 2007 11:00 AM, OOzy Pal <[EMAIL PROTECTED]> wrote:
> Anyone have a nice color scheme for php syntax highlighting in vim? I
> am using elflord and it is nice but the comment color is like the
> function color which makes it confusing.

    I do all of my coding in ViM, and I just use the default colors.
The basic scheme is like this:
        * HTML syntax is highlighted outside of the PHP tags
        * PHP tags are purple
        * Comments are dark blue
        * Known functions are turquoise
            L> Function parameters are white, unless they are quoted
or variables
        * Variables are turquoise, with a bronze $
        * Quoted strings are red
        * Operators are bronze
        * Custom functions are white with purple parentheses
        * HEREDOC is white, with the exception of variables (as described above)

-- 
Daniel P. Brown
[Phone Numbers Go Here!]
[They're Hidden From View!]

If at first you don't succeed, stick to what you know best so that you
can make enough money to pay someone else to do it for you.

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

Reply via email to