summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2016-10-03 17:40:02 +0100
committerw0rp <devw0rp@gmail.com>2016-10-03 17:40:02 +0100
commit552cc7dbc478e855e110fcfa9ff9862db24663a4 (patch)
treeb084981e251daa1e5b84241eb2671c67883445a9 /README.md
parent2479111884a034aa6f5230f5d56a70e35092ecbe (diff)
downloadale-552cc7dbc478e855e110fcfa9ff9862db24663a4.zip
Add support for checking Vim code with Vint.
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 993f8152..2bd0e2d5 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@ name. That seems to be the fairest way to arrange this table.
| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/) |
| Python | [flake8](http://flake8.pycqa.org/en/latest/) |
| Ruby | [rubocop](https://github.com/bbatsov/rubocop) |
+| Vim | [vint](https://github.com/Kuniwak/vint) |
*^ Supported only on Unix machines via a wrapper script.*