ocaml: Extract to zed-extensions/ocaml repository (#20825)

This PR extracts the OCaml extensions to the
[zed-extensions/ocaml](https://github.com/zed-extensions/ocaml)
repository.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-11-18 11:30:45 -05:00 committed by GitHub
parent ad94ad511a
commit df1d0dec0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 1 additions and 650 deletions

View file

@ -1,6 +1,6 @@
# OCaml
OCaml support is available through the [OCaml extension](https://github.com/zed-industries/zed/tree/main/extensions/ocaml).
OCaml support is available through the [OCaml extension](https://github.com/zed-extensions/ocaml).
- Tree Sitter: [tree-sitter/tree-sitter-ocaml](https://github.com/tree-sitter/tree-sitter-ocaml)
- Language Server: [ocaml/ocaml-lsp](https://github.com/ocaml/ocaml-lsp)