summaryrefslogtreecommitdiff
path: root/file.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-04-04 08:07:06 -0500
committerJeff Carr <[email protected]>2025-04-04 08:07:06 -0500
commit198b217cfaabdf90444068804ede821ab1311df5 (patch)
treefec9f10bed1dee1e521bb688169bf314deb3954d /file.proto
parent167acab35422259f6c0bd80f92b5b425d6d7f583 (diff)
track empty message {}
Diffstat (limited to 'file.proto')
-rw-r--r--file.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.proto b/file.proto
index c1d97f8..594033a 100644
--- a/file.proto
+++ b/file.proto
@@ -78,8 +78,8 @@ message FormatMsg {
string footer = 8; // the '}' line
Type type = 9; // yep. type. yep. that's what this is for
bool padAfter = 10;
+ bool isEmpty = 11; // true when things like: message blah {}
}
-
message Find {
string parent = 1; // `autogenpb:unique` File
string varType = 2; // `autogenpb:unique` MsgName