tree-sitter-bash
tree-sitter-bash copied to clipboard
Bump tree-sitter to 0.20, expose highlight query in rust binding
If possible could we bump the tree-sitter crate to 0.20?
Also exposed HIGHLIGH_QUERY in rust binding.
Cheers
Hey @Tiggilyboo . Just wanted to add support for this and note that in my PR #117 I suggest the semver range tree-sitter = ">= 0.19, < 0.21"
as is used in other tree-sitter-xxx
crates. But, for me, anything that allows for 0.20 would be much appreciated - this is still a blocker for us.
I just ran into this too. More generally, it would be nice to bump all the tree-sitter-* crates to requiring 0.20.
This change was merged as #117 and #132