Skip to content
New issue

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

Add TAGS_QUERY to rust bindings #175

Merged
merged 2 commits into from
Nov 16, 2023
Merged

Conversation

Squadrick
Copy link
Contributor

@Squadrick Squadrick commented Nov 10, 2023

Context: TAGGING_QUERY as a const is used by Tabby for LLM-based autocompletion. Other tree-sitter libraries for other languages expose this constant: tree-sitter-ruby, tree-sitter-go, etc.

Exposing the same const for tree-sitter-cpp.

Related: tree-sitter/tree-sitter-cpp#233

@Squadrick
Copy link
Contributor Author

Duplicates: #173.

@Squadrick Squadrick changed the title Add TAGGING_QUERY to rust bindings Add TAGS_QUERY to rust bindings Nov 16, 2023
@Squadrick
Copy link
Contributor Author

@amaanq Reopening this, please review.

@amaanq amaanq merged commit 4add3bb into tree-sitter:master Nov 16, 2023
3 of 5 checks passed
@Squadrick
Copy link
Contributor Author

Squadrick commented Nov 16, 2023

@amaanq Any chance we can have a new release tag for this commit?

@amaanq
Copy link
Member

amaanq commented Nov 17, 2023

Would you just need a tagged commit or an actual release on crates/npmjs? If the former, why not just use HEAD then

@Squadrick Squadrick deleted the patch-1 branch November 18, 2023 20:32
@Squadrick
Copy link
Contributor Author

I need an actual release on crates. If that's too much work for just this commit, no worries. I have a workaround for now, using rev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants