tree-sitter / tree-sitter-ruby

Ruby grammar for tree-sitter
MIT License
176 stars 58 forks source link

Handle element references with blocks #262

Closed hvitved closed 2 months ago

hvitved commented 2 months ago
foo[:bar] do |baz|
end
hvitved commented 2 months ago

@amaanq can I ask for you to review, please?

amaanq commented 2 months ago

looks good - thanks!