tree-sitter-proto
tree-sitter-proto copied to clipboard
feat: support proto2
Would you be open to supporting proto2 syntax? Right now even things like
syntax = "proto2";
import "annotations.proto";
option java_outer_classname = "IngestProto";
fail to parse completely (due to unexpected "proto2") leading to wrong highlighting in Neovim.
I just opened #6 🤞🏻