...

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

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

     1say q:to//;
     2
     3say 'something';
     4
     5# Unterminated heredoc
     6say q:to/Foo/;
     7
     8say 'something';

View as plain text