mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 12:38:02 +00:00
9b7bc04a87
Some checks are pending
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
This PR bumps the OCaml extension to v0.0.2. Changes: - https://github.com/zed-industries/zed/pull/13834 Release Notes: - N/A
21 lines
642 B
TOML
21 lines
642 B
TOML
id = "ocaml"
|
|
name = "OCaml"
|
|
description = "OCaml support."
|
|
version = "0.0.2"
|
|
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"
|