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