nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] Syntax Highlighting


From: Mitchell Bumgarner
Subject: Re: [Nano-devel] Syntax Highlighting
Date: Mon, 16 Nov 2015 19:47:01 +0000

I believe I have fixed all of the issues stated. I even removed sections that 
were unnecessary or were primarily just edge cases. I can include some example 
files if they would be helpful of the items I’m trying to match against.


Mitch Bumgarner
UC Consulting Engineer  | CDW
Phone: 317.569.4239
Cell: 812.463.2391
 









On 11/13/15, 11:58 PM, "Mike Frysinger" <address@hidden> wrote:

>> icolor magenta "^call :?[:alnum:].*$"
>
>you need another set of []:
>       icolor magenta "^call :?[[:alnum:]].*$"
>
>> icolor brightblue "(^[[:space:]]*(\<rem\>|::).*$)"
>
>drop the outer set of paren as they're pointless
>
>> icolor yellow "\%[a-zA-Z_]+[:alnum:]*[0-9]?\%"
>
>a-z doesn't match all 26 chars, and same comment here as above wrt alnum
>-mike

Attachment: bat.nanorc
Description: bat.nanorc

Attachment: powershell.nanorc
Description: powershell.nanorc


reply via email to

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