ports/misc/grc/files/colourfiles/conf.pciconf
Fernando Apesteguía 181d184e50 misc/grc: Update to 1.13 and added some FreeBSD command colorization
ChangeLog: https://github.com/garabik/grc/

 * do not automatically create command aliases, unless explicitly specified
   (for bash)
 * several minor improvements

PR:	264401
Reported by:	sec.research.2005@gmail.com
Approved by:	walter@lifeforms.nl (maintainer, timeout > 2 weeks)
2022-06-16 07:40:05 +02:00

21 lines
588 B
Text

regexp=^(none\d+)(@pci)
colors=default,"\033[41m","\033[38;5;241m"
======
regexp=^(?:(?!none))(\w+)(@pci)
colors=default,bright_green,"\033[38;5;241m"
======
regexp=(?<=@pci)(\d+):(\d+):(\d+):(\d+)
colors=default,bright_yellow,bright_cyan,bright_magenta,bright_blue
======
regexp=:
colors="\033[38;5;241m"
======
regexp=(\w+)(=0x)(\w+)
colors=default,"\033[38;5;242m","\033[38;5;240m",bright_white
======
regexp=(\w+)\s+(=)\s+'([^\']+)'
colors=default,underline,"\033[38;5;242m",bright_yellow
======
regexp=((?:sub)?class)\s+(=)\s+([^\']+)
colors=default,underline,"\033[38;5;242m",cyan