...

Text file src/github.com/alecthomas/chroma/v2/lexers/testdata/wgsl.line.comment.expected

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

     1[
     2  {"type":"TextWhitespace","value":"  "},
     3  {"type":"CommentSingle","value":"// this is a line-ending comment\n"},
     4  {"type":"TextWhitespace","value":" "},
     5  {"type":"CommentSingle","value":"//* embed a bock comment start, after a space\n// /* embed a bock comment start, v2\n"}
     6]

View as plain text