[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RFC: pruning some syntaxes
From: |
Benno Schulenberg |
Subject: |
Re: RFC: pruning some syntaxes |
Date: |
Wed, 8 Apr 2020 19:19:17 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 |
Op 08-04-2020 om 14:42 schreef Brand Huntsman:
> On 12:07 Wed 8-Apr-2020, Benno Schulenberg wrote:
>> So, I propose to add a subdirectory "extra/" to the syntax directory,
>> and move some of the syntaxes there.
>
> The default nanorc should include a commented line to add all extra
> syntaxes.
The extra syntaxes will not be installed, so such a command would not work.
>> Who uses Markdown and can contribute a syntax for it?
>
> I use the one at:
> https://ourcodeworld.com/articles/read/807/how-to-enable-syntax-highlighting-for-markdown-files-in-gnu-nano
It says it's "found around the net", so it's unclear what the license is,
so we can't include that in nano.
Also, it seems to have errors. For example:
## Strong emphasis
color brightgreen "\*\*[^\*]*\*\*"
color brightgreen "__[\_]*__"
Should probably be:
color brightgreen "\*\*[^*]*\*\*"
color brightgreen "__[^_]*__"
Benno
signature.asc
Description: OpenPGP digital signature
- RFC: pruning some syntaxes, Benno Schulenberg, 2020/04/08
- Re: RFC: pruning some syntaxes, Brand Huntsman, 2020/04/08
- Re: RFC: pruning some syntaxes,
Benno Schulenberg <=
- Re: RFC: pruning some syntaxes, Brand Huntsman, 2020/04/08
- Re: RFC: pruning some syntaxes, Benno Schulenberg, 2020/04/09
- Re: RFC: pruning some syntaxes, Brand Huntsman, 2020/04/09
- Re: RFC: pruning some syntaxes, Benno Schulenberg, 2020/04/10
- Re: RFC: pruning some syntaxes, Brand Huntsman, 2020/04/11
- Re: RFC: pruning some syntaxes, Zach DeCook, 2020/04/11
- Re: RFC: pruning some syntaxes, Benno Schulenberg, 2020/04/12