summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTim Sampson <littlesanga@gmail.com>2016-10-28 09:24:21 +0300
committerGitHub <noreply@github.com>2016-10-28 09:24:21 +0300
commit3aaf550ca5451497f04deda5d723af9c59108c99 (patch)
tree32a0be1e90422db56f23f9a477ea7fc8bbb97484 /src
parentd4876cd064d20153501d71e3748f9d3cb876f851 (diff)
update python types to include Cython files
Diffstat (limited to 'src')
-rw-r--r--src/types.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.rs b/src/types.rs
index b49e9df5..7c33a48c 100644
--- a/src/types.rs
+++ b/src/types.rs
@@ -65,7 +65,7 @@ const TYPE_EXTENSIONS: &'static [(&'static str, &'static [&'static str])] = &[
("ocaml", &["*.ml", "*.mli", "*.mll", "*.mly"]),
("perl", &["*.perl", "*.pl", "*.PL", "*.plh", "*.plx", "*.pm"]),
("php", &["*.php", "*.php3", "*.php4", "*.php5", "*.phtml"]),
- ("py", &["*.py"]),
+ ("py", &["*.py", "*.pyx"]),
("readme", &["README*", "*README"]),
("r", &["*.R", "*.r", "*.Rmd", "*.Rnw"]),
("rst", &["*.rst"]),