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
parent
b025f67805
commit
34b1824822
|
@ -17,4 +17,4 @@ color brightred "(GNU )?[Nn]ano [1-4]\.[0-9][-.[:alnum:]]*\>"
|
||||||
color magenta "<[[:alnum:].%_+-]+@[[:alnum:].-]+\.[[:alpha:]]{2,}>"
|
color magenta "<[[:alnum:].%_+-]+@[[:alnum:].-]+\.[[:alpha:]]{2,}>"
|
||||||
|
|
||||||
# Bracketed captions in certain config files.
|
# Bracketed captions in certain config files.
|
||||||
color brightgreen "^\[.*\]$"
|
color brightgreen "^\[[^][]+\]$"
|
||||||
|
|
Loading…
Reference in New Issue