mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Merge pull request #171 from yochem/master
[yaml] Color 'normal' back to 'brightwhite'
This commit is contained in:
commit
b86777419a
1 changed files with 2 additions and 2 deletions
|
|
@ -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:]])#.*$"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue