extension.toml

 1id = "dart"
 2name = "Dart"
 3description = "Dart support."
 4version = "0.0.1"
 5schema_version = 1
 6authors = ["Abdullah Alsigar <abdullah.alsigar@gmail.com>", "Flo <flo80@users.noreply.github.com>"]
 7repository = "https://github.com/zed-industries/zed"
 8
 9[language_servers.dart]
10name = "Dart LSP"
11language = "Dart"
12
13[grammars.dart]
14repository = "https://github.com/agent3bood/tree-sitter-dart"
15commit = "48934e3bf757a9b78f17bdfaa3e2b4284656fdc7"