1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 08:25:19 +03:00

.md files are Markdown.

This commit is contained in:
Rob Rix 2016-08-29 12:48:26 -04:00
parent 3399702d0a
commit d006d4b64f

View File

@ -29,5 +29,6 @@ languageForType mediaType = case mediaType of
".h" -> Just C ".h" -> Just C
".c" -> Just C ".c" -> Just C
".js" -> Just JavaScript ".js" -> Just JavaScript
".md" -> Just Markdown
".rb" -> Just Ruby ".rb" -> Just Ruby
_ -> Nothing _ -> Nothing