We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
:AstroUpdate
N/A
The documentation for the default config of treesitter textobjects, says it includes an object for classes:
goto_next_start = { ["]k"] = { query = "@block.outer", desc = "Next block start" }, ["]c"] = { query = "@class.outer", desc = "Next class start" }, ["]f"] = { query = "@function.outer", desc = "Next function start" }, ["]a"] = { query = "@parameter.outer", desc = "Next parameter start" }, },
However, this appears to be missing from the actual config:
goto_next_start = { ["]k"] = { query = "@block.outer", desc = "Next block start" }, ["]f"] = { query = "@function.outer", desc = "Next function start" }, ["]a"] = { query = "@parameter.inner", desc = "Next argument start" }, },
Either the docs or the code need to be updated.
Click the links in description to see
Docs should match the code
No response
The text was updated successfully, but these errors were encountered:
Moved to the correct repo. Thanks for reporting, I will take a look at this in the coming days and get the docs updated!
Sorry, something went wrong.
Oh also I believe the characters in the goto_next_end section need to be capitalized as well.
goto_next_end
Updated in the treesitter config in the latest push!
No branches or pull requests
Checklist
:AstroUpdate
Operating system/version
N/A
Terminal/GUI
N/A
AstroNvim Health
N/A
Describe the bug
The documentation for the default config of treesitter textobjects, says it includes an object for classes:
However, this appears to be missing from the actual config:
Either the docs or the code need to be updated.
Steps to Reproduce
Click the links in description to see
Expected behavior
Docs should match the code
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: