tree-sitter / tree-sitter-ruby

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

Do not require newline after block comment `=end` #259

Closed hvitved closed 3 months ago

hvitved commented 3 months ago

Reverts a change made on https://github.com/tree-sitter/tree-sitter-ruby/pull/255, cc @amaanq .

amaanq commented 3 months ago

oh yeah - I think I was trying to fix 203 but wasn't done yet - and that snuck in there. thanks!