summaryrefslogtreecommitdiff
path: root/file.proto
diff options
context:
space:
mode:
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 {