Add support for checking Cython files

This commit is contained in:
w0rp
2016-10-07 18:33:16 +01:00
parent f6e95586dd
commit da1dcc6bb5
4 changed files with 54 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ name. That seems to be the fairest way to arrange this table.
| C | [gcc](https://gcc.gnu.org/) |
| CoffeeScript | [coffeelint](https://www.npmjs.com/package/coffeelint) |
| CSS | [csslint](http://csslint.net/)^ |
| Cython (pyrex filetype) | [cython](http://cython.org/) |
| D | [dmd](https://dlang.org/dmd-linux.html)^ |
| Fortran | [gcc](https://gcc.gnu.org/) |
| Haskell | [ghc](https://www.haskell.org/ghc/)^ |