mirror of
https://github.com/helix-editor/helix
synced 2026-07-27 23:20:55 +02:00
9 lines
214 B
Python
9 lines
214 B
Python
def h():
|
|
m = obj.method
|
|
# ^ @variable.other.member
|
|
s = f"{obj.compute()}"
|
|
# ^ @function.method
|
|
obj.first().second()
|
|
# ^ @function.method
|
|
# ^ @function.method
|