...

Text file src/github.com/alecthomas/chroma/v2/lexers/testdata/csharp/csharp_var.expected

Documentation: github.com/alecthomas/chroma/v2/lexers/testdata/csharp

     1[
     2  {"type":"KeywordType","value":"var"},
     3  {"type":"Text","value":" "},
     4  {"type":"Name","value":"_abc"},
     5  {"type":"Text","value":" "},
     6  {"type":"Punctuation","value":"="},
     7  {"type":"Text","value":" "},
     8  {"type":"LiteralNumber","value":"123"},
     9  {"type":"Punctuation","value":";"},
    10  {"type":"Text","value":"\n"}
    11]

View as plain text