...

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

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

     1[
     2  {"type":"CommentMultiline","value":"/*\n    Hello World\n*/"},
     3  {"type":"Text","value":"\n\n"},
     4  {"type":"CommentMultiline","value":"/***\n*   Hello Developer\n***/"}
     5]

View as plain text