Add a type for man pages

This commit is contained in:
Eitan Adler
2018-01-08 22:20:35 -08:00
committed by Andrew Gallant
parent 50616935a9
commit 7e0fa1c6be

View File

@@ -190,6 +190,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
]),
("markdown", &["*.markdown", "*.md", "*.mdown", "*.mkdn"]),
("md", &["*.markdown", "*.md", "*.mdown", "*.mkdn"]),
("man", &["*.[0-9lnpx]", "*.[0-9][cEFMmpSx]"),
("matlab", &["*.m"]),
("mk", &["mkfile"]),
("ml", &["*.ml"]),