summaryrefslogtreecommitdiff
path: root/file.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-28 10:18:58 -0500
committerJeff Carr <[email protected]>2025-03-28 10:18:58 -0500
commitde7d698e194c69df2a884a62fe606d28b1ff7b71 (patch)
tree381c2097c8efccd08ba0264d5c654a6790430540 /file.proto
parent11ccc557feda86273dc67779a1a2b45723ada3e4 (diff)
runs again, still doing the padding wrong
Diffstat (limited to 'file.proto')
-rw-r--r--file.proto3
1 files changed, 2 insertions, 1 deletions
diff --git a/file.proto b/file.proto
index e4e6a4f..a8313de 100644
--- a/file.proto
+++ b/file.proto
@@ -65,6 +65,7 @@ message FormatMsg {
MESSAGE = 0;
ENUM = 1;
ONEOF = 2;
+ VAR = 3;
}
int64 depth = 1; // used to indent output
@@ -75,7 +76,7 @@ message FormatMsg {
repeated FormatMsg msgs = 6; // locally defined messages and enums
repeated string lines = 7; // the variables
string footer = 8; // the '}' line
- Type type = 9;
+ Type type = 9; // yep. type. yep. that's what this is for
}
message Find {