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
|
".md" -> Just Markdown
|
||||||
".rb" -> Just Ruby
|
".rb" -> Just Ruby
|
||||||
".go" -> Just Go
|
".go" -> Just Go
|
||||||
".js" -> Just TypeScript
|
".js" -> Just JavaScript
|
||||||
".ts" -> Just TypeScript
|
".ts" -> Just TypeScript
|
||||||
".tsx" -> Just TypeScript
|
".tsx" -> Just TypeScript
|
||||||
".jsx" -> Just JSX
|
".jsx" -> Just JSX
|
||||||
|
Loading…
Reference in New Issue
Block a user