chroma/lexers/testdata/wgsl.external.texture.expected

18 lines
644 B
Text
Raw Permalink Normal View History

2025-03-22 20:46:00 +13:00
[
{"type":"NameDecorator","value":"@group"},
{"type":"Punctuation","value":"("},
{"type":"LiteralNumberInteger","value":"0"},
{"type":"Punctuation","value":")"},
{"type":"TextWhitespace","value":" "},
{"type":"NameDecorator","value":"@binding"},
{"type":"Punctuation","value":"("},
{"type":"LiteralNumberInteger","value":"5"},
{"type":"Punctuation","value":")"},
{"type":"TextWhitespace","value":" "},
{"type":"KeywordDeclaration","value":"var"},
{"type":"TextWhitespace","value":" "},
{"type":"NameBuiltin","value":"texture_external"},
{"type":"Punctuation","value":";"},
{"type":"TextWhitespace","value":"\n"}
]