nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] .11 release and new syntaxes


From: David Benbennick
Subject: Re: [Nano-devel] .11 release and new syntaxes
Date: Sat, 28 Sep 2002 15:36:00 -0400
User-agent: Mutt/1.2.5.1i

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_])+\>"

And how about the following for HTML and TeX:

syntax "HTML" "\.html$"

color blue start="<" end=">"
color red "&([^;])*;" 

syntax "TeX" "\.tex$"

color green "\\(.|([A-Za-z]*))"
color blue "%.*"

Attachment: pgpcVK7_KNLk1.pgp
Description: PGP signature


reply via email to

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