GNU bug report logs -
#49946
[PATCH 00/31] Tree-sitter, node-gyp addon support and emacs-tree-sitter
Previous Next
Full log
Message #353 received at 49946 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/tree-sitter.scm (tree-sitter-c-sharp): New variable.
---
gnu/packages/tree-sitter.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index f26732197e..5bb7e7549a 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -268,6 +268,27 @@ (define-public tree-sitter-cpp
"This package provides a C++ grammar for the Tree-sitter library.")
(license license:expat)))
+(define-public tree-sitter-c-sharp
+ (package (inherit tree-sitter-c)
+ (name "tree-sitter-c-sharp")
+ (version "0.19.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/tree-sitter/tree-sitter-c-sharp")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "054fmpf47cwh59gbg00sc0nl237ba4rnxi73miz39yqzcs87055r"))
+ (modules '((guix build utils)))
+ (snippet tree-sitter-delete-generated-files)))
+ (home-page "https://github.com/tree-sitter/tree-sitter-c-sharp")
+ (synopsis "Tree-sitter C# grammar")
+ (description
+ "This package provides a C# grammar for the Tree-sitter library.")
+ (license license:expat)))
+
(define-public tree-sitter-bash
(package (inherit tree-sitter-c)
(name "tree-sitter-bash")
--
2.34.0
This bug report was last modified 2 years and 119 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.