~akagi/devicetree-ts-mode

clone

read-only
https://git.sr.ht/~akagi/devicetree-ts-mode
read/write
git@git.sr.ht:~akagi/devicetree-ts-mode

You can also use your local clone with git send-email.

#Version 0.3

#About

Major mode for editing Devicetree files.

Features:

  • Font Lock
  • Indent
  • IMenu

#Installation

#With guix

guix package -f guix.scm

#From source

Clone this repo.

(use-package graphql-ts-mode
  :ensure nil
  :load-path "PATH TO WHICH THE REPOSITORY WAS CLONED"
  :init
  (with-eval-after-load 'treesit
    (add-to-list 'treesit-language-source-alist
                 '(devicetree "https://github.com/joelspadin/tree-sitter-devicetree"))))

This requires a working C compiler.

#License

GPLv3

Do not follow this link