You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
343 B
23 lines
343 B
# 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
|
|
|