[Top][All Lists]
[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.
pgpKk3I1Q6gvM.pgp
Description: PGP signature
- [Nano-devel] more on color syntax highlighting, Ken Tyler, 2002/10/07
- Re: [Nano-devel] more on color syntax highlighting, David Benbennick, 2002/10/07
- Re: [Nano-devel] more on color syntax highlighting, Ken Tyler, 2002/10/08
- Re: [Nano-devel] more on color syntax highlighting, David Benbennick, 2002/10/08
- Re: [Nano-devel] more on color syntax highlighting, Ken Tyler, 2002/10/08
- Re: [Nano-devel] more on color syntax highlighting, Ken Tyler, 2002/10/08
- Re: [Nano-devel] more on color syntax highlighting, Ken Tyler, 2002/10/08
- Re: [Nano-devel] more on color syntax highlighting, David Benbennick, 2002/10/08
- Re: [Nano-devel] more on color syntax highlighting,
David Benbennick <=
- Re: [Nano-devel] more on color syntax highlighting, Ken Tyler, 2002/10/10
- Re: [Nano-devel] more on color syntax highlighting, David Benbennick, 2002/10/10
- Re: [Nano-devel] more on color syntax highlighting, Ken Tyler, 2002/10/11
- Re: [Nano-devel] more on color syntax highlighting, Ken Tyler, 2002/10/08