blob: 1eeab9eaf178caf9934daa5ff73e1a9fe7c37667 [file] [log] [blame] [view]
Syntax Coloring for Emacs
=========================
How to use:
Add this to your .emacs file (altering the path to wherever your
capnproto directory lives):
```elisp
(add-to-list 'load-path "~/src/capnproto/highlighting/emacs")
(require 'capnp-mode)
```