...

Text file src/github.com/alecthomas/chroma/v2/lexers/testdata/wgsl.attribute.actual

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

     1@id(0) override x:i32 = 1;
     2@ id(1) override y:i32 = 2;
     3@//comment
     4id(1) override z:i32 = 3;
     5@must_use fn foo() -> i32 { return 32; }

View as plain text