1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-22 08:35:39 +01:00

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

View File

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