...

Text file src/github.com/alecthomas/chroma/lexers/testdata/bicep/bicep-output.expected

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

     1[
     2  {"type":"KeywordDeclaration","value":"output"},
     3  {"type":"TextWhitespace","value":" "},
     4  {"type":"Text","value":"storageEndpoint"},
     5  {"type":"TextWhitespace","value":" "},
     6  {"type":"KeywordType","value":"object"},
     7  {"type":"TextWhitespace","value":" "},
     8  {"type":"Punctuation","value":"="},
     9  {"type":"TextWhitespace","value":" "},
    10  {"type":"Text","value":"stg"},
    11  {"type":"Punctuation","value":"."},
    12  {"type":"Text","value":"properties"},
    13  {"type":"Punctuation","value":"."},
    14  {"type":"Text","value":"primaryEndpoints"}
    15]

View as plain text