Files
helix/tests/query/highlights/julia/calls.jl
2026-06-20 14:49:53 +09:00

9 lines
142 B
Julia

function f(x)
obj.doThing(x)
# ^ @function
helper(x)
# ^ @function
y = obj.field
# ^ @variable.other.member
end