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:
parent
3399702d0a
commit
d006d4b64f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user