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

11 lines
320 B
Text

[
{"type":"KeywordType","value":"var"},
{"type":"Text","value":" "},
{"type":"Name","value":"_abc"},
{"type":"Text","value":" "},
{"type":"Punctuation","value":"="},
{"type":"Text","value":" "},
{"type":"LiteralNumber","value":"123"},
{"type":"Punctuation","value":";"},
{"type":"Text","value":"\n"}
]