-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Feature request: Add missing tags.scm file for R language #1729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
think I know why its missing, tree-sitter-languages is kind of unmaintained and is using an old version of the r-lib tree sitter library: https://github.com/grantjenks/py-tree-sitter-languages/blob/v1.10.2/repos.txt#L18C40-L18C80 and the tags are empty are there plans to move off from tree-sitter-languages? it would be nice to not have it as a dependency since it seems semi-abandoned and stuck on the older tree-sitter api |
Second/third this and just clarifying; the tags.scm file for R language support is here: |
Thanks for trying aider and filing this issue. Please see these two related issues for relevant updates: |
Main branch has a big upgrade in programming languages supported by adopting tree-sitter-language-pack.
Including R. The change is available in the main branch. You can get it by installing the latest version from github:
If you have a chance to try it, let me know if it works for you. |
I'm closing this enhancement request since it has been marked as 'fixed' for over 3 weeks. The requested feature should now be available in recent versions of aider. If you find that this enhancement is still needed, please feel free to reopen this issue or create a new one. Note: A bot script made these updates to the issue. |
Issue
The
aider/queries/README.md
lists https://github.com/r-lib/tree-sitter-r for R language support, but there's notags.scm
file for R inaider/queries/
(and is the only listed language missing this file).I plan to submit a PR for this but am curious about this line in the queries/ README:
Aider uses modified versions of the tags.scm files
.. is there any guidance on what modifications are made from the language scm files to be compatible with aider?Version and model info
No response
The text was updated successfully, but these errors were encountered: