mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-15 06:40:17 +00:00
6a11184ea3
Includes: https://github.com/zed-industries/zed/pull/13686 Release Notes: - Added Flutter tasks to Dart extension.
16 lines
461 B
TOML
16 lines
461 B
TOML
id = "dart"
|
|
name = "Dart"
|
|
description = "Dart support."
|
|
version = "0.0.3"
|
|
schema_version = 1
|
|
authors = ["Abdullah Alsigar <abdullah.alsigar@gmail.com>", "Flo <flo80@users.noreply.github.com>"]
|
|
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"
|