...

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

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

     1[
     2  {"type":"Keyword","value":"public"},
     3  {"type":"Text","value":" "},
     4  {"type":"Keyword","value":"interface"},
     5  {"type":"Text","value":" "},
     6  {"type":"NameClass","value":"IOrder"},
     7  {"type":"Text","value":"\n"},
     8  {"type":"Punctuation","value":"{"},
     9  {"type":"Text","value":"\n    "},
    10  {"type":"Name","value":"DateTime"},
    11  {"type":"Text","value":" "},
    12  {"type":"Name","value":"Purchased"},
    13  {"type":"Text","value":" "},
    14  {"type":"Punctuation","value":"{"},
    15  {"type":"Text","value":" "},
    16  {"type":"Keyword","value":"get"},
    17  {"type":"Punctuation","value":";"},
    18  {"type":"Text","value":" "},
    19  {"type":"Punctuation","value":"}"},
    20  {"type":"Text","value":"\n    "},
    21  {"type":"KeywordType","value":"decimal"},
    22  {"type":"Text","value":" "},
    23  {"type":"Name","value":"Cost"},
    24  {"type":"Text","value":" "},
    25  {"type":"Punctuation","value":"{"},
    26  {"type":"Text","value":" "},
    27  {"type":"Keyword","value":"get"},
    28  {"type":"Punctuation","value":";"},
    29  {"type":"Text","value":" "},
    30  {"type":"Punctuation","value":"}"},
    31  {"type":"Text","value":"\n"},
    32  {"type":"Punctuation","value":"}"}
    33]

View as plain text