...

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

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

     1[
     2  {"type":"KeywordDeclaration","value":"output"},
     3  {"type":"TextWhitespace","value":" "},
     4  {"type":"Text","value":"trueString"},
     5  {"type":"TextWhitespace","value":" "},
     6  {"type":"KeywordType","value":"bool"},
     7  {"type":"TextWhitespace","value":" "},
     8  {"type":"Punctuation","value":"="},
     9  {"type":"TextWhitespace","value":" "},
    10  {"type":"NameFunction","value":"bool"},
    11  {"type":"Punctuation","value":"("},
    12  {"type":"LiteralStringInterpol","value":"'true'"},
    13  {"type":"Punctuation","value":")"},
    14  {"type":"TextWhitespace","value":"\n"},
    15  {"type":"KeywordDeclaration","value":"output"},
    16  {"type":"TextWhitespace","value":" "},
    17  {"type":"Text","value":"falseString"},
    18  {"type":"TextWhitespace","value":" "},
    19  {"type":"KeywordType","value":"bool"},
    20  {"type":"TextWhitespace","value":" "},
    21  {"type":"Punctuation","value":"="},
    22  {"type":"TextWhitespace","value":" "},
    23  {"type":"NameFunction","value":"bool"},
    24  {"type":"Punctuation","value":"("},
    25  {"type":"LiteralStringInterpol","value":"'false'"},
    26  {"type":"Punctuation","value":")"},
    27  {"type":"TextWhitespace","value":"\n"},
    28  {"type":"KeywordDeclaration","value":"output"},
    29  {"type":"TextWhitespace","value":" "},
    30  {"type":"Text","value":"trueInt"},
    31  {"type":"TextWhitespace","value":" "},
    32  {"type":"KeywordType","value":"bool"},
    33  {"type":"TextWhitespace","value":" "},
    34  {"type":"Punctuation","value":"="},
    35  {"type":"TextWhitespace","value":" "},
    36  {"type":"NameFunction","value":"bool"},
    37  {"type":"Punctuation","value":"("},
    38  {"type":"Text","value":"1"},
    39  {"type":"Punctuation","value":")"},
    40  {"type":"TextWhitespace","value":"\n"},
    41  {"type":"KeywordDeclaration","value":"output"},
    42  {"type":"TextWhitespace","value":" "},
    43  {"type":"Text","value":"falseInt"},
    44  {"type":"TextWhitespace","value":" "},
    45  {"type":"KeywordType","value":"bool"},
    46  {"type":"TextWhitespace","value":" "},
    47  {"type":"Punctuation","value":"="},
    48  {"type":"TextWhitespace","value":" "},
    49  {"type":"NameFunction","value":"bool"},
    50  {"type":"Punctuation","value":"("},
    51  {"type":"Text","value":"0"},
    52  {"type":"Punctuation","value":")"}
    53]

View as plain text