Skip to content

Commit 49b25b9

Browse files
authored
Allow for multi-part options
1 parent 0e69d52 commit 49b25b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/reference/protobuf/proto3-spec.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ language guide.
151151

152152
```
153153
option = "option" optionName "=" constant ";"
154-
optionName = ( ident | "(" ["."] fullIdent ")" )
154+
optionName = optionNamePart { "." optionNamePart }
155+
optionNamePart = { ident | "(" ["."] fullIdent ")" }
155156
```
156157

157158
Example:

0 commit comments

Comments
 (0)