-
I installed this with `pip install code-tokenize`, but when I tried using it I got an `AttributeError` because `tree_sitter.Language` has no `build_library`:
```
>>> import code_tokenize as ctok
>>…
-
Recently started using [helix](https://github.com/helix-editor/helix) and I work quite a bit with cython.
For syntax highlighting with helix, it [needs a tree-sitter for the given language](https:/…
-
First, thank you so much for your contribution! I initially used [plug.kak](https://github.com/andreyorst/plug.kak) to install plugins, but ran into a problem where a wrong user name for github is rem…
-
### Did you check existing issues?
- [x] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser
- [x] I have searched the ex…
-
### Problem
I observed a strange phenomenon in Emacs and can reproduce it in C. Given the following rust source file:
```rust
fn foo() -> i32 {
4
}
fn main() {
println!("{:?}", foo(…
-
I think at some point we should start using `tree-sitter.json`. The file is described [here](https://github.com/tree-sitter/tree-sitter/issues/3637).
Also, there is some more info about eventual r…
-
Tree sitter (https://tree-sitter.github.io/tree-sitter/) is a very popular library for parsing languages, it's more useful for non-lisp languages mainly for syntax highlight and some local refactoring…
-
Hi @paul-gauthier , thanks for your work on `aider`. I've been having a blast using it.
This project uses https://github.com/grantjenks/py-tree-sitter-languages, but that project is [unmaintained](…
-
### Issue
Hi!
I would like to suggest adding a new command-line option `--scm` that allows users to provide custom SCM query files. The provided SCM files should follow the Tree-sitter naming con…
-
### Please read the FAQ for the bug you encountered.
- [X] I have read the existing FAQ
### ⏯ Playground Link
https://ast-grep.github.io/playground.html#eyJtb2RlIjoiQ29uZmlnIiwibGFuZyI6ImNzcy…