syntax: default: colorize embedded control codes

This commit is contained in:
Benno Schulenberg 2020-06-20 13:47:32 +02:00
parent 90f6342fd1
commit af5010c96f

View File

@ -18,3 +18,6 @@ color magenta "<[[:alnum:].%_+-]+@[[:alnum:].-]+\.[[:alpha:]]{2,}>"
# Bracketed captions in certain config files.
color brightgreen "^\[[^][]+\]$"
# Control codes.
color latte "[[:cntrl:]]"