summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
authorJunfeng Li <autozimu@gmail.com>2017-01-15 07:42:17 -0500
committerw0rp <w0rp@users.noreply.github.com>2017-01-15 12:42:17 +0000
commit8762a6fa665b54c8a24bfe0139f4ee8cb2a52b99 (patch)
treeae3140610b6f88f413f878cca4d995b7b618f337 /doc/ale.txt
parent74e7a283c052969afdb71a06199b11995626fdd9 (diff)
downloadale-8762a6fa665b54c8a24bfe0139f4ee8cb2a52b99.zip
Support C# linting with mono compiler mcs. (#250)
* Support netcore project linting. * Support check on the fly. * Remove debug. * Rename csc.vim to mcs.vim as it should be. * Update README. * Update doc. * Using `=~#` instead of `=~`.
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index f0c5b162..bda86b63 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -68,6 +68,7 @@ The following languages and tools are supported.
* Bourne Shell: 'shell' (-n flag), 'shellcheck'
* C: 'cppcheck', 'gcc', 'clang'
* C++ (filetype cpp): 'cppcheck', 'gcc'
+* C#: 'mcs'
* Chef: 'foodcritic'
* CoffeeScript: 'coffee', 'coffelint'
* CSS: 'csslint', 'stylelint'