mirror of
https://github.com/garabik/grc.git
synced 2024-10-28 17:41:01 +01:00
24 lines
343 B
Plaintext
24 lines
343 B
Plaintext
|
# Path
|
||
|
regexp=^(\/\S+)
|
||
|
colours=green
|
||
|
-
|
||
|
# Path Last part
|
||
|
regexp=\/(\w+)\s
|
||
|
colours=unchanged,bright_green
|
||
|
-
|
||
|
# IP
|
||
|
regexp=(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}(\/\d+)?)
|
||
|
colours=default,yellow,magenta
|
||
|
-
|
||
|
# ALL
|
||
|
regexp=\*
|
||
|
colours=bold red
|
||
|
-
|
||
|
# Options
|
||
|
regexp=\(([\w,]+)\)
|
||
|
colours=default,cyan
|
||
|
-
|
||
|
# Server
|
||
|
regexp=for\s([^:]+):$
|
||
|
colours=default,bold yellow
|