mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-02-02 07:25:29 +00:00
rosenthal: Add tree-sitter-yaml.
* rosenthal/packages/tree-sitter.scm (tree-sitter-yaml): New variable.
This commit is contained in:
parent
091c21ec8b
commit
2c594e3fac
@ -19,3 +19,16 @@
|
||||
"0kf4c4xs5naj8lpcmr3pbdvwj526wl9p6zphxxpimbll7qv6qfnd"
|
||||
"0.1.2"
|
||||
#:repository-url "https://github.com/camdencheek/tree-sitter-dockerfile"))
|
||||
|
||||
(define-public tree-sitter-yaml
|
||||
(let ((base
|
||||
(tree-sitter-grammar
|
||||
"yaml" "YAML"
|
||||
"1bimf5fq85wn8dwlk665w15n2bj37fma5rsfxrph3i9yb0lvzi3q"
|
||||
"0.5.0"
|
||||
#:repository-url "https://github.com/ikatyang/tree-sitter-yaml")))
|
||||
(package
|
||||
(inherit base)
|
||||
(arguments
|
||||
(append '(#:tests? #f) ;FIXME
|
||||
(package-arguments base))))))
|
||||
|
Loading…
Reference in New Issue
Block a user