chroma/lexers/testdata/bicep/bicep-output.expected
2025-03-22 20:46:00 +13:00

15 lines
571 B
Text

[
{"type":"KeywordDeclaration","value":"output"},
{"type":"TextWhitespace","value":" "},
{"type":"NameVariable","value":"storageEndpoint"},
{"type":"TextWhitespace","value":" "},
{"type":"NameVariable","value":"object"},
{"type":"TextWhitespace","value":" "},
{"type":"Punctuation","value":"="},
{"type":"TextWhitespace","value":" "},
{"type":"NameVariable","value":"stg"},
{"type":"Punctuation","value":"."},
{"type":"NameVariable","value":"properties"},
{"type":"Punctuation","value":"."},
{"type":"NameVariable","value":"primaryEndpoints"}
]