spacemacs/layers/+lang/protobuf
duianto ee811f7b13 Unify packages list parentheses style
problem:
some layer packages lists have the open and closing parentheses on the same line
as the first and last listed package, but most seem to have them on a separate
lines.

solution:
put the open and close parentheses on separate lines, except for lists with only
a single package, they are written on the same line as the variable name and
parentheses.

fix the lists indentation
2018-11-21 21:35:38 +00:00
..
img protobuf: minor refactoring and add logo 2017-04-09 13:26:38 -04:00
funcs.el Happy New Year 2018! 2018-01-04 02:00:25 -05:00
packages.el Unify packages list parentheses style 2018-11-21 21:35:38 +00:00
README.org Reformat documentation 2018-10-11 00:13:43 +03:00

Protocol Buffers layer

/TakeV/spacemacs/media/commit/cc1764b2ad3a0bca2a3f89f7542288194ce7ad9b/layers/+lang/protobuf/img/protobuf.png

Description

Highlighting and syntax checking for 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 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.