abcdw pushed a commit to branch master
in repository guix.
commit e38833c5928558e104db9f8f4fba69066bf70018
Author: Andrew Tropin <[email protected]>
AuthorDate: Tue Feb 14 15:57:06 2023 +0400
gnu: Add tree-sitter-ocaml.
gnu/packages/tree-sitter.scm (tree-sitter-ocaml): New variable.
---
gnu/packages/tree-sitter.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index f7282dd9a7..e9b76733a7 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -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")))