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

19 lines
627 B
Text

[
{"type":"NameVariable","value":"$white"},
{"type":"Text","value":" "},
{"type":"Operator","value":"?="},
{"type":"Text","value":" "},
{"type":"LiteralNumberHex","value":"#fff"},
{"type":"Text","value":"\n"},
{"type":"NameTag","value":"body"},
{"type":"Text","value":" "},
{"type":"Punctuation","value":"{"},
{"type":"Text","value":"\n "},
{"type":"NameProperty","value":"color"},
{"type":"Punctuation","value":":"},
{"type":"Text","value":" "},
{"type":"NameVariable","value":"$white"},
{"type":"Punctuation","value":";"},
{"type":"Text","value":"\n"},
{"type":"Punctuation","value":"}"}
]