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
Hey, I've seen in some issues bash-ls uses tree-sitter-bash under the hood for parsing.
I've recently fixed many (20+?) issues upstream in tree-sitter-bash, and parsing works much better for many cases
I'm just dropping this by so you guys can update and try it out, and hopefully improve the ls :)
The text was updated successfully, but these errors were encountered:
Thanks. Yeah we have actually been using a custom build of tree sitter for some time based on their main branch.
But I’m happy if we can get rid of those GitHub actions and start relying on packages being published again. 🤞
Sorry, something went wrong.
}
'textDocument/rename'
(( ))
No branches or pull requests
Hey, I've seen in some issues bash-ls uses tree-sitter-bash under the hood for parsing.
I've recently fixed many (20+?) issues upstream in tree-sitter-bash, and parsing works much better for many cases
I'm just dropping this by so you guys can update and try it out, and hopefully improve the ls :)
The text was updated successfully, but these errors were encountered: