1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00

Make sure we properly classify .js files

This commit is contained in:
Timothy Clem 2018-04-13 10:58:25 -07:00
parent 937c0df863
commit 6e19109554

View File

@ -24,7 +24,7 @@ languageForType mediaType = case mediaType of
".md" -> Just Markdown
".rb" -> Just Ruby
".go" -> Just Go
".js" -> Just TypeScript
".js" -> Just JavaScript
".ts" -> Just TypeScript
".tsx" -> Just TypeScript
".jsx" -> Just JSX