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

99 lines
3.7 KiB
Text

[
{"type":"CommentPreproc","value":"@if minimum_version(3.20)\n"},
{"type":"Keyword","value":"body"},
{"type":"Text","value":" "},
{"type":"Keyword","value":"members"},
{"type":"Text","value":" "},
{"type":"NameFunction","value":"foo"},
{"type":"Text","value":"\n"},
{"type":"Punctuation","value":"{"},
{"type":"Text","value":"\n "},
{"type":"KeywordReserved","value":"include"},
{"type":"Text","value":" "},
{"type":"Operator","value":"=\u003e"},
{"type":"Text","value":" "},
{"type":"Punctuation","value":"{"},
{"type":"Text","value":" "},
{"type":"LiteralString","value":"\"alice\""},
{"type":"Punctuation","value":","},
{"type":"Text","value":" "},
{"type":"LiteralString","value":"\"bob\""},
{"type":"Text","value":" "},
{"type":"Punctuation","value":"};"},
{"type":"Text","value":"\n "},
{"type":"KeywordReserved","value":"exclude"},
{"type":"Text","value":" "},
{"type":"Operator","value":"=\u003e"},
{"type":"Text","value":" "},
{"type":"Punctuation","value":"{"},
{"type":"Text","value":" "},
{"type":"LiteralString","value":"\"malcom\""},
{"type":"Text","value":" "},
{"type":"Punctuation","value":"};"},
{"type":"Text","value":"\n"},
{"type":"Punctuation","value":"}"},
{"type":"Text","value":"\n"},
{"type":"CommentPreproc","value":"@endif\n"},
{"type":"Text","value":"\n"},
{"type":"CommentPreproc","value":"@if minimum_version(3.20)\n"},
{"type":"Keyword","value":"promise"},
{"type":"Text","value":" "},
{"type":"Keyword","value":"agent"},
{"type":"Text","value":" "},
{"type":"NameFunction","value":"blah"},
{"type":"Text","value":"\n"},
{"type":"Punctuation","value":"{"},
{"type":"Text","value":"\n "},
{"type":"KeywordReserved","value":"path"},
{"type":"Text","value":" "},
{"type":"Operator","value":"=\u003e"},
{"type":"Text","value":" "},
{"type":"LiteralString","value":"\"/some/path\""},
{"type":"Punctuation","value":";"},
{"type":"Text","value":"\n"},
{"type":"Punctuation","value":"}"},
{"type":"Text","value":"\n"},
{"type":"CommentPreproc","value":"@endif\n"},
{"type":"Text","value":"\n"},
{"type":"Keyword","value":"bundle"},
{"type":"Text","value":" "},
{"type":"Keyword","value":"agent"},
{"type":"Text","value":" "},
{"type":"NameFunction","value":"__main__"},
{"type":"Text","value":"\n"},
{"type":"Punctuation","value":"{"},
{"type":"Text","value":"\n "},
{"type":"KeywordDeclaration","value":"groups"},
{"type":"Punctuation","value":":"},
{"type":"Text","value":"\n "},
{"type":"LiteralString","value":"\"foo\""},
{"type":"Text","value":"\n "},
{"type":"KeywordReserved","value":"policy"},
{"type":"Text","value":" "},
{"type":"Operator","value":"=\u003e"},
{"type":"Text","value":" "},
{"type":"LiteralString","value":"\"present\""},
{"type":"Punctuation","value":","},
{"type":"Text","value":"\n"},
{"type":"CommentPreproc","value":"@if minimum_version(3.20)\n"},
{"type":"Text","value":" "},
{"type":"KeywordReserved","value":"members"},
{"type":"Text","value":" "},
{"type":"Operator","value":"=\u003e"},
{"type":"Text","value":" "},
{"type":"NameFunction","value":"foo"},
{"type":"Punctuation","value":";"},
{"type":"Text","value":"\n"},
{"type":"CommentPreproc","value":"@else\n"},
{"type":"Text","value":" "},
{"type":"KeywordReserved","value":"members"},
{"type":"Text","value":" "},
{"type":"Operator","value":"=\u003e"},
{"type":"Text","value":" "},
{"type":"LiteralString","value":"'{ \"include\": [\"alice\", \"bob\"],\n \"exclude\": [\"malcom\"] }'"},
{"type":"Punctuation","value":";"},
{"type":"Text","value":"\n"},
{"type":"CommentPreproc","value":"@endif\n"},
{"type":"Punctuation","value":"}"},
{"type":"Text","value":"\n"}
]