Exafunction / codeium-parse

A command line tool for parsing code syntax
MIT License
94 stars 4 forks source link

add ruby query #17

Closed daviddale closed 9 months ago

daviddale commented 1 year ago

Add query for Ruby language referenced from: https://github.com/tree-sitter/tree-sitter-ruby/blob/master/queries/tags.scm

pqn commented 1 year ago

Thanks for the PR! Before we merge it there are a couple changes we'd need to get the standard tags query up to par with our internal queries:

And then the last thing is a test file so we can generate golden query results: https://github.com/Exafunction/codeium-parse/tree/main/test_files

Happy to answer questions here or on our Discord.

pqn commented 9 months ago

Given #22 has merged, I'll go ahead and close this.