guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Add tree-sitter-bibtex.


From: guix-commits
Subject: branch master updated: gnu: Add tree-sitter-bibtex.
Date: Tue, 13 Jun 2023 08:02:50 -0400

This is an automated email from the git hooks/post-receive script.

abcdw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b94cbbbce7 gnu: Add tree-sitter-bibtex.
b94cbbbce7 is described below

commit b94cbbbce70f59b795526a0ed305facf041e6faa
Author: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Mon Jun 5 14:03:05 2023 +0200

    gnu: Add tree-sitter-bibtex.
    
    * gnu/packages/tree-sitter.scm (tree-sitter-bibtex): New variable.
---
 gnu/packages/tree-sitter.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 8951c2ff57..3e17d47a7a 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -266,6 +266,17 @@ will be used in description and synopsis."
    #:inputs (list tree-sitter-javascript)
    #:grammar-directories '("typescript" "tsx")))
 
+(define-public tree-sitter-bibtex
+  (let ((commit "ccfd77db0ed799b6c22c214fe9d2937f47bc8b34")
+        (revision "0"))
+    (tree-sitter-grammar
+     "bibtex" "Bibtex"
+     "0m7f3dkqbmy8x1bhl11m8f4p6n76wfvh99rp46zrqv39355nw1y2"
+     (git-version "0.1.0" revision commit)
+     #:repository-url "https://github.com/latex-lsp/tree-sitter-bibtex";
+     #:commit commit
+     #:license license:expat)))
+
 (define-public tree-sitter-css
   (tree-sitter-grammar
    "css" "CSS"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]