mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
* Yaml: Fix highlighting of spaces
This commit is contained in:
parent
6b9770b236
commit
065ce0a8d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue