This PR introduces updating the code to use tree-sitter 0.23. It takes the work performed on PR #108 (so it would be great to merge that one, as I can't set the base branch of this PR to the other one) and from there add the following:
feat: migrate corpus/ to test/corpus as required by tree-sitter 0.23
feat: migrate to tree-sitter 0.23
feat: add support to swift, c, go bindings.
feat: add a examples directory with sample code on using the bindings.
feat: increased the version to 0.0.6 to match the values of builtins.languageVersion.
feat: add go-bindings checks
Next objectives
Improve the README to make the repository accessible to newcomers.
Update the code to tree-sitter version 0.24.2.
Add more examples to the examples directory for other languages.
Add more examples in
The next objective is to improve the README of the project. I'm more than happy to discuss stuff.
Known Issue
There's still one issue with the highlights that I need to check out why it is happening, so tests won't pass until I fix it.
Summary of Changes
This PR introduces updating the code to use
tree-sitter 0.23
. It takes the work performed on PR #108 (so it would be great to merge that one, as I can't set the base branch of this PR to the other one) and from there add the following:swift
,c
,go
bindings.examples
directory with sample code on using thebindings
.0.0.6
to match the values ofbuiltins.languageVersion
.go-bindings
checksNext objectives
README
to make the repository accessible to newcomers.tree-sitter
version0.24.2
.examples
directory for other languages.Known Issue
There's still one issue with the
highlights
that I need to check out why it is happening, so tests won't pass until I fix it.