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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Tree-sitter does support extending grammar from existing language grammar.
For instance, the tree-sitter-starlark package is an extension of tree-sitter-python.
tree-sitter-starlark
tree-sitter-python
https://github.com/amaanq/tree-sitter-starlark/blob/8ad93a74c2a880bc16325affba3cc66c14bb2bde/grammar.js#L16
In this case, I think it would be nice if we could leverage rules_js dependency system somehow 🤔
The text was updated successfully, but these errors were encountered:
I think that's a great idea!
Sorry, something went wrong.
No branches or pull requests
Tree-sitter does support extending grammar from existing language grammar.
For instance, the
tree-sitter-starlark
package is an extension oftree-sitter-python
.https://github.com/amaanq/tree-sitter-starlark/blob/8ad93a74c2a880bc16325affba3cc66c14bb2bde/grammar.js#L16
In this case, I think it would be nice if we could leverage rules_js dependency system somehow 🤔
The text was updated successfully, but these errors were encountered: