zed/extensions/clojure/extension.toml
Marshall Bowers f555f66a8c
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
clojure: Bump to v0.0.3 (#13935)
This PR bumps the Clojure extension to v0.0.3.

Changes:

- https://github.com/zed-industries/zed/pull/13914
- https://github.com/zed-industries/zed/pull/13933

Release Notes:

- N/A
2024-07-08 11:29:07 -04:00

15 lines
441 B
TOML

id = "clojure"
name = "Clojure"
description = "Clojure support."
version = "0.0.3"
schema_version = 1
authors = ["Paulo Roberto de Oliveira Castro <p.oliveira.castro@gmail.com>"]
repository = "https://github.com/zed-industries/zed"
[language_servers.clojure-lsp]
name = "clojure-lsp"
language = "Clojure"
[grammars.clojure]
repository = "https://github.com/prcastro/tree-sitter-clojure"
commit = "38b4f8d264248b2fd09575fbce66f7c22e8929d5"