tree-sitter / tree-sitter-ruby

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

Release new version? #219

Closed vfonic closed 1 year ago

vfonic commented 2 years ago

Hi!

I just found tree-sitter-ruby through endwise/endsitter VS Code extension: https://github.com/kaiwood/vscode-endwise/pull/32

Endsitter works great, except that it doesn't support Ruby 3.0 and 3.1 syntax. I'm using Ruby 3.1 in most of my projects so this would really help me use Endsitter extension to the max. :)

I see tree-sitter-ruby has added support for Ruby 3.1, but the last release of this package on npm has been about a year ago. Any chance to get new version published?

Thank you! 🙏

Ben3eeE commented 1 year ago

Seems like this went between the cracks and that new versions have already been released since this was opened. Thanks for reaching out :+1:

vfonic commented 1 year ago

Hey @Ben3eeE!

Where can I find new version of tree-sitter-ruby npm package?

I see here on the npmjs.com that the last version that was released was 2 years ago: https://www.npmjs.com/package/tree-sitter-ruby

Thanks!

Ben3eeE commented 1 year ago

Hey, It seems that the latest version is not tagged and released: https://github.com/tree-sitter/tree-sitter-ruby/issues/232

I'm checking how to get this moving :)