Skip to content

Commit

Permalink
Add Kotlin and Java to the languageMap (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWoitaschek authored Sep 6, 2023
1 parent 85b1af8 commit 37e2395
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/review/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ export const languageMap: { [key: string]: string } = {
".hpp": "C++",
".hxx": "C++",
".rb": "Ruby",
".kt": "Kotlin",
".kts": "Kotlin",
".java": "Java",
};

export const supportedFiles = new Set(Object.keys(languageMap));
Expand Down

0 comments on commit 37e2395

Please sign in to comment.