Update yaml.nanorc

It's valid for yaml files like this to exist:
```yaml
- my
- list
- of
- strings
```
This commit is contained in:
Will Stott 2021-07-06 16:19:53 +01:00 committed by GitHub
parent 1aa64a86cf
commit f4d9cdc8eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ color yellow "[:-]\s+[0-9]+\.?[0-9]*(\s*($|#))"
color yellow "(^| )!!(binary|bool|float|int|map|null|omap|seq|set|str) "
# Separator
color brightwhite "^\s+-"
color brightwhite "^\s*-"
color brightwhite ":(\s|\t|$)"
# Comments