1
0
mirror of https://github.com/scopatz/nanorc synced 2024-09-28 17:09:50 +02:00

Merge pull request #171 from yochem/master

[yaml] Color 'normal' back to 'brightwhite'
This commit is contained in:
Anthony Scopatz 2018-05-08 13:31:56 -04:00 committed by GitHub
commit b86777419a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) "
# Separator
color normal "^\s+-"
color normal ":(\s|\t|$)"
color brightwhite "^\s+-"
color brightwhite ":(\s|\t|$)"
# Comments
color white "(^|[[:space:]])#.*$"