mirror of
https://github.com/helix-editor/helix
synced 2026-07-28 23:33:35 +02:00
6 lines
102 B
Cython
6 lines
102 B
Cython
def f(o):
|
|
o.do_thing()
|
|
// ^ @function.method
|
|
y = o.attr
|
|
// ^ @variable.other.member
|