diff --git a/syntax/po.nanorc b/syntax/po.nanorc
index 16441d1f56c6f3fc60bfa148b09040693c12db1f..dab602ca653b04421d6c105ecdd5bf1f8b121040 100644
--- a/syntax/po.nanorc
+++ b/syntax/po.nanorc
@@ -20,9 +20,9 @@ color red " fuzzy(,|$)"
 color yellow " (no-)?[-[:alpha:]]+-format(,|$)"
 # Format specifiers.
 color brightmagenta "%([1-9]\$)?[a-z]*"
-# Quotes and newlines.
+# Quotes and escaped characters.
 color yellow "\""
-color cyan "\\n"
+color cyan "\\[abcefnrtv"\]"
 # Reminders.
 color brightwhite,yellow "(FIXME|TODO|XXX)"
 # Obsolete strings.