dart: Extract to zed-extensions/dart repository (#19959)

This PR extracts the Dart extension to the
[zed-extensions/dart](https://github.com/zed-extensions/dart)
repository.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-10-30 11:00:06 -04:00 committed by GitHub
parent c8003c0697
commit 5dee43b05c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 1 additions and 592 deletions

View file

@ -1,6 +1,6 @@
# Dart
Dart support is available through the [Dart extension](https://github.com/zed-industries/zed/tree/main/extensions/dart).
Dart support is available through the [Dart extension](https://github.com/zed-extensions/dart).
- Tree Sitter: [UserNobody14/tree-sitter-dart](https://github.com/UserNobody14/tree-sitter-dart)
- Language Server: [dart language-server](https://github.com/dart-lang/sdk)