Thomas Vigouroux
Thomas Vigouroux
Basically the directory structure is like the following (taken from viml parser): ``` queries/ ├── locals.scm └── injections.scm test/ ├── locals/ │ ├── loops.vim │ └── statements.vim └── injections/ ├──...
Do you want me to add anything more than what is currently in this PR ? Like docs, or anything ?
Any update on this ?
If possible, I'd also like to advertise [`azy.nvim`](https://sr.ht/~vigoux/azy.nvim/) in here ! Both plugins are hosted on sr.ht ! By the way, thanks for this, it really helps with the discoverability...
Nope (neither with any GraphQL), but I might help to search for resources ! What are you searching for ?
Hey, after a little search, I came accross a tool to work with sourcehut graphql APIs: https://meta.sr.ht/graphql https://git.sr.ht/graphql I hope this helps !
I had a quick look, and some things will definitely not be ported over: - stars - watchers - forks I am not sur about the others, but I think...
Hi, I am honestly not able to help much further: I have never worked with this kind of tools... I'll see if I have time at some point, but that...
Don't worry about it, thanks for your work!
Coming to this from nvim-treesitter. Adding the following to `test/corpus/dart.txt` replicates the issue with `tree-sitter test`: ``` ===================== Weird file ===================== d --------------- ``` This should at least help debugging...