mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-07-29 06:59:27 +02: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:
committed by
Liliana Marie Prikler
parent
0b81e89204
commit
c7ccfca548
@@ -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+"
|
||||
|
||||
Reference in New Issue
Block a user