You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
capnproto/highlighting/emacs
Tim McGilchrist 0b24d07c8f
Minor package-lint fixes to elisp
Required fixes to allow upload to melpa https://github.com/melpa/melpa/pull/7613
3 years ago
..
README.md Minor package-lint fixes to elisp 3 years ago
capnp-mode.el Minor package-lint fixes to elisp 3 years ago

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)