1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00

added extra .md filetype for ease of access

This commit is contained in:
Daniel Wood 2016-10-07 14:37:29 -06:00
parent 4ee6dbe422
commit 50a961960e
No known key found for this signature in database
GPG Key ID: 37367878456C8E91

View File

@ -53,6 +53,7 @@ const TYPE_EXTENSIONS: &'static [(&'static str, &'static [&'static str])] = &[
("m4", &["*.ac", "*.m4"]),
("make", &["gnumakefile", "Gnumakefile", "makefile", "Makefile", "*.mk"]),
("markdown", &["*.md"]),
("md", &["*.md"]),
("matlab", &["*.m"]),
("mk", &["mkfile"]),
("ml", &["*.ml"]),