mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-05 22:50:21 +09:00
13 lines
518 B
Plaintext
13 lines
518 B
Plaintext
syntax "yaml" "\.ya?ml$"
|
|
header "%YAML"
|
|
|
|
color type "(^| )!!(binary|bool|float|int|map|null|omap|seq|set|str) "
|
|
color constant "\b(YES|yes|Y|y|ON|on|NO|no|N|n|OFF|off)\b"
|
|
color constant "\b(true|false)\b"
|
|
color statement ":[[:space:]]" "\[" "\]" ":[[:space:]]+[|>]" "^[[:space:]]*- "
|
|
color identifier "[[:space:]][\*&][A-Za-z0-9]+"
|
|
color type "([-\w]+:\s+)|([-\w]+:$)"
|
|
color constant.string ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
|
color comment "(^|[[:space:]])#([^{].*)?$"
|
|
color special "^---" "^\.\.\." "^%YAML" "^%TAG"
|