[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nano-devel] .11 release and new syntaxes
From: |
Chris Allegretta |
Subject: |
Re: [Nano-devel] .11 release and new syntaxes |
Date: |
Sat, 28 Sep 2002 14:25:37 -0700 |
User-agent: |
Mutt/1.2.5.1i |
On Sat, Sep 28, 2002 at 03:36:00PM -0400, David Benbennick wrote:
> On Sat, Sep 28, 2002 at 09:58:24AM -0700, Chris Allegretta wrote:
> > color brightcyan "\<$.*\>" "\<@.*\>"
> >
> > Note that the "\<$.*\>" "\<@.*\>" regexes dont work
>
> I don't know exactly what the \< \> construction means, but it isn't the
> right thing here. Perhaps this works better:
>
> syntax "perl" "\.pl$"
> color brightcyan "address@hidden<([A-Za-z_])+\>"
Well, $[0-9] is valid too so it should probably be
"address@hidden<([A-Za-z0-9_])+\>", but otherwise is works great, thank you :)
Chris A
--
Chris Allegretta http://www.asty.org
"Share and Enjoy" - Douglas Adams, 1952 - 2001