Isopod

Results 14 comments of Isopod

As someone who recently spent some time writing a TreeSitter grammar, I have also become less enthusiastic about the project. I watched the author’s presentation a while ago and it...

Well, this took a while to bisect, since I had to wait for at least a day to determine if a commit was “good”, but now I finally have the...

Thanks, I’ll test it. Will probably get back to you within the next 1-3 days.

Sorry I haven't responded yet, I wasn’t feeling well yesterday and the day before, so I didn’t do any programming. Anyhow, based on my testing so far, it seems like...

Ok, I can now confirm that the issue also happens on master (v0.9.0-dev-535+gec1738a6e).

Somewhat related to this: I wonder how many people actually use any of the color schemes that come with (Neo)Vim by default. They are not very good imo compared to...

Hi, I don't know if you are still interested, but the reason for this error is that the server does not load any dependencies. So units from other packages will...

Hi, thanks for informing me of this. I did not know I also had to ship the stuff in `bindings/`. Can you try this #4 branch? Does that fix it?

Unfortunately I don't know much about Python, either. I found a [comment](https://github.com/tree-sitter/tree-sitter-python/issues/262#issuecomment-2077638647) that says you can install a package with pip from a URL. I don't know if it's possible...

I think the ERROR node for this particular snippet is because it’s missing and `end.`. But I can confirm that the node is `genericDot`. All things considered, this is not...