diff options
author | Yorick Peterse <yorick@yorickpeterse.com> | 2020-10-29 18:27:27 +0100 |
---|---|---|
committer | Yorick Peterse <yorick@yorickpeterse.com> | 2020-12-23 16:50:45 +0100 |
commit | 8375ee2766c4d69462b8c883ddf76d58a86891e4 (patch) | |
tree | 788aeba36d0c906359dd18a69225b8998bc508ec /doc/ale-supported-languages-and-tools.txt | |
parent | 557a1ed5da70cb443a8650766f4e8ea95e8c0da3 (diff) | |
download | ale-8375ee2766c4d69462b8c883ddf76d58a86891e4.zip |
Add linter for Inko
This adds a linter for Inko (https://inko-lang.org/). The linter makes
use of Inko's own compiler, and a newly introduced --check flag to only
check for errors; instead of also compiling source code.
Diffstat (limited to 'doc/ale-supported-languages-and-tools.txt')
-rw-r--r-- | doc/ale-supported-languages-and-tools.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index 4f3afd85..613bf2b8 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -213,6 +213,8 @@ Notes: * `idris` * Ink * `ink-language-server` +* Inko + * `inko` !! * ISPC * `ispc`!! * Java |