chroma/lexers/testdata/v/v.mode.expected
2025-03-22 20:46:00 +13:00

29 lines
1.1 KiB
Text

[
{"type":"NameClass","value":"Module"},
{"type":"Text","value":" "},
{"type":"Punctuation","value":"{"},
{"type":"Text","value":"\n\t"},
{"type":"NameVariable","value":"name"},
{"type":"Punctuation","value":":"},
{"type":"Text","value":" "},
{"type":"LiteralStringSingle","value":"'mymodule'"},
{"type":"Punctuation","value":","},
{"type":"Text","value":"\n\t"},
{"type":"NameVariable","value":"description"},
{"type":"Punctuation","value":":"},
{"type":"Text","value":" "},
{"type":"LiteralStringSingle","value":"'My nice module wraps a simple C library.'"},
{"type":"Punctuation","value":","},
{"type":"Text","value":"\n\t"},
{"type":"NameVariable","value":"version"},
{"type":"Punctuation","value":":"},
{"type":"Text","value":" "},
{"type":"LiteralStringSingle","value":"'0.0.1'"},
{"type":"Text","value":"\n\t"},
{"type":"NameVariable","value":"dependencies"},
{"type":"Punctuation","value":":"},
{"type":"Text","value":" "},
{"type":"Punctuation","value":"[]"},
{"type":"Text","value":"\n"},
{"type":"Punctuation","value":"}"}
]