Skip to content

Commit

Permalink
* Yaml: Fix highlighting of spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
earboxer committed Mar 16, 2022
1 parent 6b9770b commit 065ce0a
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 065ce0a

Please sign in to comment.