-
Thanks for making this, it seems very useful.
I was trying to figure out how to make it work for generating stack graphs for Rust.
Apparently there is no existing [`tree-sitter-stack-graphs-rust`](h…
-
I got this far but i still cant run it.
`(tree-sitter-hl-mode)` results in: `tree-sitter--setup: No language registered for major mode ‘emacs-lisp-mode’`
```
(use-package tree-sitter
:strai…
-
debug log:
```log
[DEBUG Wed Aug 28 01:10:42 2024] ...are/nvim-data/lazy/mason.nvim/lua/mason-core/process.lua:162: Spawned with pid 25436
[DEBUG Wed Aug 28 01:10:42 2024] ...are/nvim-data/lazy/mas…
-
Has anyone used it? The last time I looked at tree-sitter it didn't have many grammars but a quick look shows it's getting better. Our syntect syntaxes are stuck on _old_ versions of the grammars beca…
Keats updated
1 month ago
-
Many findings are trivially fixable and insert-only, e.g. inserting `persist-credentials: false`. It would be nice to expose a `--fix` flag or similar that could apply these.
Implementation-wise, t…
-
```
nvim-treesitter[hoon]: Error during compilation
src/parser.c: In function ‘tree_sitter_hoon’: …
-
A report this morning in editor-support in discord had me reinstalling/recompiling tree-sitter-nu. I was presented with errors.
![image](https://github.com/user-attachments/assets/a88f216f-0897-4355-…
-
Hi, nice work creating the "official" tree-sitter grammar for daedalus. What do you think about creating a new repo for the grammar so it would be easily searchable and more editors could use it like …
-
Whenever I use `chatgpt-shell` I notice the performance of my Emacs slowly degrading and it's memory footprint increasing to amazing sizes.
```
#### System Info :computer:
- OS: darwin
- Emacs: …
-
I discussed this briefly with @darrenburns on Discord: Textual currently uses tree-sitter 0.20.4, and it would be nice to upgrade it, notably for the `matches` method, that returns a dict of matches, …