...

Text file src/github.com/alecthomas/chroma/v2/lexers/testdata/raku/unterminated_heredoc.expected

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

     1[
     2  {"type":"NameBuiltin","value":"say"},
     3  {"type":"Text","value":" "},
     4  {"type":"Keyword","value":"q"},
     5  {"type":"LiteralStringAffix","value":":to"},
     6  {"type":"Punctuation","value":"//"},
     7  {"type":"LiteralString","value":";"},
     8  {"type":"Text","value":"\n\n"},
     9  {"type":"NameBuiltin","value":"say"},
    10  {"type":"Text","value":" "},
    11  {"type":"Punctuation","value":"'"},
    12  {"type":"LiteralStringSingle","value":"something"},
    13  {"type":"Punctuation","value":"';"},
    14  {"type":"Text","value":"\n\n"},
    15  {"type":"CommentSingle","value":"# Unterminated heredoc"},
    16  {"type":"Text","value":"\n"},
    17  {"type":"NameBuiltin","value":"say"},
    18  {"type":"Text","value":" "},
    19  {"type":"Keyword","value":"q"},
    20  {"type":"LiteralStringAffix","value":":to"},
    21  {"type":"Punctuation","value":"/Foo/;"},
    22  {"type":"LiteralString","value":"\n\nsay 'something';\n"}
    23]

View as plain text