tree: 8e52b69069dcc3c70ddf8028c2eb176053ee34d1 [path history] [tgz]
  1. capnp-mode.el
  2. README.md
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)