guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 521261b0bda566c4d028bb9f9d1966fb6df832e8
Author: Felipe Silva <[email protected]>
AuthorDate: Mon Sep 15 20:12:01 2025 -0300

    gnu: Add tree-sitter-toml.
    
    * gnu/packages/tree-sitter.scm (tree-sitter-toml): New variable.
    
    Change-Id: I0c0314331bffb1d60ef2b59e9c62ad7e2c645ecb
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/tree-sitter.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index f776d29627..8e5e1deea9 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -11,6 +11,7 @@
 ;;; Copyright © 2025 Andrew Wong <[email protected]>
 ;;; Copyright © 2025 Nguyễn Gia Phong <[email protected]>
 ;;; Copyright © 2025 Evgenii Klimov <[email protected]>
+;;; Copyright © 2025 Felipe Silva <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -753,6 +754,13 @@ which will be used as a snippet in origin."
    #:repository-url "https://github.com/tlaplus-community/tree-sitter-tlaplus";
    #:commit "1.5.0"))
 
+(define-public tree-sitter-toml
+  (tree-sitter-grammar
+   "toml" "TOML"
+   "1j9fgy1hlsq6xqqnpjl65a2mmydlx91p8ss36k7vyf7284d6bm4v"
+   "0.7.0"
+   #:repository-url 
"https://github.com/tree-sitter-grammars/tree-sitter-toml";))
+
 (define-public tree-sitter-typescript
   (tree-sitter-grammar
    "typescript" "TypeScript and TSX"

Reply via email to