...

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

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

     1[
     2  {"type":"Keyword","value":"public"},
     3  {"type":"Text","value":" "},
     4  {"type":"Keyword","value":"record"},
     5  {"type":"Text","value":" "},
     6  {"type":"NameClass","value":"Person"},
     7  {"type":"Punctuation","value":"("},
     8  {"type":"KeywordType","value":"string"},
     9  {"type":"Text","value":" "},
    10  {"type":"Name","value":"FirstName"},
    11  {"type":"Punctuation","value":","},
    12  {"type":"Text","value":" "},
    13  {"type":"KeywordType","value":"string"},
    14  {"type":"Text","value":" "},
    15  {"type":"Name","value":"LastName"},
    16  {"type":"Punctuation","value":");"}
    17]

View as plain text