abcdw pushed a commit to branch master
in repository guix.

commit de4122701121baa523a3b3303c0d9943f6fe0464
Author: Andrew Tropin <[email protected]>
AuthorDate: Tue Feb 14 15:05:33 2023 +0400

    gnu: Add tree-sitter-c-sharp.
    
    gnu/packages/tree-sitter.scm (tree-sitter-c-sharp): New variable.
---
 gnu/packages/tree-sitter.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index caa38596ec..b022de4d11 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -306,3 +306,9 @@ will be used in description and synopsis."
    "bash" "Bash"
    "18c030bb65r50i6z37iy7jb9z9i8i36y7b08dbc9bchdifqsijs5"
    "0.19.0"))
+
+(define-public tree-sitter-c-sharp
+  (tree-sitter-grammar
+   "c-sharp" "C#"
+   "054fmpf47cwh59gbg00sc0nl237ba4rnxi73miz39yqzcs87055r"
+   "0.19.1"))

Reply via email to