clojure: Extract to zed-extensions/clojure repository (#22628)

This PR extracts the Clojure extension to the
[zed-extensions/clojure](https://github.com/zed-extensions/clojure)
repository.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-01-03 16:14:53 -05:00 committed by GitHub
parent a1ef1d3f76
commit fdbf3d0f25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 1 additions and 211 deletions

View file

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