hako pushed a commit to branch master
in repository guix.

commit b5e359eb07fc9de114ad2f7b372aa2f471296ab7
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri Mar 15 20:28:29 2024 +0100

    gnu: Add tree-sitter-matlab.
    
    * gnu/packages/tree-sitter.scm (tree-sitter-matlab): New variable.
    
    Change-Id: I5a72d20e18ed370852b9a6d3037d94675aad8c4b
    Signed-off-by: Hilton Chain <[email protected]>
---
 gnu/packages/tree-sitter.scm | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 65331cee65..7515461993 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -4,7 +4,7 @@
 ;;; Copyright © 2022 muradm <[email protected]>
 ;;; Copyright © 2022 Aleksandr Vityazev <[email protected]>
 ;;; Copyright © 2023 Andrew Tropin <[email protected]>
-;;; Copyright © 2023 Nicolas Graves <[email protected]>
+;;; Copyright © 2023, 2024 Nicolas Graves <[email protected]>
 ;;; Copyright © 2023 Zheng Junjie <[email protected]>
 ;;; Copyright © 2023 Raven Hallsby <[email protected]>
 ;;;
@@ -592,6 +592,17 @@ which will be used as a snippet in origin."
    "0.7.1"
    #:repository-url "https://github.com/ikatyang/tree-sitter-markdown";))
 
+(define-public tree-sitter-matlab
+  (let ((commit "79d8b25f57b48f83ae1333aff6723b83c9532e37")
+        (revision "0"))
+    (tree-sitter-grammar
+     "matlab" "Matlab"
+     "04ffhfnznskkcp91fbnv8jy3wkb9cd8ifwrkrdwcw74n1b2hq80c"
+     (git-version "1.0.2" revision commit)
+     #:repository-url "https://github.com/acristoffers/tree-sitter-matlab";
+     #:commit commit
+     #:license license:expat)))
+
 (define-public tree-sitter-meson
   ;; tag 1.2 is Aug 24,2022  this commit is Feb 28,2023
   (let ((commit "3d6dfbdb2432603bc84ca7dc009bb39ed9a8a7b1")

Reply via email to