syntax: default: colorize embedded control codes

master
Benno Schulenberg 2020-06-20 13:47:32 +02:00
parent 90f6342fd1
commit af5010c96f
1 changed files with 3 additions and 0 deletions

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:]]"