From 138451296bf4101f992faa215a1899f3b9ec29e7 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Fri, 23 Aug 2024 07:09:28 -0700 Subject: [PATCH] protobuf-mode: add edition keyword for syntax highlighting PiperOrigin-RevId: 666782267 --- editors/protobuf-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/protobuf-mode.el b/editors/protobuf-mode.el index 0f22bda7e0ac..d1e05aa1c802 100644 --- a/editors/protobuf-mode.el +++ b/editors/protobuf-mode.el @@ -96,7 +96,7 @@ protobuf '("true" "false")) (c-lang-defconst c-other-decl-kwds - protobuf '("package" "import" "syntax")) + protobuf '("package" "import" "syntax" "edition")) (c-lang-defconst c-other-kwds protobuf '("default" "max"))