commit af5010c96f5dfa0014e906e0157388887fac1429
parent 90f6342fd131401c05cee3c6d9fce652b9cf42ec
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Sat, 20 Jun 2020 13:47:32 +0200
syntax: default: colorize embedded control codes
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/syntax/default.nanorc b/syntax/default.nanorc
@@ -18,3 +18,6 @@ color magenta "<[[:alnum:].%_+-]+@[[:alnum:].-]+\.[[:alpha:]]{2,}>"
# Bracketed captions in certain config files.
color brightgreen "^\[[^][]+\]$"
+
+# Control codes.
+color latte "[[:cntrl:]]"