-
### Describe the bug
When you have a section in Qt class where you describe signals or slots. The treesitter fails to index the code. I discovered this by using my mapped function for c++. It's helpi…
-
Hey, I was playing a bit with the playground, it is really nice !
Though I encountered issues with the following query :
```
("function" @id "end" @id)
((comment)+ @doc . (function))
```
1. …
-
It would be nice if `emacs-tree-sitter` supported finding definitions and references of the symbol at point. It won't be as accurate as what language servers provide, but it should be faster. Finding …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Rate-Limited
These updates a…
-
The one and only [luajit wiki](http://wiki.luajit.org/Home) and [luajit not yet implemented](http://wiki.luajit.org/NYI#libraries_string-library).
1. Performance tips: wiki ~~+ wait for [status inf…
-
### Problem
Occasionally, when I am using `nvim-treesitter`'s incremental selection, neovim crashes. I see it occurring while editing Rust and Python files.
At first I was pretty sure it was https…
-
Thanks for maintaining the repository :)
In order to generate some grammars, nvim-treesitter need the tree-sitter cli binary. Could you change the .spec to package the binary as well?
For refer…
-
### FAQ
- [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem.
### Announcement
- [X] I have checked [Breaking change announceme…
-
open a file it doesn't work unless i use the command
use {
'nvim-treesitter/nvim-treesitter',
run = ':TSUpdate',
requires = {
'p00f/nvim-ts-rainbow'
},
config = func…
-
I have added tree-sitter-parser.py to my system path and it could run from cmd. But when I called the API (e.g. JavaTreeSitterTreeGenerator().generateFrom().file(file); ) from IDE or from commands lik…