From ac8bc541087f815a026b4c664c069d8806b9c5de Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Thu, 19 Aug 2021 23:39:15 +0300 Subject: [PATCH] fix: add missing optional keyword to protobuf syntax --- helix-syntax/languages/tree-sitter-protobuf | 2 +- runtime/queries/protobuf/highlights.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helix-syntax/languages/tree-sitter-protobuf b/helix-syntax/languages/tree-sitter-protobuf index 3eb3da67..19c211a0 160000 --- a/helix-syntax/languages/tree-sitter-protobuf +++ b/helix-syntax/languages/tree-sitter-protobuf @@ -1 +1 @@ -Subproject commit 3eb3da67280d8fc32d644c484d05a6ae7f7e4b8f +Subproject commit 19c211a01434d9f03efff99f85e19f967591b175 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)