mirror of
https://github.com/helix-editor/helix
synced 2026-08-07 03:04:19 +02:00
9 lines
142 B
Julia
9 lines
142 B
Julia
function f(x)
|
|
obj.doThing(x)
|
|
# ^ @function
|
|
helper(x)
|
|
# ^ @function
|
|
y = obj.field
|
|
# ^ @variable.other.member
|
|
end
|