PrestonKnopp / tree-sitter-godot-resource

Godot resource grammar for tree-sitter. Parses tscn, tres, and project.godot files.
https://www.npmjs.com/package/tree-sitter-godot-resource
MIT License
12 stars 2 forks source link

Upgrade tree-sitter-cli to 0.20.0 & rebuild #1

Closed pierpo closed 2 years ago

pierpo commented 3 years ago

Hey!

I am adding your parser to nvim-treesitter (https://github.com/nvim-treesitter/nvim-treesitter/pull/1636), but the generated files in this repo are out-of-date.

I just added the newest tree-sitter version and ran yarn generate :wink:

Thanks for the great work!

PrestonKnopp commented 2 years ago

Awesome, thank you!