mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
f555f66a8c
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
16 lines
441 B
TOML
16 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"
|