1
1

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.
Этот коммит содержится в:
Benno Schulenberg 2019-10-25 12:21:35 +02:00
родитель b025f67805
Коммит 34b1824822

Просмотреть файл

@ -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 "^\[[^][]+\]$"