highlights(proto): make "include"/"package" @include

This commit is contained in:
Stephan Seitz 2023-03-21 12:01:42 +01:00 committed by Amaan Qureshi
parent 181a580190
commit 8ae2c8ff49

View file

@ -1,8 +1,6 @@
[ [
"syntax" "syntax"
"package"
"option" "option"
"import"
"service" "service"
"rpc" "rpc"
"returns" "returns"
@ -15,6 +13,11 @@
"to" "to"
] @keyword ] @keyword
[
"package"
"import"
] @include
[ [
(key_type) (key_type)
(type) (type)