diff options
author | Francis Agyapong <francisagyapong2@gmail.com> | 2017-05-02 11:27:04 -0600 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-05-02 18:27:04 +0100 |
commit | 36314aeaf2c1c5e272d7f3e5d696b5fc348081fd (patch) | |
tree | be3b130b14c446c6ce6ca09696a6f64aa35a38e7 /README.md | |
parent | d5c135cfaff0568717ec9e4e0dab5d37e8a12921 (diff) | |
download | ale-36314aeaf2c1c5e272d7f3e5d696b5fc348081fd.zip |
Add kotlinc checker for kotlin (#526)
* Add kotlinc checker for kotlin
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) | |