mirror of
https://github.com/alecthomas/chroma.git
synced 2025-02-13 13:28:27 +02:00
27 lines
997 B
Plaintext
27 lines
997 B
Plaintext
[
|
|
{"type":"Keyword","value":"[Section A]"},
|
|
{"type":"Text","value":"\n"},
|
|
{"type":"NameAttribute","value":"KeyOne"},
|
|
{"type":"Operator","value":"="},
|
|
{"type":"LiteralString","value":"value 1"},
|
|
{"type":"Text","value":"\n"},
|
|
{"type":"NameAttribute","value":"KeyTwo"},
|
|
{"type":"Operator","value":"="},
|
|
{"type":"LiteralString","value":"value 2"},
|
|
{"type":"Text","value":"\n\n"},
|
|
{"type":"Comment","value":"# a comment"},
|
|
{"type":"Text","value":"\n\n"},
|
|
{"type":"Keyword","value":"[Section B]"},
|
|
{"type":"Text","value":"\n"},
|
|
{"type":"NameAttribute","value":"Setting"},
|
|
{"type":"Operator","value":"="},
|
|
{"type":"LiteralString","value":"\"something\" \"some thing\" \"…\""},
|
|
{"type":"Text","value":"\n"},
|
|
{"type":"NameAttribute","value":"KeyTwo"},
|
|
{"type":"Operator","value":"="},
|
|
{"type":"LiteralString","value":"value 2 "},
|
|
{"type":"Text","value":"\\\n"},
|
|
{"type":"LiteralString","value":" value 2 continued"},
|
|
{"type":"Text","value":"\n\n"}
|
|
]
|