feat(Dart): Add Dart syntax highlighting and LSP support - #14569
feat(Dart): Add Dart syntax highlighting and LSP support#14569ethicnology wants to merge 3 commits into
Conversation
|
Every PR must be linked to a same-repo issue before Oz can review it. This PR is linked to #9146, but no linked issue is marked See the contribution guidelines for the full readiness model. Powered by Oz |
There was a problem hiding this comment.
Every PR must be linked to a same-repo issue before Oz can review it.
This PR is linked to #9146, but no linked issue is marked ready-to-implement yet. Only repository maintainers apply that label, so please wait for a maintainer to mark the issue. Once it is marked, push a new commit or comment /oz-review to re-trigger review.
See the contribution guidelines for the full readiness model.
Powered by Oz
Adds Dart language support to Warp's code editor, code review, Agent output, and Language Server Protocol integration.
Flutter source code benefits from the same integration because Flutter uses Dart and the Dart Analysis Server.
What's included
.dartfiles using arborium's bundled Dart grammar.dartfenced code blocks in Agent output.dart language-server.pubspec.yamland Dart available onPATH.What's not included
pubspec.yaml.Linked Issue
Closes #9146.
Prior art: #11038 by @renanliberato.
ready-to-specorready-to-implement.Testing
Automated tests cover:
.dartpaths.dartfenced code blocks to the Dart highlighter..dartfiles to the Dart Analysis Server.dart language-servercommand.local_fsand non-local_fsLSP configurations.Commands run successfully: