tree: 445574b4be203313f74de7bfe81e26a109d5a6d3 [path history] [tgz]
  1. capnp-mode.el
  2. README.md
libs/EXTERNAL/capnproto/highlighting/emacs/README.md

Syntax Coloring for Emacs

How to use:

Add this to your .emacs file (altering the path to wherever your capnproto directory lives):

(add-to-list 'load-path "~/src/capnproto/highlighting/emacs")
(require 'capnp-mode)
(add-to-list 'auto-mode-alist '("\\.capnp\\'" . capnp-mode))