nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit baaff485471e7505f25bf73f45d6a2d59b81f298
parent 0010cd444380ee961b838b8879d6ebf91a454de5
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Wed, 15 Sep 2021 10:00:41 +0200

syntax: nanorc: recognize also the template of the sample nanorc file

Diffstat:
Msyntax/nanorc.nanorc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/syntax/nanorc.nanorc b/syntax/nanorc.nanorc @@ -1,6 +1,6 @@ ## Syntax highlighting for nanorc files. -syntax nanorc "\.?nanorc$" +syntax nanorc "\.?nanorc(\.in)?$" comment "#" # Everything that does not get recolored is invalid