[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
bat.nanorc
Description: bat.nanorc
powershell.nanorc
Description: powershell.nanorc
- Re: [Nano-devel] Syntax Highlighting, (continued)
- Re: [Nano-devel] Syntax Highlighting, Benno Schulenberg, 2015/11/12
- Re: [Nano-devel] Syntax Highlighting, Mitchell Bumgarner, 2015/11/12
- Re: [Nano-devel] Syntax Highlighting, Mike Frysinger, 2015/11/12
- Re: [Nano-devel] Syntax Highlighting, Mitchell Bumgarner, 2015/11/12
- Re: [Nano-devel] Syntax Highlighting, Mike Frysinger, 2015/11/12
- Re: [Nano-devel] Syntax Highlighting, Benno Schulenberg, 2015/11/13
- Re: [Nano-devel] Syntax Highlighting, Mitchell Bumgarner, 2015/11/13
- Re: [Nano-devel] Syntax Highlighting, Mike Frysinger, 2015/11/13
- Re: [Nano-devel] Syntax Highlighting, Mitchell Bumgarner, 2015/11/13
- Re: [Nano-devel] Syntax Highlighting, Mike Frysinger, 2015/11/14
- Re: [Nano-devel] Syntax Highlighting,
Mitchell Bumgarner <=
- Re: [Nano-devel] Syntax Highlighting, Mitchell Bumgarner, 2015/11/13
- Re: [Nano-devel] Syntax Highlighting, Mitchell Bumgarner, 2015/11/13
- Re: [Nano-devel] Syntax Highlighting, Mike Frysinger, 2015/11/14
- Re: [Nano-devel] Syntax Highlighting, Benno Schulenberg, 2015/11/13