2
0
mirror of https://github.com/garabik/grc.git synced 2024-09-18 17:31:29 +02:00
bash-color-grc/colourfiles/conf.dig

24 lines
399 B
Plaintext
Raw Normal View History

2015-01-25 18:36:02 +01:00
#domain
2018-05-14 21:42:12 +02:00
regexp=[\S]+\.
colours=bright_magenta
-
#line
regexp=^(\S+).*?(\d+)\t(\w+)\t(\w+)\t
colours=unchanged,magenta,red,yellow,cyan
-
#ip4 address
2015-01-25 18:36:02 +01:00
regexp=\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}
colours=green
2018-05-14 21:42:12 +02:00
-
#ipv6
regexp=\t(([0-9a-fA-F]{1,4})?\:\:?[0-9a-fA-F]{1,4})+
colours=dark green
-
2015-01-25 18:36:02 +01:00
#comments
2018-05-14 21:42:12 +02:00
regexp=^;;[\s\w]+
2015-01-25 18:36:02 +01:00
colours=yellow
2018-05-14 21:42:12 +02:00
-
2016-06-19 01:18:18 +02:00
#Title
2018-05-14 21:42:12 +02:00
regexp=; <<>> DiG.* <<>> (\S+)
colours=default,bold magenta