conf.log : accept now empty string "" and empty parentheses ()

This commit is contained in:
Raizo62 2020-12-06 12:05:32 +01:00
parent 70f4178f37
commit ec1eab4f64
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ colours=green, green, red
count=once
======
# everything in parentheses
regexp=\(.+?\)
regexp=\(.*?\)
colours=blue
count=more
======
@ -34,7 +34,7 @@ colours=bold yellow
count=more
======
# everything in "
regexp=\".+?\"
regexp=\".*?\"
colours=blue
======
# this is probably a pathname