mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
8d7f5eab79
Release Notes: - Extracted Ocaml language support into an extension --------- Co-authored-by: Marshall <marshall@zed.dev>
22 lines
642 B
TOML
22 lines
642 B
TOML
id = "ocaml"
|
|
name = "OCaml"
|
|
description = "OCaml support."
|
|
version = "0.0.1"
|
|
schema_version = 1
|
|
authors = ["Rashid Almheiri <69181766+huwaireb@users.noreply.github.com>"]
|
|
repository = "https://github.com/zed-industries/zed"
|
|
|
|
[language_servers.ocamllsp]
|
|
name = "ocamllsp"
|
|
languages = ["OCaml", "OCaml Interface"]
|
|
|
|
[grammars.ocaml]
|
|
repository = "https://github.com/tree-sitter/tree-sitter-ocaml"
|
|
commit = "0b12614ded3ec7ed7ab7933a9ba4f695ba4c342e"
|
|
path = "grammars/ocaml"
|
|
|
|
[grammars.ocaml_interface]
|
|
repository = "https://github.com/tree-sitter/tree-sitter-ocaml"
|
|
commit = "0b12614ded3ec7ed7ab7933a9ba4f695ba4c342e"
|
|
path = "grammars/interface"
|