mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
bd77232f65
This PR bumps the Dart extension to v0.0.2. Changes: - https://github.com/zed-industries/zed/pull/8347 - https://github.com/zed-industries/zed/pull/10552 Release Notes: - N/A
17 lines
461 B
TOML
17 lines
461 B
TOML
id = "dart"
|
|
name = "Dart"
|
|
description = "Dart support."
|
|
version = "0.0.2"
|
|
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"
|