mirror of
https://github.com/garabik/grc.git
synced 2024-11-11 14:40:49 +01:00
15 lines
234 B
Text
15 lines
234 B
Text
# 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
|