Add a protobuf module
This commit is contained in:
parent
414d340567
commit
75d6ee6426
2 changed files with 8 additions and 0 deletions
4
modules/lang/protobuf/autoload.el
Normal file
4
modules/lang/protobuf/autoload.el
Normal file
|
@ -0,0 +1,4 @@
|
|||
;;; tools/protobuf/autoload.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;;###autoload
|
||||
(add-to-list 'auto-mode-alist '("\\.proto\\'" . protobuf-mode))
|
4
modules/lang/protobuf/packages.el
Normal file
4
modules/lang/protobuf/packages.el
Normal file
|
@ -0,0 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; tools/protobuf/packages.el
|
||||
|
||||
(package! protobuf-mode)
|
Loading…
Add table
Add a link
Reference in a new issue