Feature Description
I would love for the Zed LSP to allow for use with the Dart programming language.
Use Case
Self explanatory
Proposed Solution
Idealy implement the Dart programming language parsing.
Alternative Solutions
I've tried a hacky solution where I switch the file language to JavaScript and Codebook works perfectly. Of course linting etc. is quite broken (because other LSPs also change), but other than that the syntax appears to be close enough to allow for at least a temporary workaround (if the extention reports the ability to work with Dart and uses the implementation for JS).
Examples
Dart:

JS:

Additional Context
No response
Feature Description
I would love for the Zed LSP to allow for use with the Dart programming language.
Use Case
Self explanatory
Proposed Solution
Idealy implement the Dart programming language parsing.
Alternative Solutions
I've tried a hacky solution where I switch the file language to JavaScript and Codebook works perfectly. Of course linting etc. is quite broken (because other LSPs also change), but other than that the syntax appears to be close enough to allow for at least a temporary workaround (if the extention reports the ability to work with Dart and uses the implementation for JS).
Examples
Dart:

JS:

Additional Context
No response