docs: Add Dart (#13829)

This PR adds Dart support to the docs, as it was one of the first-party
extensions that wasn't mentioned anywhere.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-07-04 11:14:39 -04:00 committed by GitHub
parent 3a5d116ffe
commit 398c2f91dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,7 @@
- [C#](./languages/csharp.md)
- [Clojure](./languages/clojure.md)
- [CSS](./languages/css.md)
- [Dart](./languages/dart.md)
- [Deno](./languages/deno.md)
- [Elixir](./languages/elixir.md)
- [Elm](./languages/elm.md)

View File

@ -0,0 +1,3 @@
# Dart
Dart support is available through the [Dart extension](https://github.com/zed-industries/zed/tree/main/extensions/dart).