recipes: added recipe for dts-mode

This patch adds a recipe for basic syntax highlighting of device tree
source files used e.g. in the Linux kernel.
This commit is contained in:
Kurt Kanzenbach 2016-11-23 02:15:47 +01:00 committed by Noam Postavsky
parent 2bd6fbeec4
commit 417fbc84e2

4
recipes/dts-mode.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name dts-mode
:description "Major mode for Devicetree source code"
:type github
:pkgname "bgamari/dts-mode")