tree-sitter / tree-sitter-ruby

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

Add support for `!=` method definitions #261

Closed joeldrapper closed 3 weeks ago

joeldrapper commented 3 months ago

Hey, I have absolutely no idea what I’m doing, but I think this adds support for defining != methods and closes #174. I added a test which previously failed and now passes with the grammar changes.

It seemed strange to include build artefacts in the commit, but they hadn’t been gitignored and that seems to be the process.

amaanq commented 3 weeks ago

Sorry for taking a while to get to this - but you need to update grammar.js and generate the changes after that. I merged #264 which did the same thing pretty much. Thank you anyways for the PR!