mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-12 04:41:12 -03:00
12 lines
258 B
Plaintext
12 lines
258 B
Plaintext
# Colon at the beginning of the key name is accepted by the YAML specs too
|
|
|
|
---input---
|
|
:foo: value
|
|
|
|
---tokens---
|
|
':foo' Name.Tag
|
|
':' Punctuation
|
|
' ' Text.Whitespace
|
|
'value' Literal.Scalar.Plain
|
|
'\n' Text.Whitespace
|