mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 16:45:40 +01:00
* Yaml: Fix highlighting of spaces
This commit is contained in:
parent
6b9770b236
commit
065ce0a8d4
@ -15,7 +15,7 @@ color yellow "(^| )!!(binary|bool|float|int|map|null|omap|seq|set|str) "
|
|||||||
|
|
||||||
# Separator
|
# Separator
|
||||||
color brightwhite "^\s+-"
|
color brightwhite "^\s+-"
|
||||||
color brightwhite ":(\s|\t|$)"
|
color brightwhite ":(\s|$)"
|
||||||
|
|
||||||
# Comments
|
# Comments
|
||||||
color brightblue "(^|[[:space:]])#.*$"
|
color brightblue "(^|[[:space:]])#.*$"
|
||||||
|
Loading…
Reference in New Issue
Block a user