Merge pull request #179 from BarbzYHOOL/patch-1

YAML comments are now grey/brightblue
This commit is contained in:
Anthony Scopatz 2018-07-05 08:57:30 -04:00 committed by GitHub
commit c18ba7b651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ color brightwhite "^\s+-"
color brightwhite ":(\s|\t|$)"
# Comments
color white "(^|[[:space:]])#.*$"
color brightblue "(^|[[:space:]])#.*$"