Files
helix/tests/query/highlights/wesl/calls.wesl
2026-06-20 14:49:53 +09:00

8 lines
136 B
Plaintext

fn run() {
// ^ @function
let y = bar(2);
// ^ @function
let z = obj.field;
// ^ @variable.other.member
}