1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: Add tree-sitter-ocaml.

gnu/packages/tree-sitter.scm (tree-sitter-ocaml): New variable.
This commit is contained in:
Andrew Tropin
2023-02-14 15:57:06 +04:00
parent f5a2f3883a
commit e38833c592

View File

@@ -358,3 +358,10 @@ will be used in description and synopsis."
"julia" "Julia"
"1pbnmvhy2gq4vg1b0sjzmjm4s2gsgdjh7h01yj8qrrqbcl29c463"
"0.19.0"))
(define-public tree-sitter-ocaml
(tree-sitter-grammar
"ocaml" "OCaml (.ml and .mli)"
"021vnbpzzb4cca3ncd4qhzy583vynhndn3qhwayxrpgdl61m44i6"
"0.20.1"
#:grammar-directories '("ocaml" "interface")))