diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm index ee0acb82dee..d271689fdbc 100644 --- a/gnu/packages/tree-sitter.scm +++ b/gnu/packages/tree-sitter.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2022 Luis Henrique Gomes Higino ;;; Copyright © 2022, 2023 Pierre Langlois ;;; Copyright © 2022 muradm -;;; Copyright © 2022 Aleksandr Vityazev +;;; Copyright © 2022, 2024 Aleksandr Vityazev ;;; Copyright © 2023 Andrew Tropin ;;; Copyright © 2023, 2024 Nicolas Graves ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com> @@ -387,6 +387,14 @@ which will be used as a snippet in origin." "0.4.1" #:repository-url "https://github.com/uyha/tree-sitter-cmake")) +(define-public tree-sitter-devicetree + (tree-sitter-grammar + "devicetree" "Devicetree" + "0igkwrlgbwphn8dwj91fy2film2mxz4kjdjnc141kmwi4czglwbq" + "0.8.0" + #:repository-url "https://github.com/joelspadin/tree-sitter-devicetree" + #:license license:expat)) + (define-public tree-sitter-elixir ;; No tags at all, version in the source code is 0.19.0 (let ((commit "b20eaa75565243c50be5e35e253d8beb58f45d56")