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

9 lines
394 B
Text

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