mirror of
https://github.com/garabik/grc.git
synced 2024-10-28 17:41:01 +01:00
28 lines
541 B
Plaintext
28 lines
541 B
Plaintext
# 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
|
|
colours=bold blue
|
|
.........
|
|
# result is complex
|
|
regexp=\.\.\. .*$
|
|
colours=bold yellow
|
|
.........
|
|
# check succeeded
|
|
regexp=\.\.\.( \(cached\))? yes$
|
|
colours=bold cyan
|
|
.........
|
|
# check did not succeed
|
|
regexp=\.\.\.( \(cached\))? no$
|
|
colours=bold red
|
|
.........
|
|
# ... should be normal
|
|
regexp=\.\.\.
|
|
colours=default
|
|
.........
|
|
# creating stuff
|
|
regexp=\bcreating\b
|
|
colours=green
|