blob: 6f68b6d37ebf9a9c499c18f770cdc58b40f07532 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Colons in the key name is accepted by the YAML specs too
---input---
foo::bar: value
---tokens---
'foo::bar' Name.Tag
':' Punctuation
' ' Text.Whitespace
'value' Literal.Scalar.Plain
'\n' Text.Whitespace
|