summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDaniel Wood <daniel.wood4@extendhealth.com>2016-10-07 14:37:29 -0600
committerDaniel Wood <daniel.wood4@extendhealth.com>2016-10-07 14:37:29 -0600
commit50a961960e4ac6983cfadbda627a54fc3b97aa1c (patch)
tree782fe81f1f349153eee12ed982f93ad5389a0a79 /src
parent4ee6dbe422f05025a26388a8a863ba4b99e43bb7 (diff)
added extra .md filetype for ease of access
Diffstat (limited to 'src')
-rw-r--r--src/types.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.rs b/src/types.rs
index af2a857d..e616100d 100644
--- a/src/types.rs
+++ b/src/types.rs
@@ -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"]),