mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
12 lines
246 B
Plaintext
12 lines
246 B
Plaintext
# 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
|