mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-01 14:15:11 +00:00
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:
parent
3a5d116ffe
commit
398c2f91dd
2 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
3
docs/src/languages/dart.md
Normal file
3
docs/src/languages/dart.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Dart
|
||||
|
||||
Dart support is available through the [Dart extension](https://github.com/zed-industries/zed/tree/main/extensions/dart).
|
Loading…
Reference in a new issue