diff options
author | Junfeng Li <autozimu@gmail.com> | 2017-01-15 07:42:17 -0500 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-01-15 12:42:17 +0000 |
commit | 8762a6fa665b54c8a24bfe0139f4ee8cb2a52b99 (patch) | |
tree | ae3140610b6f88f413f878cca4d995b7b618f337 /doc | |
parent | 74e7a283c052969afdb71a06199b11995626fdd9 (diff) | |
download | ale-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')
-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 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' |