mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 05:00:16 +00:00
16 lines
438 B
TOML
16 lines
438 B
TOML
|
id = "dart"
|
||
|
name = "Dart"
|
||
|
description = "Dart support."
|
||
|
version = "0.0.1"
|
||
|
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"
|
||
|
|
||
|
[grammars.dart]
|
||
|
repository = "https://github.com/agent3bood/tree-sitter-dart"
|
||
|
commit = "48934e3bf757a9b78f17bdfaa3e2b4284656fdc7"
|