2016-12-27 18:32:48 +01:00
|
|
|
# cache functions
|
|
|
|
regexp=\b(loading|updating|creating) cache\b
|
|
|
|
colours=yellow bold
|
|
|
|
.........
|
|
|
|
# checking
|
|
|
|
regexp=\bchecking\s*(for|if|whether|command|how|that)?(\s*to)?\b
|
2015-01-25 18:36:02 +01:00
|
|
|
colours=bold blue
|
|
|
|
.........
|
2016-12-27 18:32:48 +01:00
|
|
|
# result is complex
|
2015-01-25 18:36:02 +01:00
|
|
|
regexp=\.\.\. .*$
|
|
|
|
colours=bold yellow
|
|
|
|
.........
|
2016-12-27 18:32:48 +01:00
|
|
|
# check succeeded
|
|
|
|
regexp=\.\.\.( \(cached\))? yes$
|
2015-01-25 18:36:02 +01:00
|
|
|
colours=bold cyan
|
|
|
|
.........
|
2016-12-27 18:32:48 +01:00
|
|
|
# check did not succeed
|
|
|
|
regexp=\.\.\.( \(cached\))? no$
|
2015-01-25 18:36:02 +01:00
|
|
|
colours=bold red
|
|
|
|
.........
|
2016-12-27 18:32:48 +01:00
|
|
|
# ... should be normal
|
|
|
|
regexp=\.\.\.
|
2015-01-25 18:36:02 +01:00
|
|
|
colours=default
|
2016-12-27 18:32:48 +01:00
|
|
|
.........
|
|
|
|
# creating stuff
|
|
|
|
regexp=\bcreating\b
|
|
|
|
colours=green
|