Skip to content

Commit

Permalink
Added support for JSX files
Browse files Browse the repository at this point in the history
  • Loading branch information
codemakerai-dev committed May 20, 2023
1 parent 8baf5b8 commit 7c9bb92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/language.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (

var fileExtensions = map[string]string{
".js": client.LanguageJavaScript,
".jsx": client.LanguageJavaScript,
".java": client.LanguageJava,
".kt": client.LanguageKotlin,
}
Expand Down

0 comments on commit 7c9bb92

Please sign in to comment.