third_party.protobuf/editors
Hong Xu 1ab7789f38
Emacs: Protobuf mode should be derived from prog-mode (#9076)
Prog mode is a basic major mode for buffers containing programming
language source code:
https://www.gnu.org/software/emacs/manual/html_node/elisp/Basic-Major-Modes.html

A lot of programming mode setup is based on whether the major mode is
derived from `prog-mode`.
2021-10-13 10:26:40 -07:00
..
proto.vim Spell check only comments and strings in vim 2020-10-27 10:15:05 -07:00
protobuf-mode.el Emacs: Protobuf mode should be derived from prog-mode (#9076) 2021-10-13 10:26:40 -07:00
README.txt Initial checkin. 2008-07-10 02:12:20 +00:00

This directory contains syntax highlighting and configuration files for editors
to properly display Protocol Buffer files.

See each file's header comment for directions on how to use it with the
appropriate editor.