diff options
| -rw-r--r-- | queries/proto/highlights.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/queries/proto/highlights.scm b/queries/proto/highlights.scm index a6f47da93..a24314834 100644 --- a/queries/proto/highlights.scm +++ b/queries/proto/highlights.scm @@ -1,8 +1,6 @@ [ "syntax" - "package" "option" - "import" "service" "rpc" "returns" @@ -16,6 +14,11 @@ ] @keyword [ + "package" + "import" +] @include + +[ (key_type) (type) (message_name) |
