syntax: default: colorize bracketed section headers in some config files

This commit is contained in:
Benno Schulenberg 2019-08-14 09:18:51 +02:00
parent 288355686b
commit f773fa3968
1 changed files with 3 additions and 0 deletions

View File

@ -15,3 +15,6 @@ color brightred "(GNU )?[Nn]ano [1-4]\.[0-9][-.[:alnum:]]*\>"
# Email addresses.
color magenta "<[[:alnum:].%_+-]+@[[:alnum:].-]+\.[[:alpha:]]{2,}>"
# Bracketed captions in certain config files.
color brightgreen "^\[.*\]$"