docs: Update language pages to indicate whether they are native or from an extension (#13827)
This PR updates the language pages in the docs to indicate whether the support is available natively or provided by an extension. Release Notes: - N/A
This commit is contained in:
parent
b1f8fc88a1
commit
e3cd1dd2d0
6 changed files with 10 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
||||||
# Elixir
|
# Elixir
|
||||||
|
|
||||||
- Tree Sitter: [tree-sitter-elixir](https://github.com/elixir-lang/tree-sitter-elixir)
|
Elixir support is available through the [Elixir extension](https://github.com/zed-industries/zed/tree/main/extensions/elixir).
|
||||||
- Language Server: [elixir-ls](https://github.com/elixir-lsp/elixir-ls)
|
|
||||||
|
|
||||||
## Choosing a language server
|
## Choosing a language server
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# Go
|
# Go
|
||||||
|
|
||||||
|
Go support is available natively in Zed.
|
||||||
|
|
||||||
- Tree Sitter: [tree-sitter-go](https://github.com/tree-sitter/tree-sitter-go)
|
- Tree Sitter: [tree-sitter-go](https://github.com/tree-sitter/tree-sitter-go)
|
||||||
- Language Server: [gopls](https://github.com/golang/tools/tree/master/gopls)
|
- Language Server: [gopls](https://github.com/golang/tools/tree/master/gopls)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# JavaScript
|
# JavaScript
|
||||||
|
|
||||||
|
JavaScript support is available natively in Zed.
|
||||||
|
|
||||||
- Tree Sitter: [tree-sitter-javascript](https://github.com/tree-sitter/tree-sitter-javascript)
|
- Tree Sitter: [tree-sitter-javascript](https://github.com/tree-sitter/tree-sitter-javascript)
|
||||||
- Language Server: [typescript-language-server](https://github.com/typescript-language-server/typescript-language-server)
|
- Language Server: [typescript-language-server](https://github.com/typescript-language-server/typescript-language-server)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# Python
|
# Python
|
||||||
|
|
||||||
|
Python support is available natively in Zed.
|
||||||
|
|
||||||
- Tree Sitter: [tree-sitter-python](https://github.com/tree-sitter/tree-sitter-python)
|
- Tree Sitter: [tree-sitter-python](https://github.com/tree-sitter/tree-sitter-python)
|
||||||
- Language Server: [pyright](https://github.com/microsoft/pyright)
|
- Language Server: [pyright](https://github.com/microsoft/pyright)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Ruby
|
# Ruby
|
||||||
|
|
||||||
- Tree Sitter: [tree-sitter-ruby](https://github.com/tree-sitter/tree-sitter-ruby)
|
Ruby support is available through the [Ruby extension](https://github.com/zed-industries/zed/tree/main/extensions/ruby).
|
||||||
- Language Servers: [solargraph](https://github.com/castwide/solargraph), [ruby-lsp](https://github.com/Shopify/ruby-lsp)
|
|
||||||
|
|
||||||
## Choosing a language server
|
## Choosing a language server
|
||||||
|
|
||||||
|
@ -82,7 +81,6 @@ Ruby LSP uses pull-based diagnostics which Zed doesn't support yet. We can tell
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Using the Tailwind CSS Language Server with Ruby
|
## Using the Tailwind CSS Language Server with Ruby
|
||||||
|
|
||||||
It's possible to use the [Tailwind CSS Language Server](https://github.com/tailwindlabs/tailwindcss-intellisense/tree/HEAD/packages/tailwindcss-language-server#readme) in Ruby and ERB files.
|
It's possible to use the [Tailwind CSS Language Server](https://github.com/tailwindlabs/tailwindcss-intellisense/tree/HEAD/packages/tailwindcss-language-server#readme) in Ruby and ERB files.
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# Rust
|
# Rust
|
||||||
|
|
||||||
|
Rust support is available natively in Zed.
|
||||||
|
|
||||||
- Tree Sitter: [tree-sitter-rust](https://github.com/tree-sitter/tree-sitter-rust)
|
- Tree Sitter: [tree-sitter-rust](https://github.com/tree-sitter/tree-sitter-rust)
|
||||||
- Language Server: [rust-analyzer](https://github.com/rust-lang/rust-analyzer)
|
- Language Server: [rust-analyzer](https://github.com/rust-lang/rust-analyzer)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue