From 8762a6fa665b54c8a24bfe0139f4ee8cb2a52b99 Mon Sep 17 00:00:00 2001 From: Junfeng Li Date: Sun, 15 Jan 2017 07:42:17 -0500 Subject: 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 `=~`. --- doc/ale.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') 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' -- cgit v1.2.3