mirror of
https://github.com/helix-editor/helix
synced 2026-07-28 23:33:35 +02:00
7 lines
125 B
Lua
7 lines
125 B
Lua
local x = obj.field
|
|
-- ^ @variable.other.member
|
|
obj:doThing()
|
|
-- ^ @function.method
|
|
obj.other()
|
|
-- ^ @function
|