...

Text file src/github.com/alecthomas/chroma/v2/lexers/testdata/wgsl.external.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_external"},
    15  {"type":"Punctuation","value":";"},
    16  {"type":"TextWhitespace","value":"\n"}
    17]

View as plain text