diff options
author | w0rp <w0rp@users.noreply.github.com> | 2019-04-13 12:48:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-13 12:48:20 +0100 |
commit | f0f0cc3c186c46f437d62e6b3e01a45d2a3aaf47 (patch) | |
tree | d164e8023e6e94229fb0c8ba4f4c63d2b0ecbaec /supported-tools.md | |
parent | 784d1a9a622a0c30c26a17a835943593d036a4cd (diff) | |
parent | f02e2ec54cb39e6fcc73bbaf553cbfb0111944d4 (diff) | |
download | ale-f0f0cc3c186c46f437d62e6b3e01a45d2a3aaf47.zip |
Merge pull request #2121 from hsanson/1996-add-support-for-eclipse-jdt-ls
WIP Fix 1996 - Add eclipse LSP support.
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 4fbd506a..59f8b082 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -209,6 +209,7 @@ formatting. * [ispc](https://ispc.github.io/) :floppy_disk: * Java * [checkstyle](http://checkstyle.sourceforge.net) + * [eclipselsp](https://github.com/eclipse/eclipse.jdt.ls) * [google-java-format](https://github.com/google/google-java-format) * [javac](http://www.oracle.com/technetwork/java/javase/downloads/index.html) * [javalsp](https://github.com/georgewfraser/vscode-javac) |