summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-10-28 10:22:22 -0400
committerGitHub <noreply@github.com>2016-10-28 10:22:22 -0400
commit12b2b1f6242e0c9082e93111ffef24a93fea5f6e (patch)
tree32a0be1e90422db56f23f9a477ea7fc8bbb97484
parentd4876cd064d20153501d71e3748f9d3cb876f851 (diff)
parent3aaf550ca5451497f04deda5d723af9c59108c99 (diff)
Merge pull request #198 from sanga/patch-1
update python types to include Cython files
-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"]),