protobuf-mode: add edition keyword for syntax highlighting

PiperOrigin-RevId: 666782267
pull/17932/head
Protobuf Team Bot 7 months ago committed by Copybara-Service
parent 786efac3c2
commit 138451296b
  1. 2
      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"))

Loading…
Cancel
Save