chroma/lexers/testdata/promela/dotted-assign.expected
2025-03-22 20:46:00 +13:00

38 lines
1.4 KiB
Text

[
{"type":"KeywordDeclaration","value":"init"},
{"type":"TextWhitespace","value":" "},
{"type":"Punctuation","value":"{"},
{"type":"TextWhitespace","value":"\n "},
{"type":"Name","value":"intercepted"},
{"type":"Operator","value":"."},
{"type":"NameAttribute","value":"key"},
{"type":"TextWhitespace","value":" "},
{"type":"Operator","value":"="},
{"type":"TextWhitespace","value":" "},
{"type":"Name","value":"data"},
{"type":"Operator","value":"."},
{"type":"NameAttribute","value":"key"},
{"type":"TextWhitespace","value":"\n "},
{"type":"Name","value":"r"},
{"type":"Operator","value":"."},
{"type":"NameAttribute","value":"b"},
{"type":"Punctuation","value":"["},
{"type":"Name","value":"a"},
{"type":"Punctuation","value":"]"},
{"type":"TextWhitespace","value":" "},
{"type":"Operator","value":"="},
{"type":"TextWhitespace","value":" "},
{"type":"Name","value":"a"},
{"type":"TextWhitespace","value":" "},
{"type":"Operator","value":"*"},
{"type":"TextWhitespace","value":" "},
{"type":"LiteralNumberInteger","value":"4"},
{"type":"TextWhitespace","value":" "},
{"type":"Operator","value":"+"},
{"type":"TextWhitespace","value":" "},
{"type":"LiteralNumberInteger","value":"7"},
{"type":"Punctuation","value":";"},
{"type":"TextWhitespace","value":"\n"},
{"type":"Punctuation","value":"}"},
{"type":"TextWhitespace","value":"\n"}
]