Skip to content

Commit

Permalink
feat(constants.ts): add support for Vue files in languageMap (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
goffity committed Dec 11, 2023
1 parent 9a6e956 commit fe9431b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code-review-gpt/src/review/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export const languageMap: { [key: string]: string } = {
".kt": "Kotlin",
".kts": "Kotlin",
".java": "Java",
".vue": "Vue",
};

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

0 comments on commit fe9431b

Please sign in to comment.