mirror of
https://github.com/garabik/grc.git
synced 2024-10-28 17:41:01 +01:00
16 lines
234 B
Plaintext
16 lines
234 B
Plaintext
# Intended for colouring LDIF output (from ldap tools)
|
|
# comments
|
|
regexp=^#.*
|
|
colours=green
|
|
count=stop
|
|
-
|
|
# meta
|
|
regexp=^(version|search|result):
|
|
colours=red
|
|
count=stop
|
|
-
|
|
# "attribute: value" pairs
|
|
regexp=^.*?:
|
|
colours=blue
|
|
count=stop
|