diff options
author | Sam James <sam@gentoo.org> | 2023-06-11 21:25:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-11 21:44:03 +0100 |
commit | dfc9314a445419764ddb888470860c0f75e43e51 (patch) | |
tree | c044644e782edd68636016ab701faff5416e8f6e /app-editors | |
parent | app-crypt/certbot-nginx: stabilize 2.6.0 for amd64, x86 (diff) | |
download | gentoo-dfc9314a445419764ddb888470860c0f75e43e51.tar.gz gentoo-dfc9314a445419764ddb888470860c0f75e43e51.tar.bz2 gentoo-dfc9314a445419764ddb888470860c0f75e43e51.zip |
app-editors/nano: fix syntax highlighting typo
Fixes: d8d70e0f645df5846ca33f2d6584746ae3d552a4
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nano/files/gentoo.nanorc-r1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/nano/files/gentoo.nanorc-r1 b/app-editors/nano/files/gentoo.nanorc-r1 index 067dee075190..100877dd16d4 100644 --- a/app-editors/nano/files/gentoo.nanorc-r1 +++ b/app-editors/nano/files/gentoo.nanorc-r1 @@ -84,7 +84,7 @@ color magenta ":[^[:space:]]+([[:space:]]|$)" color brightred "[[:space:]]+\+?[A-Za-z0-9+_@-]+" color brightblue "[[:space:]]+-[A-Za-z0-9+_@-]+" ## Accepted arches: -color white "[~-]?\<(alpha|amd64|arm(64)?|hppa|ia64|loong|m68k|mips|ppc(64)?|riscv|s390|sparc|x86)(-(linux|macos|solaris)?\>" +color white "[~-]?\<(alpha|amd64|arm(64)?|hppa|ia64|loong|m68k|mips|ppc(64)?|riscv|s390|sparc|x86)(-(linux|macos|solaris))?\>" color white "[[:space:]][*~-]?\*" ## Categories: color cyan "^[[:space:]]*[^/]*/" |