mirror of
https://github.com/helix-editor/helix
synced 2026-07-31 12:57:07 +02:00
10 lines
168 B
Plaintext
10 lines
168 B
Plaintext
component App() {
|
|
// ^ @function
|
|
let x = obj.field;
|
|
// ^ @variable.other.member
|
|
obj.method(1);
|
|
// ^ @function.method
|
|
foo(2);
|
|
//^ @function
|
|
}
|