devicetree-ts-mode

Homepage: https://sr.ht/~akagi/devicetree-ts-mode

Author: Aleksandr Vityazev

Updated:

Summary

Tree-sitter support for DTS

Commentary

The "Open Firmware Device Tree", or simply Devicetree, is a
data structure and language for describing hardware.  More
specifically, it is a description of hardware that is readable by
an operating system so that the operating system doesn't need to
hard code details of the machine.

A grammar for Devicetree can be found at
https://github.com/joelspadin/tree-sitter-devicetree

Thist package provides tree-sitter major mode for Devicetree files.

Features

* Indent
* IMenu
* Font Lock

Dependencies