diff options
author | Zoltan Kalmar <kalmiz@gmail.com> | 2016-10-07 17:28:44 +0200 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2016-10-07 16:28:44 +0100 |
commit | 0e986359377ee1da1c2f5ec14155fd3a6bc548f0 (patch) | |
tree | b5a497e4cf29e576d278130f66802a230c9e4e31 /doc | |
parent | 38a6979bcac19af51309b43ff3958b744c2f090f (diff) | |
download | ale-0e986359377ee1da1c2f5ec14155fd3a6bc548f0.zip |
Add basic scala support using scalac (#56)
* Add basic scala support using scalac
* Convert if to a ternary expression
* Better bounds check
* Code formatting
* Mention Scala in the documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 59d8c0a4..ecb39f32 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -55,6 +55,7 @@ The following languages and tools are supported. * Ruby: 'rubocop' * SASS: 'sasslint' * SCSS: 'sasslint', 'scsslint' +* Scala: 'scalac' * TypeScript: 'tslint' * Vim: 'vint' * YAML: 'yamllint' |