]> code.delx.au - gnu-emacs-elpa/blob - packages/dts-mode/README.mkd
Update packages/yasnippet by subtree-merging from its github-based upstream
[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)`.