Closed treywood closed 1 year ago
Nice. This would be awesome to have.
@mitchellh if you're no longer interested in maintaining this repo (for nvim-treesitter
at least) I could also update nvim-treesitter
to use my fork and myself as the maintainer
with nvim-treesitter/nvim-treesitter#5185, the default proto parser in nvim-treesitter is my fork, which includes these changes.
adds support for some missing proto2 syntax:
syntax = "proto2"
(and also makes this declaration optional)extend <message> {}
andextensions x to y
required
fieldsthis has been tested against Square's ~7.7k proto files which are all proto2.