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