syntax: man: require the dot to be at start of line, not the comment
parent
e473ba5e6c
commit
85804ec70d
|
@ -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:]]+$"
|
||||
|
|
Loading…
Reference in New Issue