diff options
| -rw-r--r-- | generator/descriptor_pb.nim | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/generator/descriptor_pb.nim b/generator/descriptor_pb.nim index 2974167..05c21b9 100644 --- a/generator/descriptor_pb.nim +++ b/generator/descriptor_pb.nim @@ -68,6 +68,15 @@ const packed: false, oneofIdx: -1, ), + FieldDesc( + name: "syntax", + number: 12, + ftype: FieldType.String, + label: FieldLabel.Optional, + typeName: "", + packed: false, + oneofIdx: -1, + ), ] ) |
