Update yaml syntax file

This commit is contained in:
Zachary Yedidia
2017-03-26 17:45:58 -04:00
parent bb7ce4cbb3
commit df564e1b8b
2 changed files with 3 additions and 2 deletions

View File

@@ -10,7 +10,8 @@ rules:
- constant: "\\b(true|false)\\b"
- statement: "(:[[:space:]]|\\[|\\]|:[[:space:]]+[|>]|^[[:space:]]*- )"
- identifier: "[[:space:]][\\*&][A-Za-z0-9]+"
- type: "([-\\w]+:\\s+)|([-\\w]+:$)"
- type: "[-.\\w]+:"
- statement: ":"
- special: "(^---|^\\.\\.\\.|^%YAML|^%TAG)"
- constant.string: