Skip to content

Commit

Permalink
protobuf-mode: add edition keyword for syntax highlighting
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 666782267
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Aug 23, 2024
1 parent 786efac commit 1384512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editors/protobuf-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 1384512

Please sign in to comment.