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"))