]> code.delx.au - gnu-emacs-elpa/blob - packages/dts-mode/README.mkd
Merge commit '1b831d21ac9688e3f31703f0b492202f6d24a75b'
[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)`.