Skip to content

Commit

Permalink
Merge pull request scopatz#171 from yochem/master
Browse files Browse the repository at this point in the history
[yaml] Color 'normal' back to 'brightwhite'
  • Loading branch information
scopatz committed May 8, 2018
2 parents a9e8d9d + 56e9257 commit b867774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yaml.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -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:]])#.*$"

0 comments on commit b867774

Please sign in to comment.