Fork of zed-extensions/dart
  • Rust 56.8%
  • Tree-sitter Query 43.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
zed-zippy[bot] 3967d6a3bb
Update CI workflows to 3183c04 (#75)
This PR updates the CI workflow files from the main Zed repository
based on the commit
zed-industries/zed@3183c04515

The update includes a new version of the extension CLI which adds
validation for semantic token rules for languages

Co-authored-by: zed-zippy[bot] <234243425+zed-zippy[bot]@users.noreply.github.com>
2026-03-25 18:55:21 +00:00
.github/workflows Update CI workflows to 3183c04 (#75) 2026-03-25 18:55:21 +00:00
debug_adapter_schemas Add debug adapter request handling to support both Launch and Attach (#52) 2026-02-02 21:15:51 +01:00
languages/dart Format Tree-sitter query files (#69) 2026-03-15 21:10:41 +00:00
src Add debug adapter request handling to support both Launch and Attach (#52) 2026-02-02 21:15:51 +01:00
.gitignore Add readme links; gitignore cleanup (#18) 2025-06-23 09:48:31 -04:00
Cargo.lock Bump version to 0.3.5 (#61) 2026-02-02 21:18:13 +01:00
Cargo.toml Bump version to 0.3.5 (#61) 2026-02-02 21:18:13 +01:00
extension.toml Bump version to 0.3.5 (#61) 2026-02-02 21:18:13 +01:00
LICENSE Apply post-extraction changes 2024-10-30 10:35:21 -04:00
README.md Add readme links; gitignore cleanup (#18) 2025-06-23 09:48:31 -04:00

Zed Dart

A Dart extension for Zed.

Documentation

See:

Development

To develop this extension, see the Developing Extensions section of the Zed docs.