Archived
1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

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")))