tree-sitter-proto icon indicating copy to clipboard operation
tree-sitter-proto copied to clipboard

feat: support proto2

Open gregorias opened this issue 2 years ago • 1 comments

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.

gregorias avatar Apr 25 '23 17:04 gregorias

I just opened #6 🤞🏻

treywood avatar Jul 18 '23 18:07 treywood