From 65289a54868d4c7e5f5cb729212e826f11ee5bce Mon Sep 17 00:00:00 2001 From: Dionna Glaze Date: Sun, 2 Mar 2025 19:24:55 +0000 Subject: [PATCH] Add syntax editions to documentation --- content/reference/protobuf/google.protobuf.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/reference/protobuf/google.protobuf.md b/content/reference/protobuf/google.protobuf.md index ba5476298..ffac4498c 100644 --- a/content/reference/protobuf/google.protobuf.md +++ b/content/reference/protobuf/google.protobuf.md @@ -433,6 +433,12 @@ Enum type definition The source syntax. + + edition + string + + The source edition if syntax is SYNTAX_EDITIONS. + @@ -1231,6 +1237,10 @@ The syntax in which a protocol buffer element is defined. SYNTAX_PROTO3 Syntax proto3. + + SYNTAX_EDITIONS + Syntax uses the edition construct. +