1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-07-16 22:42:20 +02:00

Merge pull request #155 from theamazingfedex/adding-extra-md-filetype

Adding extra .md filetype for ease of access to Markdown filetypes
This commit is contained in:
Andrew Gallant
2016-10-10 19:09:15 -04:00
committed by GitHub

View File

@ -54,6 +54,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"]),