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:
Marshall Bowers 2024-07-04 10:40:21 -04:00 committed by GitHub
parent b1f8fc88a1
commit e3cd1dd2d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 10 additions and 5 deletions

View file

@ -1,7 +1,6 @@
# Ruby
- Tree Sitter: [tree-sitter-ruby](https://github.com/tree-sitter/tree-sitter-ruby)
- Language Servers: [solargraph](https://github.com/castwide/solargraph), [ruby-lsp](https://github.com/Shopify/ruby-lsp)
Ruby support is available through the [Ruby extension](https://github.com/zed-industries/zed/tree/main/extensions/ruby).
## 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
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.