...

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

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

     1config const numMessages = 100;
     2
     3forall msg in 1..numMessages do
     4  writeln("Hello, world! (from iteration ", msg, " of ", numMessages, ")");
     5
     6// Oh, and a comment for good measure.

View as plain text