diff options
author | Eric Zhao <21zhaoe@protonmail.com> | 2020-11-21 15:56:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-21 20:56:38 +0000 |
commit | 9692c0c64c83bb8f67962cf35e7dc3f1757aa8cc (patch) | |
tree | d672572b9eb885b5807f441cb792c9a57c1dc15a /supported-tools.md | |
parent | 5458a1b29167b1fefde5fb6545e371a9d77ca36e (diff) | |
download | ale-9692c0c64c83bb8f67962cf35e7dc3f1757aa8cc.zip |
Add support for R languageserver (#3370)
Diffstat (limited to 'supported-tools.md')
-rw-r--r-- | supported-tools.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/supported-tools.md b/supported-tools.md index 70c99a8c..e1ac8873 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -398,6 +398,7 @@ formatting. * [qmlfmt](https://github.com/jesperhh/qmlfmt) * [qmllint](https://github.com/qt/qtdeclarative/tree/5.11/tools/qmllint) * R + * [languageserver](https://github.com/REditorSupport/languageserver) * [lintr](https://github.com/jimhester/lintr) * [styler](https://github.com/r-lib/styler) * Racket |