...

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

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

     1[
     2  {"type":"NameProperty","value":"publicIPAddress"},
     3  {"type":"Punctuation","value":":"},
     4  {"type":"TextWhitespace","value":" "},
     5  {"type":"NameFunction","value":"any"},
     6  {"type":"Punctuation","value":"(("},
     7  {"type":"Text","value":"pipId"},
     8  {"type":"TextWhitespace","value":" "},
     9  {"type":"Operator","value":"=="},
    10  {"type":"TextWhitespace","value":" "},
    11  {"type":"LiteralString","value":"''"},
    12  {"type":"Punctuation","value":")"},
    13  {"type":"TextWhitespace","value":" "},
    14  {"type":"Punctuation","value":"?"},
    15  {"type":"TextWhitespace","value":" "},
    16  {"type":"Text","value":"null"},
    17  {"type":"TextWhitespace","value":" "},
    18  {"type":"Punctuation","value":":"},
    19  {"type":"TextWhitespace","value":" "},
    20  {"type":"Punctuation","value":"{"},
    21  {"type":"TextWhitespace","value":"\n  "},
    22  {"type":"NameProperty","value":"id"},
    23  {"type":"Punctuation","value":":"},
    24  {"type":"TextWhitespace","value":" "},
    25  {"type":"Text","value":"pipId"},
    26  {"type":"TextWhitespace","value":"\n"},
    27  {"type":"Punctuation","value":"})"}
    28]

View as plain text