neovim / tree-sitter-vimdoc

Tree-sitter parser for Vim help files
Apache License 2.0
106 stars 13 forks source link

feat: update to tree-sitter 0.24 #137

Closed ObserverOfTime closed 4 weeks ago

ObserverOfTime commented 4 weeks ago
ObserverOfTime commented 4 weeks ago

There are no changes to parser.c this time so the failures likely stem from an internal tree-sitter change. :thinking:

clason commented 4 weeks ago

Could you please not make ALL THE CHANGES in a single PR.

ObserverOfTime commented 4 weeks ago

All the changes, barring CI, come from running 2 commands.

clason commented 4 weeks ago

So that's three separate sets of changes, no?

ObserverOfTime commented 4 weeks ago

You will still have 30 changed files in one of the sets.

clason commented 4 weeks ago

Yes but I can ignore those and not play "hunt the changes that will affect us".