chroma/lexers/testdata/wgsl.attribute.actual

6 lines
133 B
Text
Raw Permalink Normal View History

2025-03-22 20:46:00 +13:00
@id(0) override x:i32 = 1;
@ id(1) override y:i32 = 2;
@//comment
id(1) override z:i32 = 3;
@must_use fn foo() -> i32 { return 32; }