summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-10-10 19:09:15 -0400
committerGitHub <noreply@github.com>2016-10-10 19:09:15 -0400
commit45fe4aab9699a9395a46e96a2b796042d8d85f26 (patch)
tree30237142bd601de36e6302588e722678340ac705 /src
parent97f981fbcbaa270e3fccdc9006ed66df58994e91 (diff)
parent50a961960e4ac6983cfadbda627a54fc3b97aa1c (diff)
Merge pull request #155 from theamazingfedex/adding-extra-md-filetype
Adding extra .md filetype for ease of access to Markdown filetypes
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 8bfd68b4..c084500e 100644
--- a/src/types.rs
+++ b/src/types.rs
@@ -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"]),