chroma/lexers/testdata/bicep/bicep-string-singleline-multiline.actual

6 lines
129 B
Text
Raw Permalink Normal View History

2025-03-22 20:46:00 +13:00
param exampleString string = 'test value'
var comments = '''
comments // are included
/* because everything is read as-is */
'''