Thomas Vigouroux

Results 171 comments of Thomas Vigouroux

`vertical` has been added in latest master. We still miss buffer and tab related commands.

Hi, there was discussion of making the parser able to parse vim-specific regexes (as they differ quite drastically from "regular" regexes). The issue here is that the parsing of the...

I think you don't get what we are doing here: the action of parsing is to turn a flat table of bytes into a tree. The problem here is that,...

Hi and thanks for the reproduction steps. I'll try to work on this ASAP and add this as a test case. Thanks!!

So this seems to be pretty strange. When looking into the issue, it seems that the `scanner.c` is correctly lexing the comment, but that the issue happens later. It is...

So, the origin of the problem is multiline strings. For some reason though, tree-sitter does not really like the fact that we call `mark_end` it seems. When running the example...

Hey, it would definitely have a change, do you want to make it ?

Hi, thanks for the reminder. Though the 0.5 change does not have anything to do here, as this is separate plugin 😉 I'll look into that today hopefully.