3 # Description for --help
4 DESC
="Miscellaneous patterns"
6 # Words to highlight - extended regex ("sed -r" compatible)
7 # Except with the use of '^.+$' for BOLD/UNDERLINE, having overlapping colors
8 # is not supported and the result will be unpredictable.
11 GREEN
=('^.+\.example\.com')
18 # Bold and Underline are special case, it can be done within and around colors. Be
19 # aware however that the string may have embedded escape codes at this point.
21 # Use '^.+$' here to get bright colors everywhere...