...

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

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

     1[
     2  {"type":"CommentSpecial","value":"/// \u003csummary\u003e"},
     3  {"type":"Text","value":"\n"},
     4  {"type":"CommentSpecial","value":"/// Class \u003cc\u003ePoint\u003c/c\u003e models a point in a two-dimensional plane."},
     5  {"type":"Text","value":"\n"},
     6  {"type":"CommentSpecial","value":"/// \u003c/summary\u003e"}
     7]

View as plain text