summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFrancis Agyapong <francisagyapong2@gmail.com>2017-05-02 11:27:04 -0600
committerw0rp <w0rp@users.noreply.github.com>2017-05-02 18:27:04 +0100
commit36314aeaf2c1c5e272d7f3e5d696b5fc348081fd (patch)
treebe3b130b14c446c6ce6ca09696a6f64aa35a38e7 /README.md
parentd5c135cfaff0568717ec9e4e0dab5d37e8a12921 (diff)
downloadale-36314aeaf2c1c5e272d7f3e5d696b5fc348081fd.zip
Add kotlinc checker for kotlin (#526)
* Add kotlinc checker for kotlin
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 55b716a6..a09924e5 100644
--- a/README.md
+++ b/README.md
@@ -81,6 +81,7 @@ name. That seems to be the fairest way to arrange this table.
| Java | [javac](http://www.oracle.com/technetwork/java/javase/downloads/index.html) |
| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/), [flow](https://flowtype.org/), [standard](http://standardjs.com/), [xo](https://github.com/sindresorhus/xo)
| JSON | [jsonlint](http://zaa.ch/jsonlint/) |
+| Kotlin | [kotlinc](https://kotlinlang.org) see `:help ale-integration-kotlin` for configuration instructions
| LaTeX | [chktex](http://www.nongnu.org/chktex/), [lacheck](https://www.ctan.org/pkg/lacheck) |
| Lua | [luacheck](https://github.com/mpeterv/luacheck) |
| Markdown | [mdl](https://github.com/mivok/markdownlint), [proselint](http://proselint.com/), [vale](https://github.com/ValeLint/vale) |