tree-sitter-ruby icon indicating copy to clipboard operation
tree-sitter-ruby copied to clipboard

Handle chained method calls with command call receivers

Open hvitved opened this issue 5 months ago • 0 comments

Means we can now parse

foo bar do |x|
  x
end.each(&:sort)

The increase in parser.c is worrisome; is there perhaps a better way?

hvitved avatar Sep 02 '24 12:09 hvitved