syntax: default: colorize embedded control codes
parent
90f6342fd1
commit
af5010c96f
|
@ -18,3 +18,6 @@ color magenta "<[[:alnum:].%_+-]+@[[:alnum:].-]+\.[[:alpha:]]{2,}>"
|
||||||
|
|
||||||
# Bracketed captions in certain config files.
|
# Bracketed captions in certain config files.
|
||||||
color brightgreen "^\[[^][]+\]$"
|
color brightgreen "^\[[^][]+\]$"
|
||||||
|
|
||||||
|
# Control codes.
|
||||||
|
color latte "[[:cntrl:]]"
|
||||||
|
|
Loading…
Reference in New Issue