...

Text file src/github.com/alecthomas/chroma/lexers/testdata/bicep/bicep-string-singleline-multiline.actual

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

     1param exampleString string = 'test value'
     2
     3var comments = '''
     4comments // are included
     5/* because everything is read as-is */
     6'''

View as plain text