...

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

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

     1[
     2  {"type":"KeywordDeclaration","value":"var"},
     3  {"type":"TextWhitespace","value":" "},
     4  {"type":"Text","value":"storagePrefix"},
     5  {"type":"TextWhitespace","value":" "},
     6  {"type":"Punctuation","value":"="},
     7  {"type":"TextWhitespace","value":" "},
     8  {"type":"LiteralStringInterpol","value":"'dev'"},
     9  {"type":"TextWhitespace","value":"\n"},
    10  {"type":"KeywordDeclaration","value":"var"},
    11  {"type":"TextWhitespace","value":" "},
    12  {"type":"Text","value":"uniqueStorageName"},
    13  {"type":"TextWhitespace","value":" "},
    14  {"type":"Punctuation","value":"="},
    15  {"type":"TextWhitespace","value":" "},
    16  {"type":"LiteralStringInterpol","value":"'${storagePrefix}${uniqueString(resourceGroup().id)}'"}
    17]

View as plain text