diff options
author | Yusuf Bera Ertan | 2021-08-19 20:39:15 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-08-20 10:52:21 +0000 |
commit | ac8bc541087f815a026b4c664c069d8806b9c5de (patch) | |
tree | 9f803d1210c9ff49506b68b0800e2d5efda4d314 /runtime/queries/protobuf | |
parent | d4c17b633c09ab2a0ba8794a6650dcfb67f50ea9 (diff) |
fix: add missing optional keyword to protobuf syntax
Diffstat (limited to 'runtime/queries/protobuf')
-rw-r--r-- | runtime/queries/protobuf/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/protobuf/highlights.scm b/runtime/queries/protobuf/highlights.scm index 4597dd5a..cd021be1 100644 --- a/runtime/queries/protobuf/highlights.scm +++ b/runtime/queries/protobuf/highlights.scm @@ -14,6 +14,7 @@ "to" "stream" "extend" + "optional" ] @keyword [ @@ -23,7 +24,6 @@ [ (mapName) - (oneofName) (enumName) (messageName) (extendName) |