summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZoltan Kalmar <kalmiz@gmail.com>2016-10-07 17:28:44 +0200
committerw0rp <w0rp@users.noreply.github.com>2016-10-07 16:28:44 +0100
commit0e986359377ee1da1c2f5ec14155fd3a6bc548f0 (patch)
treeb5a497e4cf29e576d278130f66802a230c9e4e31 /README.md
parent38a6979bcac19af51309b43ff3958b744c2f090f (diff)
downloadale-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 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 03bca3cf..614e4600 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,7 @@ name. That seems to be the fairest way to arrange this table.
| Ruby | [rubocop](https://github.com/bbatsov/rubocop) |
| SASS | [sass-lint](https://www.npmjs.com/package/sass-lint) |
| SCSS | [sass-lint](https://www.npmjs.com/package/sass-lint), [scss-lint](https://github.com/brigade/scss-lint) |
+| Scala | [scalac](http://scala-lang.org) |
| TypeScript | [tslint](https://github.com/palantir/tslint)^ |
| Vim | [vint](https://github.com/Kuniwak/vint)^ |
| YAML | [yamllint](https://yamllint.readthedocs.io/)^ |