...

Text file src/github.com/alecthomas/chroma/v2/lexers/testdata/aql/comments.expected

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

     1[
     2  {"type":"Name","value":"code"},
     3  {"type":"CommentSingle","value":"//comment\n"},
     4  {"type":"Name","value":"code"},
     5  {"type":"CommentMultiline","value":"/*comment*/"},
     6  {"type":"Text","value":"\n"},
     7  {"type":"CommentMultiline","value":"/* comment RETURN 42 \"'` *\nmultiline */"},
     8  {"type":"Name","value":"code"},
     9  {"type":"Text","value":"\n"},
    10  {"type":"Name","value":"white"},
    11  {"type":"Text","value":" \t"},
    12  {"type":"Name","value":"space"}
    13]

View as plain text