From baaff485471e7505f25bf73f45d6a2d59b81f298 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 15 Sep 2021 10:00:41 +0200 Subject: [PATCH] syntax: nanorc: recognize also the template of the sample nanorc file --- syntax/nanorc.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/nanorc.nanorc b/syntax/nanorc.nanorc index 27a0438b..3ed173f6 100644 --- 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