smacker / go-tree-sitter

Golang bindings for tree-sitter https://github.com/tree-sitter/tree-sitter
MIT License
447 stars 124 forks source link

Upgraded treesitter to latest version, v0.22.5 #156

Closed micksmix closed 7 months ago

micksmix commented 7 months ago

Using _automation/treesitter_updater/main.go I updated tree-sitter to v0.22.5. I ran go clean -testcache && go test -v ./... and all tests passed.

micksmix commented 7 months ago

@smacker - please review when you have time.

Background for this change:

Some grammar updates require newer versions of tree-sitter (eg, at least v0.21 or v0.22), so this will allow me to update some of the grammars in future PR's as well.

smacker commented 7 months ago

thank you