mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
fix: add missing optional keyword to protobuf syntax
This commit is contained in:
parent
d4c17b633c
commit
ac8bc54108
@ -1 +1 @@
|
||||
Subproject commit 3eb3da67280d8fc32d644c484d05a6ae7f7e4b8f
|
||||
Subproject commit 19c211a01434d9f03efff99f85e19f967591b175
|
@ -14,6 +14,7 @@
|
||||
"to"
|
||||
"stream"
|
||||
"extend"
|
||||
"optional"
|
||||
] @keyword
|
||||
|
||||
[
|
||||
@ -23,7 +24,6 @@
|
||||
|
||||
[
|
||||
(mapName)
|
||||
(oneofName)
|
||||
(enumName)
|
||||
(messageName)
|
||||
(extendName)
|
||||
|
Loading…
Reference in New Issue
Block a user