Add capnp mode
This commit is contained in:
parent
fcb288c2c3
commit
9c3e29e67f
|
@ -335,6 +335,15 @@ Note that ~onsave~ was intentionally turned off because it messes with version c
|
|||
|
||||
** Languages
|
||||
|
||||
*** Capnproto
|
||||
|
||||
#+begin_src emacs-lisp :tangle packages.el
|
||||
(package! capnp-mode :recipe (
|
||||
:host github
|
||||
:repo "capnproto/capnproto"
|
||||
:files ("highlighting/emacs/*.el")))
|
||||
#+end_src
|
||||
|
||||
*** Emacs Lisp
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
|
|
Loading…
Reference in New Issue