mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add tree-sitter-rst.
* gnu/packages/tree-sitter.scm (tree-sitter-rst): New variable. Change-Id: I982c7b41c3aaf738a72ceaa509e246ded2e618f3 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
ef9a3557b1
commit
df7e529f0d
1 changed files with 7 additions and 0 deletions
|
|
@ -1243,6 +1243,13 @@ which will be used as a snippet in origin."
|
|||
#:commit commit
|
||||
#:license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public tree-sitter-rst
|
||||
(tree-sitter-grammar
|
||||
"rst" "ReStructuredText"
|
||||
"1lrdyhgda2f66biq7dk4s0llk4fcxn23rf5zrhi17nnl8zmjg18i"
|
||||
"0.2.0"
|
||||
#:repository-url "https://github.com/stsewd/tree-sitter-rst"))
|
||||
|
||||
(define-public tree-sitter-ruby
|
||||
(tree-sitter-grammar
|
||||
"ruby" "Ruby"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue