Merge pull request #168 from Raizo62/p_conf.log

conf.log : accept now empty string "" and empty parentheses ()
This commit is contained in:
Radovan Garabík 2020-12-28 16:49:50 +01:00 committed by GitHub
commit ce4f6290d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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