-
Notifications
You must be signed in to change notification settings - Fork 14
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
New Querys #2
Comments
This is great. If it is beneficial for both projects, I think it would be better if it is upstreamed to nvim-treesitter/nvim-treesitter-textobjects. I can just pull from there. No point in duplicating the effort. As for adding new text objects, it is pretty much just adding more items to the If for any case, there is Emacs specific things or they don't wanna add things in(which I highly doubt will be the case) we can always add it in this project. |
I am also working on something that will let you use custom queries. Probably not what you will need, but just wanted to point it out. |
I was just trying to even out the coverage of text objects but I have been checking out that PR and it looks really cool! Ill go and upstream them and let you know when they are merged. Thanks for your help! |
Hi so I am currently working on tree sitter support for doom emacs and i was wondering if you would accept PR's for new querys or if you would prefer them to be upstreamed to neovim?
as far as I am seeing its just a matter of adding the query to the textobjs.scm and it should work ™️ but I could be very wrong.
Thanks for any input you could have
The text was updated successfully, but these errors were encountered: