syntax: default: don't colorize stuff between two pairs of brackets

That is, don't allow another bracket between the opening and the
closing bracket.
master
Benno Schulenberg 2019-10-25 12:21:35 +02:00
parent b025f67805
commit 34b1824822
1 changed files with 1 additions and 1 deletions

View File

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