Skip to content
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

docs: Replace vim.treesitter.query.set_query() to set() #6421

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sh-cho
Copy link

@sh-cho sh-cho commented Apr 9, 2024

vim.treesitter.query.set_query() is deprecated and will be removed in nvim 0.10

use vim.treesitter.query.set() instead

vim.treesitter.query.set_query() is deprecated and will be removed in nvim 0.10

use vim.treesitter.query.set() instead
@sh-cho sh-cho changed the title Replace vim.treesitter.query.set_query() to set() docs: Replace vim.treesitter.query.set_query() to set() Apr 9, 2024
README.md Outdated Show resolved Hide resolved
@clason
Copy link
Contributor

clason commented Apr 9, 2024

The documentation is hopelessly outdated and will have to be completely rewritten for 1.0 anyway, so I'm not sure it's worth polishing this up now.

Co-authored-by: Christian Clason <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants