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 `=~`.
This commit is contained in:
Junfeng Li
2017-01-15 07:42:17 -05:00
committed by w0rp
parent 74e7a283c0
commit 8762a6fa66
3 changed files with 42 additions and 0 deletions

View File

@@ -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'