spacemacs/layers/+lang/protobuf/README.org

25 lines
763 B
Org Mode
Raw Normal View History

#+TITLE: Protocol Buffers layer
#+TAGS: layer|programming|util
2019-05-05 17:26:40 +00:00
[[file:img/protobuf.png]]
2019-05-07 20:05:06 +00:00
* Table of Contents :TOC_5_gh:noexport:
2017-05-22 14:16:12 +00:00
- [[#description][Description]]
2017-08-28 21:58:10 +00:00
- [[#features][Features:]]
2017-05-22 14:16:12 +00:00
- [[#install][Install]]
* Description
Highlighting and syntax checking for [[https://developers.google.com/protocol-buffers/][Protocol Buffer]] files.
2017-08-28 21:58:10 +00:00
** Features:
- Syntax highlighting
- Syntax checking using Flycheck (=protoc= compiler must be available)
- Correct indentation and commenting
- Quickly browse file contents using imenu (default key binding ~SPC j i~).
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =protobuf= to the existing =dotspacemacs-configuration-layers= list in this
file.