mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add tree-sitter-thrift.
* gnu/packages/tree-sitter.scm (tree-sitter-thrift): New variable. Change-Id: Ia35a56041e7f0a63842a2087b30620157aea4bbd Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
0b81e89204
commit
c7ccfca548
1 changed files with 11 additions and 0 deletions
|
|
@ -1859,6 +1859,17 @@ which will be used as a snippet in origin."
|
|||
(description "This package provides Tree-sitter's grammar for corpus test
|
||||
files.")))
|
||||
|
||||
(define-public tree-sitter-thrift
|
||||
(let ((commit "68fd0d80943a828d9e6f49c58a74be1e9ca142cf")
|
||||
(revision "0"))
|
||||
(tree-sitter-grammar
|
||||
"thrift" "Thrift"
|
||||
"1ijp9x1vylc8bgplnj9d898qhv04cvrl67qg9kmam33drfrmn1m3"
|
||||
(git-version "0.5.0" revision commit)
|
||||
#:commit commit
|
||||
#:repository-url
|
||||
"https://github.com/tree-sitter-grammars/tree-sitter-thrift")))
|
||||
|
||||
(define-public tree-sitter-tlaplus
|
||||
(tree-sitter-grammar
|
||||
"tlaplus" "TLA+"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue