OpenFPGA/libs/EXTERNAL/capnproto/highlighting/emacs
tangxifan f1bafffa87 add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
..
README.md add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00
capnp-mode.el add vpr8 libs and core engine for further integration 2020-01-03 16:14:42 -07:00

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))