1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-02-09 13:23:51 +02:00
chroma/lexers/testdata/json.expected
2021-09-11 11:33:47 +10:00

57 lines
2.0 KiB
Plaintext

[
{"type":"Punctuation","value":"{"},
{"type":"Text","value":"\n\t"},
{"type":"NameTag","value":"\"list\""},
{"type":"Punctuation","value":":"},
{"type":"Text","value":" "},
{"type":"Punctuation","value":"["},
{"type":"LiteralNumberInteger","value":"1"},
{"type":"Punctuation","value":","},
{"type":"Text","value":" "},
{"type":"LiteralNumberInteger","value":"2"},
{"type":"Punctuation","value":","},
{"type":"Text","value":" "},
{"type":"LiteralNumberInteger","value":"3"},
{"type":"Punctuation","value":"],"},
{"type":"Text","value":"\n\t"},
{"type":"NameTag","value":"\"map\""},
{"type":"Punctuation","value":":"},
{"type":"Text","value":" "},
{"type":"Punctuation","value":"{"},
{"type":"Text","value":"\n\t\t"},
{"type":"NameTag","value":"\"key\""},
{"type":"Punctuation","value":":"},
{"type":"Text","value":" "},
{"type":"LiteralStringDouble","value":"\"value\""},
{"type":"Punctuation","value":","},
{"type":"Text","value":"\n\t"},
{"type":"Punctuation","value":"},"},
{"type":"Text","value":"\n\t"},
{"type":"CommentSingle","value":"// A comment\n"},
{"type":"Text","value":"\t"},
{"type":"NameTag","value":"\"number\""},
{"type":"Punctuation","value":":"},
{"type":"Text","value":" "},
{"type":"LiteralNumberFloat","value":"1.23"},
{"type":"Punctuation","value":","},
{"type":"Text","value":"\n\t"},
{"type":"NameTag","value":"\"string\""},
{"type":"Punctuation","value":":"},
{"type":"Text","value":" "},
{"type":"LiteralStringDouble","value":"\"string\""},
{"type":"Punctuation","value":","},
{"type":"Text","value":"\n\t"},
{"type":"NameTag","value":"\"positive\""},
{"type":"Punctuation","value":":"},
{"type":"Text","value":" "},
{"type":"KeywordConstant","value":"true"},
{"type":"Punctuation","value":","},
{"type":"Text","value":"\n\t"},
{"type":"NameTag","value":"\"negative\""},
{"type":"Punctuation","value":":"},
{"type":"Text","value":" "},
{"type":"KeywordConstant","value":"false"},
{"type":"Text","value":"\n"},
{"type":"Punctuation","value":"}"}
]