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:
parent
937c0df863
commit
6e19109554
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user