5f12569954
Also adjusted the tags to match the folders the layers are in. I have also updated the binding for imenu mentioned in protobuf layer and adapted the kubernetes tags to register as tool instead of as os.
24 lines
763 B
Org Mode
24 lines
763 B
Org Mode
#+TITLE: Protocol Buffers layer
|
|
|
|
#+TAGS: layer|programming|util
|
|
|
|
[[file:img/protobuf.png]]
|
|
|
|
* Table of Contents :TOC_5_gh:noexport:
|
|
- [[#description][Description]]
|
|
- [[#features][Features:]]
|
|
- [[#install][Install]]
|
|
|
|
* Description
|
|
Highlighting and syntax checking for [[https://developers.google.com/protocol-buffers/][Protocol Buffer]] files.
|
|
|
|
** 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 b t~).
|
|
|
|
* 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.
|