1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-22 16:45:40 +01:00

Changed normal back to brightwhite, as it seems a lot of older versions of Nano don't support color normal

This commit is contained in:
yochem 2018-05-08 14:46:49 +02:00
parent a9e8d9d1e7
commit 56e9257f56

View File

@ -14,8 +14,8 @@ color yellow "[:-]\s+[0-9]+\.?[0-9]*(\s*($|#))"
color yellow "(^| )!!(binary|bool|float|int|map|null|omap|seq|set|str) " color yellow "(^| )!!(binary|bool|float|int|map|null|omap|seq|set|str) "
# Separator # Separator
color normal "^\s+-" color brightwhite "^\s+-"
color normal ":(\s|\t|$)" color brightwhite ":(\s|\t|$)"
# Comments # Comments
color white "(^|[[:space:]])#.*$" color white "(^|[[:space:]])#.*$"