-
Preface:
I have installed the mermaid TS module using the TSInstall command provided by the Neovim Tree-Sitter Plugin. After a quick google search for "Tree-Sitter Mermaid" I could only find this re…
a-usr updated
2 weeks ago
-
### Clear and concise description of the problem
As a developer using `ast-explorer`, I want to be able to see the AST's parsed by `tree-sitter` / `web-tree-sitter`
### Suggested solution
It would …
-
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…
-
### 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
Current situation: Nvim ships a few parsers (C, Lua, vimdoc, vimscript) in its runtime. If user wants more parsers they must build the parser and put it on their 'runtimepath' , or use a …
-
All the required packages have been *successfully* installed in the venv (including tree-sitter).
The error occurs because evaluate.py opens a sub-process which calls the system/global python execut…
-
1. Install tree-sitter cpp and evergreen
2. Try to "view source" of any plugin, for e.g rainbowparens -> crash
-
Hi, I'm trying to use the generated wasm file with web-tree-sitter and the following error appears when trying to parse code:
```
RuntimeError: null function or function signature mismatch
a…
-
- https://github.com/IndianBoy42/tree-sitter-just/blob/6aee3d2f5b3a47286bae0916daaa6c7a217f6fa4/queries/just/textobjects.scm
- https://docs.helix-editor.com/guides/textobject.html
-
### Did you check the tree-sitter docs?
- [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
### Is your featur…