-
With the [latest release](https://github.com/tree-sitter/py-tree-sitter/releases/tag/v0.23.0) they deprecated `keep_text` and `set_language`. So for updating it, we'd need to refactor this.
-
Take the following example:
```make
A+=1
B += 1
```
If you run this through `tree_sitter` and print it's parse tree, you get something like this:
```text
makefile [(0, 0) - (1, 6)]
var…
-
### Please describe the change / addition you'd like to see made
Natively supporting [tree sitter](https://tree-sitter.github.io/tree-sitter/) for driving syntax highlighting might be worthwhile lo…
-
Probably the same as the other closed issues, although different error messages in the logs on my end.
Ubuntu 24.04 LTS, installed through Mason. Nvim release version 0.10.1
[ERROR][2024-10-10 …
-
Hi!
Trying to run this in vscode using https://marketplace.visualstudio.com/items?itemName=AlecGhost.tree-sitter-vscode
How to compile `wasm`/`scm` files?
```"tree-sitter-vscode.languageConfi…
-
### Problem
When `ts_tree_cursor_goto_first_child_for_byte` or `ts_tree_cursor_goto_first_child_for_point` is used with a position which is not covered by any child (in front of first child, or poi…
-
A lot of PR's have been merged since `v0.0.1`, we should consider releasing the next version `v0.0.2`
cc https://docs.rs/tree-sitter-nix/0.0.1/tree_sitter_nix/
k3yss updated
3 weeks ago
-
Thanks for your work to produce this grammar. Any chance you can also publish the built wheel and tar.gz to PyPI? This makes it easier for other projects to use.
For example, there already exists o…
-
In the not-too-distant future, I'd like to bump Tree-sitter's version to 1.0, indicating a greater degree of stability and completeness. After that I'd like to regenerate all of the parsers in the [tr…
-
To enable, add enable_quotes = true in lua config.
- [ ] astro
- [ ] bash
- [x] c
- [x] cpp
- [ ] elm
- [x] go
- [x] html
- [x] javascript
- [x] jsx
- [ ] julia
- [x] lua
- [x] perl
- […