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 /README.md | |
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 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,6 +53,7 @@ name. That seems to be the fairest way to arrange this table. | Bourne Shell | [-n flag](http://linux.die.net/man/1/sh), [shellcheck](https://www.shellcheck.net/) | | C | [cppcheck](http://cppcheck.sourceforge.net), [gcc](https://gcc.gnu.org/), [clang](http://clang.llvm.org/)| | C++ (filetype cpp) | [cppcheck] (http://cppcheck.sourceforge.net), [gcc](https://gcc.gnu.org/)| +| C# | [mcs](http://www.mono-project.com/docs/about-mono/languages/csharp/) | | Chef | [foodcritic](http://www.foodcritic.io/) | | CoffeeScript | [coffee](http://coffeescript.org/), [coffeelint](https://www.npmjs.com/package/coffeelint) | | CSS | [csslint](http://csslint.net/), [stylelint](https://github.com/stylelint/stylelint) | |