...

Text file src/github.com/alecthomas/chroma/v2/lexers/testdata/bicep/bicep-coalesce-operator.expected

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

     1[
     2  {"type":"KeywordDeclaration","value":"output"},
     3  {"type":"TextWhitespace","value":" "},
     4  {"type":"Text","value":"nonNullStr"},
     5  {"type":"TextWhitespace","value":" "},
     6  {"type":"NameFunction","value":"string"},
     7  {"type":"TextWhitespace","value":" "},
     8  {"type":"Punctuation","value":"="},
     9  {"type":"TextWhitespace","value":" "},
    10  {"type":"Text","value":"myObject"},
    11  {"type":"Punctuation","value":"."},
    12  {"type":"Text","value":"isnull1"},
    13  {"type":"TextWhitespace","value":" "},
    14  {"type":"Operator","value":"??"},
    15  {"type":"TextWhitespace","value":" "},
    16  {"type":"Text","value":"myObject"},
    17  {"type":"Punctuation","value":"."},
    18  {"type":"NameFunction","value":"string"},
    19  {"type":"TextWhitespace","value":" "},
    20  {"type":"Operator","value":"??"},
    21  {"type":"TextWhitespace","value":" "},
    22  {"type":"Text","value":"myObject"},
    23  {"type":"Punctuation","value":"."},
    24  {"type":"Text","value":"isnull2"}
    25]

View as plain text