mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add tree-sitter-odin.
* gnu/packages/tree-sitter.scm (tree-sitter-odin): New variable. Change-Id: I2f6768bee7b21b8d77a40a366673ae0ca640ef89 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
5e145325c4
commit
419485edea
1 changed files with 8 additions and 0 deletions
|
|
@ -984,6 +984,14 @@ which will be used as a snippet in origin."
|
|||
"0.24.0"
|
||||
#:grammar-directories '("grammars/interface" "grammars/ocaml" "grammars/type")))
|
||||
|
||||
(define-public tree-sitter-odin
|
||||
(tree-sitter-grammar
|
||||
"odin" "Odin"
|
||||
"05ljga1gqhx8hr7ldpcbrz79ixni5qyz6ckyyh7chxnkl5fkjp5y"
|
||||
"1.3.0"
|
||||
#:repository-url "https://github.com/tree-sitter-grammars/tree-sitter-odin"
|
||||
#:article "an"))
|
||||
|
||||
(define-public tree-sitter-org
|
||||
;; There are a lot of additions, the last tag was placed a while ago
|
||||
(let ((commit "64cfbc213f5a83da17632c95382a5a0a2f3357c1")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue