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

* 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

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