fix: add missing optional keyword to protobuf syntax

This commit is contained in:
Yusuf Bera Ertan 2021-08-19 23:39:15 +03:00 committed by Blaž Hrastnik
parent d4c17b633c
commit ac8bc54108
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 3eb3da67280d8fc32d644c484d05a6ae7f7e4b8f
Subproject commit 19c211a01434d9f03efff99f85e19f967591b175

View File

@ -14,6 +14,7 @@
"to"
"stream"
"extend"
"optional"
] @keyword
[
@ -23,7 +24,6 @@
[
(mapName)
(oneofName)
(enumName)
(messageName)
(extendName)