-
启动时报错如下
```
error: Could not find package meow-tree-sitter. Updating recipe repositories: (org-elpa melpa gnu-elpa-mirror nongnu-elpa el-get emacsmirror-mirror) with ‘straight-pull-recipe-repositori…
-
### Problem
nesting folders in a test/tags causes a panic that language not found for a path
### Steps to reproduce
1. clone kylegoetz/tree-sitter-unison
2. create a test/tags/foo
3. run tree-sit…
-
I think that at top level semicolons have to be preceded by an expression?
Interestingly, inside a `{` any number of semicolons are blindly consumed
It's possible that semicolons are only valid:…
-
Check out: https://github.com/71/vscode-tree-sitter-api
- [x] get compiled and installed
- [ ] create some new commands to make it possible to drive the API from keybindings
- [ ] generate a grammar …
-
Tree-sitter is a parser generator tool and an incremental parsing library. It can build a concrete syntax tree for a source file and efficiently update the syntax tree as the source file is edited.
…
-
### 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…
-
When compiling the tree-sitter grammar (running `make` in the `tree-sitter` directory) I get the following error:
```
cd tree-sitter-spthy && tree-sitter generate
Warning: rule non_deterministic_…
-
I've been consuming this crate by installing the `type-sitter-cli` binary (via `cargo install type-sitter-cli`) and then running `type-sitter-cli` directly. I landed on this approach for simplicity af…
-
Now that tree-sitter is included in Emacs 29 it'd be nice to use that for Haskell and have it all in one place. There's a wip at
https://github.com/erikbackman/haskell-ts-mode – could that be used as…
-
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
>>…