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
1 changed files with 2 additions and 2 deletions

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:]])#.*$"