mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add tree-sitter-clarity.
* gnu/packages/tree-sitter.scm (tree-sitter-clarity): New variable. Change-Id: I747f197355f1f40c1a503eeae0e5c315c66c9c2b Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
8bdc160a7a
commit
2255ded03c
1 changed files with 8 additions and 0 deletions
|
|
@ -342,6 +342,14 @@ which will be used as a snippet in origin."
|
|||
#:repository-url
|
||||
"https://github.com/tree-sitter-grammars/tree-sitter-chatito"))
|
||||
|
||||
(define-public tree-sitter-clarity
|
||||
(tree-sitter-grammar
|
||||
"clarity" "Clarity"
|
||||
"14qprf98199rnlr6hrjmzvn6d3ch9z8yxgjxva6m6gk9hcyyfy84"
|
||||
"0.0.5"
|
||||
#:repository-url
|
||||
"https://github.com/xlittlerag/tree-sitter-clarity"))
|
||||
|
||||
(define-public tree-sitter-clojure
|
||||
(tree-sitter-grammar
|
||||
"clojure" "Clojure"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue