...

Text file src/github.com/alecthomas/chroma/v2/lexers/testdata/wgsl.multisampled.texture.expected

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

     1[
     2  {"type":"NameDecorator","value":"@group"},
     3  {"type":"Punctuation","value":"("},
     4  {"type":"LiteralNumberInteger","value":"0"},
     5  {"type":"Punctuation","value":")"},
     6  {"type":"TextWhitespace","value":" "},
     7  {"type":"NameDecorator","value":"@binding"},
     8  {"type":"Punctuation","value":"("},
     9  {"type":"LiteralNumberInteger","value":"5"},
    10  {"type":"Punctuation","value":")"},
    11  {"type":"TextWhitespace","value":" "},
    12  {"type":"KeywordDeclaration","value":"var"},
    13  {"type":"TextWhitespace","value":" "},
    14  {"type":"NameBuiltin","value":"texture_multisampled_2d"},
    15  {"type":"Operator","value":"\u003c"},
    16  {"type":"NameBuiltin","value":"f32"},
    17  {"type":"Operator","value":"\u003e"},
    18  {"type":"Punctuation","value":";"},
    19  {"type":"TextWhitespace","value":"\n"}
    20]

View as plain text