nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nano-devel] more on color syntax highlighting


From: David Benbennick
Subject: Re: [Nano-devel] more on color syntax highlighting
Date: Tue, 8 Oct 2002 18:26:42 -0400
User-agent: Mutt/1.2.5.1i

On Tue, Oct 08, 2002 at 05:59:56PM -0400, David Benbennick wrote:
> >     color green "\<(float|char|int|void)\>"
> The | means "or", but only within parentheses.

Oops, that wasn't accurate.  The expression 

> >     color green "\<float|char|int|void\>"

without parentheses means
        'float' as the prefix of a word, or
        'char' anywhere, or
        'int' anywhere, or
        'void' as the suffix of a word.
The parentheses serve to group the keywords together.

Attachment: pgpKk3I1Q6gvM.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]