Skip to content

Commit

Permalink
feat: Added PHP to languageMap (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
muffe committed Aug 7, 2023
1 parent 9b9f863 commit 0de1790
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/review/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const languageMap: { [key: string]: string } = {
".tsx": "TypeScript",
".jsx": "JavaScript",
".dart": "Dart",
".php": "PHP",
};

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

0 comments on commit 0de1790

Please sign in to comment.