From 85804ec70db060c21df48d5c2861cc39511559de Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 31 Mar 2019 12:17:49 +0200 Subject: [PATCH] syntax: man: require the dot to be at start of line, not the comment --- syntax/man.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/man.nanorc b/syntax/man.nanorc index 26e38f1b..06396120 100644 --- a/syntax/man.nanorc +++ b/syntax/man.nanorc @@ -17,7 +17,7 @@ color yellow "^\.(RS|RE|UR|UE|PD|DT)" color yellow "^\.(ad|bp|br|ce|de|ds|el|ie|if|fi|ft|hy|ig|in|na|ne|nf|nh|ps|so|sp|ti|tr)" # Comments. -color cyan "^\.?\\\".*" +color cyan "(^\.)?\\\".*" # Trailing whitespace. color ,green "[[:space:]]+$"