zed/extensions/dart/extension.toml
Marshall Bowers fb79346e6f
dart: Bump to v0.1.0 (#17887)
This PR bumps the Dart extension to v0.1.0.

Changes:

- https://github.com/zed-industries/zed/pull/16955
- https://github.com/zed-industries/zed/pull/17494

Release Notes:

- N/A
2024-09-16 11:57:34 -04:00

16 lines
486 B
TOML

id = "dart"
name = "Dart"
description = "Dart support."
version = "0.1.0"
schema_version = 1
authors = ["Abdullah Alsigar <abdullah.alsigar@gmail.com>", "Flo <flo80@users.noreply.github.com>", "ybbond <hi@ybbond.id>"]
repository = "https://github.com/zed-industries/zed"
[language_servers.dart]
name = "Dart LSP"
language = "Dart"
languages = ["Dart"]
[grammars.dart]
repository = "https://github.com/UserNobody14/tree-sitter-dart"
commit = "6da46473ab8accb13da48113f4634e729a71d335"