mitchellh / tree-sitter-proto

A tree-sitter grammar for protocol buffer files (proto3).
MIT License
69 stars 22 forks source link

Regenerate parser with tree-sitter v0.20 #3

Open rewinfrey opened 1 year ago

rewinfrey commented 1 year ago

Thank you @mitchellh for creating and maintaining this tree-sitter grammar and parser! This bumps the tree-sitter language version used to generate the parser. This did not greatly impact the size of the parser. tree-sitter test and tree-sitter parse were both verified locally and all tests continue to pass.

🍐 with @bekavalentine