* Yaml: Fix highlighting of spaces

This commit is contained in:
Zach DeCook 2021-03-19 12:30:53 -04:00 committed by Zach DeCook
parent 6b9770b236
commit 065ce0a8d4
1 changed files with 1 additions and 1 deletions

View File

@ -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:]])#.*$"