diff options
author | hernot <christoph@out-world.com> | 2019-07-02 09:18:17 +0200 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2019-07-02 08:18:17 +0100 |
commit | 46ab7c590404d60567fe57390607c3dc51933c0e (patch) | |
tree | 3261827c44d9a7d8fbe8b2154400b2959c0ff5fa /supported-tools.md | |
parent | 870058689063b4ba69851cb3f7e71726d2263cf0 (diff) | |
download | ale-46ab7c590404d60567fe57390607c3dc51933c0e.zip |
Support csc, update mcsc (#2586)
* Added a new csc linter for C# code.
* More output is now handled for mcsc.
Diffstat (limited to 'supported-tools.md')
-rw-r--r-- | supported-tools.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/supported-tools.md b/supported-tools.md index f96f49a3..802054cd 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -62,6 +62,7 @@ formatting. * [gcc](https://gcc.gnu.org/) * [uncrustify](https://github.com/uncrustify/uncrustify) * C# + * [csc](http://www.mono-project.com/docs/about-mono/languages/csharp/) :floppy_disk: see:`help ale-cs-csc` for details and configuration * [mcs](http://www.mono-project.com/docs/about-mono/languages/csharp/) see:`help ale-cs-mcs` for details * [mcsc](http://www.mono-project.com/docs/about-mono/languages/csharp/) :floppy_disk: see:`help ale-cs-mcsc` for details and configuration * [uncrustify](https://github.com/uncrustify/uncrustify) |