fix: add missing optional keyword to protobuf syntax
This commit is contained in:
parent
d4c17b633c
commit
ac8bc54108
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 3eb3da67280d8fc32d644c484d05a6ae7f7e4b8f
|
Subproject commit 19c211a01434d9f03efff99f85e19f967591b175
|
|
@ -14,6 +14,7 @@
|
||||||
"to"
|
"to"
|
||||||
"stream"
|
"stream"
|
||||||
"extend"
|
"extend"
|
||||||
|
"optional"
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
||||||
[
|
[
|
||||||
|
@ -23,7 +24,6 @@
|
||||||
|
|
||||||
[
|
[
|
||||||
(mapName)
|
(mapName)
|
||||||
(oneofName)
|
|
||||||
(enumName)
|
(enumName)
|
||||||
(messageName)
|
(messageName)
|
||||||
(extendName)
|
(extendName)
|
||||||
|
|
Loading…
Add table
Reference in a new issue