mirror of
https://github.com/helix-editor/helix
synced 2026-08-03 01:54:10 +02:00
9 lines
148 B
Plaintext
9 lines
148 B
Plaintext
fn main() {
|
|
obj.doThing();
|
|
// ^ @function
|
|
let x = obj.field;
|
|
// ^ @variable.other.member
|
|
helper(1);
|
|
// ^ @function
|
|
}
|