mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add tree-sitter-xcompose.
* gnu/packages/tree-sitter.scm (tree-sitter-xcompose): New variable. Change-Id: I97693a505c49275407b03fb1ca9a12f31f8e1df4 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
587dbeeb48
commit
b90dccdd34
1 changed files with 9 additions and 0 deletions
|
|
@ -1479,6 +1479,15 @@ files.")))
|
|||
"https://github.com/neovim/tree-sitter-vimdoc"
|
||||
#:license license:expat))
|
||||
|
||||
(define-public tree-sitter-xcompose
|
||||
(tree-sitter-grammar
|
||||
"xcompose" "XCompose"
|
||||
"03c0ycwrxafxvbhzi6pzcq8md40frh7ybwkhcsd4s1hmg6arwpyx"
|
||||
"0.4.0"
|
||||
#:repository-url
|
||||
"https://github.com/tree-sitter-grammars/tree-sitter-xcompose"
|
||||
#:article "an"))
|
||||
|
||||
(define-public tree-sitter-yaml
|
||||
(tree-sitter-grammar
|
||||
"yaml" "YAML"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue