mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add tree-sitter-twig.
* gnu/packages/tree-sitter.scm (tree-sitter-twig): New variable. Change-Id: I6b24e386f4a759f4cf23abc20487d3e87b58289c Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
c50f47c9a4
commit
0b138b6c8d
1 changed files with 12 additions and 0 deletions
|
|
@ -1353,6 +1353,18 @@ files.")))
|
|||
"0.7.0"
|
||||
#:repository-url "https://github.com/tree-sitter-grammars/tree-sitter-toml"))
|
||||
|
||||
(define-public tree-sitter-twig
|
||||
(let ((version "0.7.0")
|
||||
(commit "40d17f0eb990215e12531abe29ee7691d7ca99a5")
|
||||
(revision "0"))
|
||||
(tree-sitter-grammar
|
||||
"twig" "Twig"
|
||||
"06a6rfgh9mmzqvs7bp8y92axa4fni4c72s82bdin7j3a0x5mxwi6"
|
||||
(git-version version revision commit)
|
||||
#:commit commit
|
||||
#:repository-url "https://github.com/kaermorchen/tree-sitter-twig"
|
||||
#:license license:mpl2.0)))
|
||||
|
||||
(define-public tree-sitter-typescript
|
||||
(tree-sitter-grammar
|
||||
"typescript" "TypeScript and TSX"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue