...

Text file src/github.com/alecthomas/chroma/v2/lexers/testdata/bicep/bicep-variable-string-interpolation.actual

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

     1var storagePrefix = 'dev'
     2var uniqueStorageName = '${storagePrefix}${uniqueString(resourceGroup().id)}'

View as plain text