Add dart analysis_server to supported tools

This commit is contained in:
Nelson Yeung 2020-03-22 20:48:39 +00:00 committed by Nelson Yeung
parent 35b8bb8a55
commit 075c3e0ad0
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ formatting.
* Dafny
* [dafny](https://rise4fun.com/Dafny) :floppy_disk:
* Dart
* [analysis_server](https://github.com/dart-lang/sdk/tree/master/pkg/analysis_server)
* [dartanalyzer](https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_cli) :floppy_disk:
* [dartfmt](https://github.com/dart-lang/sdk/tree/master/utils/dartfmt)
* [language_server](https://github.com/natebosch/dart_language_server)