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:
parent
6b9770b236
commit
065ce0a8d4
@ -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:]])#.*$"
|
||||
|
Loading…
Reference in New Issue
Block a user