stadelmanma / tree-sitter-fortran

Fortran grammar for tree-sitter
MIT License
30 stars 15 forks source link

Update to tree-sitter version 0.19.4 #54

Closed ghost closed 3 years ago

ghost commented 3 years ago

This pull request updates the generated parser to tree-sitter v0.19.4, LANGUAGE_VERSION. Current parser is incompatible with the latest tree-sitter version.

Note that I have only tested it for tree-sitter library bundled with neovim.

stadelmanma commented 3 years ago

Hey @oponkork thanks for this! The changes to support the newer version of tree-sitter touch a lot of things can you tell me a little bit more about what all has changed? Or maybe a better question is what all files did you manually add and which were just autogenerated?

ghost commented 3 years ago

I have not changed anything. tree-sitter automatically generated the new files. I just committed them.

ghost commented 3 years ago

@stadelmanma You there?

stadelmanma commented 3 years ago

@oponkork yes! Sorry about letting this one sit.