Thomas Vigouroux

Results 171 comments of Thomas Vigouroux

I think that this breaking change is a good thing. The problem here is that the current implementaion, which is now the current API too, is actually broken, and that...

After looking a bit into tree-sitter code, we should be able to determine dinamycally wether a given capture is quantified or not using `ts_query_capture_quantifier_for_id()`. I will try to implement a...

So maybe I lack a bit of explanation about the functionning of this PR as is. Here it goes: 1. Extmarks can set a `spell` flag to notify nvim that...

> The code base for language tree is also very complex with a lot of functionality integrated into. When people (including me) wanted to extend some functionality they most likely...

Hey, please join the `#neovim-treesitter` channel on Matrix, we'll be going forward from here !

I just read the docs for now and I have a little question: wouldn't it make more sense to use the `(comment)` query in the last resort and us the...

I think that the query resolution is a bit too complicated, that's just what I want to raise. I did not look into the code in too much details yet...

I somehow can't run the tests locally though/

I ran the tests, but for some reason I can't make it work ?

Should be all good now. The problem is that we have to force the uv loop to run a bit in order to get the exit code.