summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoraurieh <me@aurieh.me>2017-10-30 18:46:02 +0200
committeraurieh <me@aurieh.me>2017-11-07 10:55:43 +0200
commit3a57e4d1516c31e305d9f374d2f83a9a541afa52 (patch)
tree671afe847806a5de17196b23ef2a3a604e5ce435 /README.md
parentb5254e97608fb6b64e30b78b3d81171574426dab (diff)
downloadale-3a57e4d1516c31e305d9f374d2f83a9a541afa52.zip
Update doc and README for Dart LSP
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b8be4752..088c08cf 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ formatting.
| CSS | [csslint](http://csslint.net/), [stylelint](https://github.com/stylelint/stylelint), [prettier](https://github.com/prettier/prettier) |
| Cython (pyrex filetype) | [cython](http://cython.org/) |
| D | [dmd](https://dlang.org/dmd-linux.html) |
-| Dart | [dartanalyzer](https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_cli) !! |
+| Dart | [dartanalyzer](https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_cli) !!, [language_server](https://github.com/natebosch/dart_language_server) |
| Dockerfile | [hadolint](https://github.com/lukasmartinelli/hadolint) |
| Elixir | [credo](https://github.com/rrrene/credo), [dogma](https://github.com/lpil/dogma) !! |
| Elm | [elm-format](https://github.com/avh4/elm-format), [elm-make](https://github.com/elm-lang/elm-make) |