Files
helix/tests/query/highlights/cython/members.pyx
2026-06-20 14:49:53 +09:00

6 lines
102 B
Cython

def f(o):
o.do_thing()
// ^ @function.method
y = o.attr
// ^ @variable.other.member