-
### Did you check existing issues?
- [ ] 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…
-
### What version of Bun is running?
0.7.4
### What platform is your computer?
Linux 6.4.10-zen2-1-zen x86_64 unknown
### What steps can reproduce the bug?
Create empty project, install both `tree…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
I'm trying to make an extension for the Standard ML language, using this Tree-sitter grammar that …
-
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…
-
It's been suggested that a switch to tree-sitter would open up editor integrations
I should investigate swapping out Pest or generating tree-sitter from pest.
-
### 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…
-
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…