Add a protobuf module

This commit is contained in:
Paulo Casaretto 2019-05-03 16:17:36 -03:00
parent 414d340567
commit 75d6ee6426
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,4 @@
;;; tools/protobuf/autoload.el -*- lexical-binding: t; -*-
;;;###autoload
(add-to-list 'auto-mode-alist '("\\.proto\\'" . protobuf-mode))

View file

@ -0,0 +1,4 @@
;; -*- no-byte-compile: t; -*-
;;; tools/protobuf/packages.el
(package! protobuf-mode)