mirror of
https://github.com/helix-editor/helix
synced 2026-07-31 12:57:07 +02:00
5 lines
216 B
Vala
5 lines
216 B
Vala
void g(Obj o) { o.meth(); var a = o.fld; var b = Foo.BAR; }
|
|
// ^ @function
|
|
// ^ @variable.other.member
|
|
// ^ @constant
|