syntax: man: require the dot to be at start of line, not the comment

master
Benno Schulenberg 2019-03-31 12:17:49 +02:00
parent e473ba5e6c
commit 85804ec70d
1 changed files with 1 additions and 1 deletions

View File

@ -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:]]+$"