diff --git a/syntax/nanorc.nanorc b/syntax/nanorc.nanorc index 9fc8e7d8..dedb54a8 100644 --- a/syntax/nanorc.nanorc +++ b/syntax/nanorc.nanorc @@ -18,7 +18,7 @@ icolor brightgreen "^[[:space:]]*(syntax|linter)[[:space:]]+[^[:blank:]]+" icolor green "^[[:space:]]*((un)?(bind|set)|include|syntax|header|magic|comment|linter|extendsyntax)\>" # Strings -color brightmagenta "".+"([[:space:]]|$)" +color brightmagenta "[[:space:]]".+"([[:space:]]|$)" # Colors icolor yellow "^[[:space:]]*i?color[[:space:]]*(bright)?(white|black|red|blue|green|yellow|magenta|cyan|normal)?(,(white|black|red|blue|green|yellow|magenta|cyan|normal))?\>"