mirror of
https://github.com/helix-editor/helix
synced 2026-08-04 02:12:59 +02:00
8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
fn run() {
|
|
// ^ @function
|
|
let y = bar(2);
|
|
// ^ @function
|
|
let z = obj.field;
|
|
// ^ @variable.other.member
|
|
}
|