Skip to content

Commit

Permalink
fix(yaml): highlighting of spaces
Browse files Browse the repository at this point in the history
Originally proposed in scopatz#378
  • Loading branch information
earboxer authored and galenguyer committed Nov 2, 2022
1 parent 0a07b59 commit c8aa32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaml.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ color yellow "(^| )!!(binary|bool|float|int|map|null|omap|seq|set|str) "

# Separator
color brightwhite "^\s*-"
color brightwhite ":(\s|\t|$)"
color brightwhite ":(\s|$)"

# Comments
color brightblue "(^|[[:space:]])#.*$"
Expand Down

0 comments on commit c8aa32d

Please sign in to comment.