gnu: Add tree-sitter-c-sharp.

gnu/packages/tree-sitter.scm (tree-sitter-c-sharp): New variable.
This commit is contained in:
Andrew Tropin 2023-02-14 15:05:33 +04:00
parent fa1421283d
commit de41227011
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -306,3 +306,9 @@ (define-public tree-sitter-bash
"bash" "Bash"
"18c030bb65r50i6z37iy7jb9z9i8i36y7b08dbc9bchdifqsijs5"
"0.19.0"))
(define-public tree-sitter-c-sharp
(tree-sitter-grammar
"c-sharp" "C#"
"054fmpf47cwh59gbg00sc0nl237ba4rnxi73miz39yqzcs87055r"
"0.19.1"))