File: conf.ldap

package info (click to toggle)
grc 1.0.8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 208 kB
  • ctags: 90
  • sloc: python: 285; makefile: 39; sh: 35
file content (15 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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