]> code.delx.au - gnu-emacs-elpa/blob - packages/dts-mode/README.mkd
Merge commit 'e264139e7fafbd1bbb68f9cef6d1c50b8e6cf1f3' from swiper
[gnu-emacs-elpa] / packages / dts-mode / README.mkd
1 # dts-mode — A Device Tree major mode for emacs
2
3 This is a quick attempt at getting basic highlighting for [Device
4 Tree][devicetree] syntax in emacs. While it's fairly functional, it's not
5 pretty; pull requests welcome.
6
7 [devicetree]: http://www.devicetree.org/
8
9 ## Installation
10
11 Available through [MELPA](http://melpa.milkbox.net/#/). Alternatively ensure
12 `dts-mode.el` is available in `load-path` and `(require 'dts-mode)`.