add protobuf mode

This commit is contained in:
Andrea Crotti 2017-06-19 15:06:30 +01:00
parent 420db5c0fb
commit a0a81f603c
2 changed files with 12 additions and 0 deletions

7
protobuf-mode/message Normal file
View file

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: message
# key: msg
# --
message ${1:Name} {
$0
}

5
protobuf-mode/syntax Normal file
View file

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: syntax
# key: syn
# --
syntax = "${1:proto3}";