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

@@ -44,6 +44,7 @@ The following languages and tools are supported.
* C: 'gcc'
* CoffeeScript: 'coffelint'
* CSS: 'csslint'
* Cython (pyrex filetype): 'cython'
* D: 'dmd'
* Fortran: 'gcc'
* Haskell: 'ghc'