mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add tree-sitter-yaml.
* gnu/packages/tree-sitter.scm (tree-sitter-yaml): New variable. Change-Id: I2bc2ad26dba4b4a16cdc738fca867854da225442 Signed-off-by: Hilton Chain <hako@ultrarare.space> Modified-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
f84a45f011
commit
bef17e4507
1 changed files with 7 additions and 0 deletions
|
|
@ -828,3 +828,10 @@ which will be used as a snippet in origin."
|
|||
(("\\(integer_decimal\n") "(integer_decimal)\n")
|
||||
(("\\(integer\\)") "")
|
||||
(("\"0\")") "\"0\"")))))))
|
||||
|
||||
(define-public tree-sitter-yaml
|
||||
(tree-sitter-grammar
|
||||
"yaml" "YAML"
|
||||
"0z5fz9hiafzapi0ijhyz8np6rksq6c1pb16xv1vhnlfh75rg6zyv"
|
||||
"0.7.0"
|
||||
#:repository-url "https://github.com/tree-sitter-grammars/tree-sitter-yaml"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue